If there is nowhere in your app a reference to the class you want to retrieve with .getByName you have to resort to the @use(<classname>) JSDoc hint Richard wrote about earlier. (You would not need this for the source version if that was created by a 'source-all' job, as it then included all classes anyway).
T. > Re-post because it seems that the last post was not sent to the mailing > list: > > The class that call the qx.Class.getByName does not contains any reference > to the class to be created (like the case of "var abc = new > ml_23sept.MyClass();" commented out): is a child object that, via events, > tell which class (by name) has to be instantiated. > > So, this is the reason why is not working as I expected? > > > > -- > View this message in context: > http://qooxdoo.678.n2.nabble.com/Source-vs-Build-and-qx-Class-getByName-tp7584636p7584656.html > Sent from the qooxdoo mailing list archive at Nabble.com. > > ------------------------------------------------------------------------------ > October Webinars: Code for Performance > Free Intel webinars can help you accelerate application performance. > Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most > from > the latest Intel processors and coprocessors. See abstracts and register > > http://pubads.g.doubleclick.net/gampad/clk?id=60133471&iu=/4140/ostg.clktrk > _______________________________________________ > qooxdoo-devel mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel > > > ------------------------------------------------------------------------------ October Webinars: Code for Performance Free Intel webinars can help you accelerate application performance. Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most from the latest Intel processors and coprocessors. See abstracts and register > http://pubads.g.doubleclick.net/gampad/clk?id=60133471&iu=/4140/ostg.clktrk _______________________________________________ qooxdoo-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
