On 06/02/12 14:42, Marco Pompili wrote: > Hi John, > > Thank you this might help. But What do you mean with "call qx.Class.define() > with your dynamic definition" ? > > You mean like building the map dynamically and then feed it as a parameter > to qx.Class.define() ? Am I right ?
I did this for qxsoap. Have a look here: https://github.com/arskom/qxsoap/blob/master/source/class/soap/WsdlCache.js#L450 It's implemented in get_class_map, get_class and get_object functions. hope that helps, burak > Thank you for your response. > > ----- > La coincidenza non ha madre. > -- > View this message in context: > http://qooxdoo.678.n2.nabble.com/Genereate-Qx-Properties-Dynamically-tp7258111p7258461.html > Sent from the qooxdoo mailing list archive at Nabble.com. > > ------------------------------------------------------------------------------ > Try before you buy = See our experts in action! > The most comprehensive online learning library for Microsoft developers > is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3, > Metro Style Apps, more. Free future releases when you subscribe now! > http://p.sf.net/sfu/learndevnow-dev2 > _______________________________________________ > qooxdoo-devel mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel ------------------------------------------------------------------------------ Keep Your Developer Skills Current with LearnDevNow! The most comprehensive online learning library for Microsoft developers is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3, Metro Style Apps, more. Free future releases when you subscribe now! http://p.sf.net/sfu/learndevnow-d2d _______________________________________________ qooxdoo-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
