-
8 Feb 2012 1:49 AM #1
no view/controller information outputted
no view/controller information outputted
A few questions. None of my views and controllers are making it into the jsb
1) i have read that you cannot use ext-all-debug.js for the compiling. My application doesn't run of ext.js i think it's because i have rowEditing. Is this correct that ext-all-debug.js cannot be used.
2) I have the following in my app.js
Ext.Loader.setPath('App', '/ext/jobs/app');
and
appFolder: '/ext/jobs/app',
( in the application)
If i remove them then the wrong path is called for my views (app).
Do i have remove these settings. Or it is unlikely this is cause for my issues
3) Does it matter if my stores data 404.
-
8 Feb 2012 8:26 AM #2Sencha - Senior Forum Manager
- Join Date
- Mar 2007
- Location
- St. Louis, MO
- Posts
- 33,582
- Vote Rating
- 433
You should use one of the files that doesn't include all the Ext JS classes like ext-debug.js for development.
Why would RowEditing make it not work? Are you requiring it to be loaded for a class?
Ext.app.Application should setup the Loader path for you based on the name and appFolder configs.
It doesn't matter if a store is loaded it returns a 404. All the SDK Tools want is your classes and their files.Mitchell Simoens @SenchaMitch
Sencha Inc, Senior Forum Manager
________________
http://www.JSONPLint.com - Source to lint your JSONP!
Check out my GitHub, lots of nice things for Ext JS 4 and Sencha Touch 2
https://github.com/mitchellsimoens
Think my support is good? Get more personalized support via a support subscription. https://www.sencha.com/store/
Need more help with your app? Hire Sencha Services services@sencha.com
Want to learn Sencha Touch 2? Check out Sencha Touch in Action that is almost in print!
When posting code, please use BBCode's CODE tags.
Thank you for reporting this bug. We will make it our priority to review this report.


Reply With Quote