-
4 Jan 2012 6:46 AM #1
Stores do not load with default build
Stores do not load with default build
This is an example of app where stores do not autoload....
http://visits.benint.net/visits/touch/designer.html
I added this to an index.js to show how "creating" the stores will then autoload...
This can be seen here....Code:// need to create the stores so they exist in the store manager before init Ext.create('BenAdmin.store.StoreVisit'); Ext.create('BenAdmin.store.StoreVisitsSites'); Ext.create('BenAdmin.store.StoreVisitsStats'); Ext.create('BenAdmin.store.StoreVisitsList');
http://visits.benint.net/visits/touch/
-
30 Jan 2012 10:51 PM #2
Stores should be automatically added to the Application Node now as they are created.
Aaron Conran
@aconran
Sencha Architect Development Team
-
31 Jan 2012 4:30 AM #3
This is difficult to test with the warnings and TypeError I am still getting...
http://www.sencha.com/forum/showthre...odels&p=724005
-
31 Jan 2012 5:38 AM #4
-
31 Jan 2012 5:56 AM #5
Ok, in build 257.
Change Store classname and it changes in the application config.
Change Model or View classname and it does NOT change in the application config.
-
31 Jan 2012 7:55 AM #6
This is fixed in later builds. The current build is 268.
Thanks
-
31 Jan 2012 8:17 AM #7



Reply With Quote