Hi Chirag, Am 11.09.2009 um 13:46 schrieb Chirag Patel:
> I tried using ScriptLoader but it also gives the same error > "qx.Class.defineClass is not a function" > I looked into the build version of the script file. It contains code > which uses qx.Class.defineClass() method. My script file is loaded > only after the main script file. > Do I need to initialize some portion of qooxdoo framework in order > to execute the script correctly. You have to use "qx.Class.define", not "qx.Class.defineClass". Regards, Andreas J. ------------------------------------------------------------------------------ Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. Simplify your report design, integration and deployment - and focus on what you do best, core application coding. Discover what's new with Crystal Reports now. http://p.sf.net/sfu/bobj-july _______________________________________________ qooxdoo-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
