Re: [qooxdoo-devel] Load class file on runtime

2011-03-24 Thread Simone Pandolfo
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

Re: [qooxdoo-devel] Load class file on runtime

2011-03-23 Thread Stanislav Sinyagin
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 >

[qooxdoo-devel] Load class file on runtime

2011-03-23 Thread Simone Pandolfo
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,