-
19 Apr 2012 3:14 AM #1
application not loading after creating build using sencha sdk tools
application not loading after creating build using sencha sdk tools
I have created build for my application by using sencha sdk tools. I have followed the steps which has mentioned in getting started giude. All app.jsb3,app-classes.js and app-all.js. All my application dependency has been loaded in app-all.js. I have included app-all.js and ext.js in index.html. When
I am executing my application index.html I am not able to see the UI. What could be the issue.
-
19 Apr 2012 12:02 PM #2
Do you see any errors on the console?
Regards,
Scott.
-
19 Apr 2012 1:04 PM #3
Same issue ..
Same issue ..
Uncaught TypeError: Cannot call method 'substring' of undefined
Ext.ClassManager.parseNamespace sencha-touch.js:2011
Ext.ClassManager.get sencha-touch.js:2073
Ext.ClassManager.instantiate sencha-touch.js:2204
Ext.ClassManager.instantiateByAlias sencha-touch.js:2200
Ext.apply.factory sencha-touch.js:3092
Ext.define.factoryItem app-all.js:10151
Ext.define.add app-all.js:10176
b.implement.callParent sencha-touch.js:1587Last edited by potnuru; 19 Apr 2012 at 1:08 PM. Reason: bad HTML
-
25 Apr 2012 2:38 AM #4
Hi,
Have you change, in your index.html, the call to ext-all-yyy.js as mentioned there a with the extjs-debug.js or exts.js
Example :
change it, before trying to compile with the SDK Tool byCode:<script type="text/javascript" src="../extjs/4.0.7/ext-all-debug.js"></script>
Code:<script type="text/javascript" src="../extjs/4.0.7/ext-debug.js"></script>

Thank you for reporting this bug. We will make it our priority to review this report.


Reply With Quote