On 07/22/2011 05:57 PM, Seldaiendil D. Flourite wrote: > Hi Tino, > > Thanks for your answer, you are right, basefile is not a class, I > tryed using add-script, but it adds code to load it at runtime and I > need this file to execute exactly between Qooxdoo code and MyApp code.
Yes, 'add-script' files are loaded ahead of all others. But there is also no such line "between Qooxdoo code and MyApp code". Framework classes and application classes mix freely, just constraint by the load order. Is your basefile.js making references to qooxdoo classes? - Then it's absolutely mandatory that you convert it into a proper class. Can't be a big deal, e.g. just turn all functions into static methods. - What is it like? T. ------------------------------------------------------------------------------ 10 Tips for Better Web Security Learn 10 ways to better secure your business today. Topics covered include: Web security, SSL, hacker attacks & Denial of Service (DoS), private keys, security Microsoft Exchange, secure Instant Messaging, and much more. http://www.accelacomm.com/jaw/sfnl/114/51426210/ _______________________________________________ qooxdoo-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
