metaperl schrieb:
> Hello, I got the 'Hello World' example working. Then I tried to replace 
>
>     var doc = this.getRoot();
>
> with the code in the Image demo 
>
>    http://demo.qooxdoo.org/current/demobrowser/#widget~Image.html
>
> that creates an HBox:
>
>         var layout = new qx.ui.layout.HBox();
>       layout.setSpacing(20);
>
>       var doc = new qx.ui.container.Composite(layout);
>       this.getRoot().add(doc, {left:20,top:20});
>
>    
> but nothing is rendered and no errors are thrown in the Console.
>
> Here is the complete source code which is not working:
> http://www.bitbucket.org/metaperl/metaperl-website/src/f4e843db8876/metaperl_website/source/class/metaperl_website/Application.js
>   
Did you run "./generate.py source" after your changes? Any changes which 
change class dependencies (like using a new class) require to rebuild 
the application.

Best Fabian



-- 
Fabian Jakobs
JavaScript Framework Developer

1&1 Internet AG
Brauerstraße 48
76135 Karlsruhe

Amtsgericht Montabaur HRB 6484

Vorstand: Henning Ahlert, Ralph Dommermuth, Matthias Ehrlich, Thomas 
Gottschlich, Matthias Greve, Robert Hoffmann, Markus Huhn, Oliver Mauss, Achim 
Weiss
Aufsichtsratsvorsitzender: Michael Scheeren


-------------------------------------------------------------------------
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
qooxdoo-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to