with the Qooxdoo way of doing things, especially in "build" mode.
>
>
>
>
>
>
> - Original Message
> > From: Simone Pandolfo
> > To: qooxdoo-devel
> > Sent: Wed, March 23, 2011 5:58:34 PM
> > Subject: [qooxdoo-devel] Load class file
If you really want to fetch the class source code from an RPC backend, that
might clash with the Qooxdoo way of doing things, especially in "build" mode.
- Original Message
> From: Simone Pandolfo
> To: qooxdoo-devel
> Sent: Wed, March 23, 2011 5:58:34 PM
>
Hi,
I was trying to load classes at runtime, for example:
var test = new projectname.Mydir.Myclass();
Instead I would read from the backend projectname.Mydir.Myclass (); as
string and load it dynamically.
It would be useful to specify a path of additional classes in
config.json or manifest.json,