Am 11.08.2008 um 22:42 schrieb Ian Monroe:

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

One moment. Both value should be invalid in 0.8. These properties only  
accepts integers for pixel width/height. This is normally checked by  
the property system. Can you please double check that you use the  
source version e.g. the one which has a variant of qx.debug set to  
"on". Otherwise the property system do not present you with such errors.

Sebastian

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


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