On Wed, Aug 6, 2008 at 2:56 PM, Ian Monroe <[EMAIL PROTECTED]> wrote:
>        table.set(
>        {
>        //  width   : "100%"
>          height  : "100%"
>        });

It turns out that table.setHeight( "100%" ); causes the hang up.

table.setHeight( "550px"); also locks up. (Though I'm not positive
what setHeight expects, the API docs don't say).

I'm guessing your not supposed to set a height with a layout, which makes sense.

I went back to the 0.8 GUI documentation and figured out the the Dock
layout would be better then VBox.

And now it works exactly how I want! :)

Ian

-------------------------------------------------------------------------
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