I'm looking at migrating my Qx 0.5.x app to Qx 0.6 (r4150). I can build and run the Qx 0.6 sample apps 1, 2 and 3 and they all work fine.
However, I'm having trouble getting my custom classes to work. I created a very trivial app based on the "sample 3" skeleton. I changed the "custom.Application3" class to "my.Application" and made it instantiate an instance of "my.Newclass".
Switching the complier to --verbose, I can see that my classes get added to the compressed .js file. But when I load my new app into the browser I get two errors on the firebug console, which both say: "my" is not defined. One for the app.js file, and the other for the index.html file.
"my" is a directory in the file system where my custom js classes are packaged - I'm not sure why it needs to be defined in _javascript_.
Can someone point me in the right direction?
Thanks,
Simon
Do you Yahoo!?
Listen to your personal radio station on Yahoo!7 Music
------------------------------------------------------------------------- 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
