Ok, what I did that ended up working was in my html page write "window.application = new IzCanvas()" where IzCanvas is written to extend QxApplication. This in essence overrides the window.application=newQxApplication line in qooxdoo.js, and allows me to do what I need to do in my IzCanvas class.
What I would like to do is be able to call it something else... like window.izcanvas, as stated in my earlier post. In order to do this, I think I would have to replace all instances of window.application in qooxdoo.js with window.izcanvas, which defeats my goal of purely extending qooxdoo for my application. is there a simpler way? perhaps a line of code that I can write that implies that all references to window.izcanvas are equivalent to window.application, or something along those lines? if not, no problem, what I have now will do perfectly. Thanks for all your help, this mailing list is fantastic. -- View this message in context: http://www.nabble.com/Extending-QxApplication-tf1993678.html#a5486277 Sent from the qooxdoo-devel forum at Nabble.com. ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys -- and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ qooxdoo-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
