Haven't tested this, but from what I know of the these errors (I helped fixed a bug regarding this) this should work:
var clazz = qcl.access[typeLower][typeUpper]; obj = new clazz(); There are other methods as well, like the one Andreas pointed out, or simply use qx.Class.getClassByName HTH, Matt panyasan wrote: > Hello, > > in one of the classes in the qcl project, I am dynamically creating new > classes: > > obj = new qcl.access[typeLower][typeUpper](name); > > When I run "generator.py source" it will complain > >>>> Resolving dependencies... > - ! Unknown class referenced: qcl > > The warning will not have any negative effects, however, is there a way to > avoid it, so that other users of qcl will not be confused? > > Thanks, > > Christian > > ------------------------------------------------------------------------------ Crystal Reports - New Free Runtime and 30 Day Trial Check out the new simplified licensing option that enables unlimited royalty-free distribution of the report engine for externally facing server and web deployment. http://p.sf.net/sfu/businessobjects _______________________________________________ qooxdoo-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
