No, it's a normal UTF-8 encoded javascript file within a ziparchive (created with 7zip).
Don't use IE to download the file, since it has problems in downloading the gzipped attachments in vbulletin.
Programming today is a race between software engineers striving to build bigger and better іdiot-proof programs, and the universe striving to produce bigger and better idiots. So far, the universe is winning. (Rick Cook)
I think that a "refresh"-function for the SQLiteStore would be good. Like described in this thread, an insert can create values in the database-file which are not present in the store (like the id in that case). How can I "synchronize" the data from the database to the store, without using the load function? Cause using the load-function would fire the load event, which would call some unwanted commands...
Like described in this thread I'm going to review the sqlite stuff, including the store of course...
I'm also going to work on all the other classes and add some comments in it, to create a ext-doc of this adapter...
I've started some work yesterday, but it isn't ready yet...
I was thinking about autoupdate a record's id, when it is inserted in the database. It should fix your problem, which is IMO also an issue of many other users.
There are also plans to include AirViewport (the extish look and feel of air windows) and some other helpful stuff...
I started with it yesterday and will do it during the next days. But be careful: "next" can be more than a few it's all freetime...
And now a German word to you: Mahlzeit!
Programming today is a race between software engineers striving to build bigger and better іdiot-proof programs, and the universe striving to produce bigger and better idiots. So far, the universe is winning. (Rick Cook)
Programming today is a race between software engineers striving to build bigger and better іdiot-proof programs, and the universe striving to produce bigger and better idiots. So far, the universe is winning. (Rick Cook)
Check your overrides and extensions and consider, that some namespaces and class names have changed. (Ext.sql.Connection -> Ext.data.DB, Ext.sql.AirConnection -> Ext.data.SQLiteDB, Ext.sql.Table -> Ext.data.Table, Ext.sql.SQLiteStore -> Ext.data.SQLiteStore, Ext.sql.Proxy -> Ext.data.SQLiteProxy, Ext.air.LocalTreeLoader -> Ext.tree.LocalTreeLoader, Ext.air.FileTreeLoader -> Ext.tree.FileTreeLoader...)
It's not compatible with the original ext-air adapter, but that's not intended to be!
Programming today is a race between software engineers striving to build bigger and better іdiot-proof programs, and the universe striving to produce bigger and better idiots. So far, the universe is winning. (Rick Cook)
I'll check the issue with the windows. I only use native windows, so I didn't noticed this.
Programming today is a race between software engineers striving to build bigger and better іdiot-proof programs, and the universe striving to produce bigger and better idiots. So far, the universe is winning. (Rick Cook)
I've fixed this. There was the Ext.WindowMgr applied to the Ext.air.Window, what is totally nonsense, since it isn't really a window
Files updated!
Programming today is a race between software engineers striving to build bigger and better іdiot-proof programs, and the universe striving to produce bigger and better idiots. So far, the universe is winning. (Rick Cook)