Hi Tim,

the window comes with some auto-sizing features. Please try to remove  
the minWidth and minHeight with:

yourWindow.setMinWidth(null);
yourWindow.setMinHeight(null);

Hope this helps.

Sebastian


Am 27.01.2008 um 12:04 schrieb Tim Taubert:

> Hi,
>
> I am trying to create an internal window with only a table inside. The
> table should always adjust to the window's size, not the other way  
> around.
>
> If I set the table dimension to (100%, 100%) the table sets the window
> size. It is not possible to shrink the window lower than the table's
> dimension.
>
> Is this possible in any way?
>
> Thanks in advance
>
> Regards, Tim
>
> -------------------------------------------------------------------------
> This SF.net email is sponsored by: Microsoft
> Defy all challenges. Microsoft(R) Visual Studio 2008.
> http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
> _______________________________________________
> qooxdoo-devel mailing list
> qooxdoo-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel


-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
qooxdoo-devel mailing list
qooxdoo-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to