Hey,
In qooxdoo desktop you usually have to develop using the SDK and then "build" 
your app.

Is there a way to generate something like a qooxdoo.js file with the whole 
library inside so that you can script script it as you like (like jqueryui or 
dojo)? Actually it could be nice to have every widget loaded at runtime like 
dojo's require("dojo.button") but both the approaches would be nice, just 
avoiding the build phase.

I hope the question is understandable :) Thank you everybody!

We do have a build in job for including all classes in a source / development 
version. Simply use the ‚source-all‘ job in a skeleton and your done. For a 
build / optimized version of qooxdoo, you can go to the framework folder and 
edit the config.json file to get that done. There is already a job (build-all) 
define doing that but its not exported. Write the job-name in the export 
section and invoke that job using the generator. This will result in a large 
file (2MB) in the build/script folder which might be what your looking for. If 
you want to change / turn of the optimizations, check out the manual page about 
the config for more details:
http://manual.qooxdoo.org/current/pages/tool/generator/generator_config_ref.html?highlight=optimize#pages-tool-generator-generator-config-ref-compile-options

Regards,
Martin
------------------------------------------------------------------------------
Sponsored by Intel(R) XDK 
Develop, test and display web and hybrid apps with a single code base.
Download it for free now!
http://pubads.g.doubleclick.net/gampad/clk?id=111408631&iu=/4140/ostg.clktrk
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to