bareflix
11 Aug 2011, 12:51 PM
I had sencha create set up and working without ext.direct using this command:
sencha create jsb -a index_devel.html -p app.jsb3
Then I added my direct api in the index_devel.html file as I had it in extjs 3.x:
<script type="text/javascript" src="direct/api"></script>
now sencha create says my API is undefined and hangs.
the direct/api file is generated on the fly by my php backend. Do I need to change that so it is a static file that sencha create can find?
--
Chris Bare
sencha create jsb -a index_devel.html -p app.jsb3
Then I added my direct api in the index_devel.html file as I had it in extjs 3.x:
<script type="text/javascript" src="direct/api"></script>
now sencha create says my API is undefined and hangs.
the direct/api file is generated on the fly by my php backend. Do I need to change that so it is a static file that sencha create can find?
--
Chris Bare