Greetings!

I seem to be having a problem working out how to include additional
.js files in my build.

I have created source/class/pwn-web/view/AppHeader.js as follows:

qx.Class.define("pwn-web.view.AppHeader", {
        extend : qx.ui.container.Composite,

        construct : function() {
                this.base(arguments);
                this.setLayout(new qx.ui.layout.HBox);
 etc....

I try to call it like so from my source/class/pwn-web/Application.js file:

var appheader = new pwn-web.view.AppHeader();

Seems reasonable under my current understanding except that when I
compile with ./generate.py -v source I see no mention of
pwn-web.view.AppHeader class.  An strace of the generate script does
show it does opens and reads the file.

Can anyone give me some pointer as to how best to debug this?

Thanks,



Red

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to