-
22 Nov 2012 4:50 PM #1
Unanswered: Howto load application after external javascript?
Unanswered: Howto load application after external javascript?
Hi all,
I've created an application using Sencha Cmd and want to start the app only after a external javascript file (defined in app.json as remote) has been loaded (google apis - which calls e.g. the callback function 'init').
I'm not really sure whats the best way to initialize/load the main sencha touch application.
Thanks for your help!PHP Code:function init() {
... // What to do at this point? Ext.create? Define Ext.application here? Or even something else?
}
greetings Flori
-
24 Nov 2012 6:07 AM #2Sencha - Senior Forum Manager
- Join Date
- Mar 2007
- Location
- St. Louis, MO
- Posts
- 33,624
- Vote Rating
- 435
- Answers
- 3106
Ext.application's launch method will not fire until all files in the js array and any script files in index.html have been loaded. I actually think the remote config wasn't ported to the new Cmd, I haven't tried it to be honest.
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.


Reply With Quote