If you use the
qx.bom.Element.create("script", {src: uri}); 
document.head.appendChild(scriptEl);
you have to wait, until the sript is loaded.

There is another way to include external scripts. You can add it to the
generator configuration. See the "add-script" section of the  config.json

see here:
http://qooxdoo.readthedocs.org/en/latest/pages/tool/generator/cheat_sheet.html#configuration-keys
or here:
http://manual.qooxdoo.org/4.1/pages/tool/generator/generator_config_ref.html#add-script

Then the framework waits for you, until all scripts are loaded before
starting the app. So you can use the functions of the external scripts in
the first line of your app.


Regards,
Alex



--
View this message in context: 
http://qooxdoo.678.n2.nabble.com/generate-API-ignore-file-tp7585983p7586007.html
Sent from the qooxdoo mailing list archive at Nabble.com.

------------------------------------------------------------------------------
Infragistics Professional
Build stunning WinForms apps today!
Reboot your WinForms applications with our WinForms controls. 
Build a bridge from your legacy apps to the future.
http://pubads.g.doubleclick.net/gampad/clk?id=153845071&iu=/4140/ostg.clktrk
_______________________________________________
qooxdoo-devel mailing list
qooxdoo-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to