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); >
Just being curious: Is this creating a new class, or a new instance? > 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? > There is currently no way of specifically disabling these kind of warnings, but it's good you mentioned it, there probably should be one. Could you open a bug for it?! Would you want to disable it in the config, or in the code? - The only way to suppress these warnings currently is to use the '-q' switch when invoking the generator. HTH, T. > 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
