Hi,

check out the part loading feature:
http://manual.qooxdoo.org/current/pages/development/parts_overview.html

For a working example, take a look at the source code of the Feed Reader 
demo app.

Regards,
Daniel

On 18.02.2014 02:18, jpreed00 wrote:
> I'm looking to be able to dynamically load a qooxdoo module into a desktop
> application.  Say, for example, I have several modules.  Each module
> implements an init function that creates itself a window and, from that
> point on, is self-contained (i.e. like a calculator app).
>
> What I want to do is to be able to call a function like this:
>
> function loadModule(modName)
> {
>    var newmod = new qx.something.loadModule(modName);
>    newmod.init();
> }
>
> Any ideas?
>
>
>
> --
> View this message in context: 
> http://qooxdoo.678.n2.nabble.com/Dynamically-load-a-qooxdoo-module-tp7585336.html
> Sent from the qooxdoo mailing list archive at Nabble.com.
>
> ------------------------------------------------------------------------------
> Managing the Performance of Cloud-Based Applications
> Take advantage of what the Cloud has to offer - Avoid Common Pitfalls.
> Read the Whitepaper.
> http://pubads.g.doubleclick.net/gampad/clk?id=121054471&iu=/4140/ostg.clktrk
> _______________________________________________
> qooxdoo-devel mailing list
> qooxdoo-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
>

------------------------------------------------------------------------------
Managing the Performance of Cloud-Based Applications
Take advantage of what the Cloud has to offer - Avoid Common Pitfalls.
Read the Whitepaper.
http://pubads.g.doubleclick.net/gampad/clk?id=121054471&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