You can also completely remove the minWidth/minHeight with:

setMinWidth(null);
setMinHeight(null);

Sebastian


Simon Bull schrieb:
> Hi James,
> 
> I think your problem is similar to one I encountered a while back.
> 
> The overflow settings for window content don't work properly unless you set a 
> minWidth and minHeight like this:
> 
>   // Allows overflow settings to work properly
>   this.setMinWidth(200);
>   this.setMinHeight(200);
> 
> Hope this helps,
> 
> Simon
> 
> ----- Original Message ----
> From: James A. Pyrich <[EMAIL PROTECTED]>
> To: qooxdoo Development <qooxdoo-devel@lists.sourceforge.net>
> Sent: Wednesday, 27 June, 2007 11:10:28 AM
> Subject: [qooxdoo-devel] Fixed Window Size
> 
> I'm currently working in 0.6.6.  How do I make a qx.ui.window.Window 
> object be a fixed size so that the contents scroll within it?  It seems 
> that the preferredBoxWidth and preferredBoxHeight cached properties are 
> causing the windows to get resized despite the maxWidth and maxHeight 
> properties.
> 
> Is there a workaround for this behavior?
> 
> Thanks,
> 
> James
> 
> -------------------------------------------------------------------------
> This SF.net email is sponsored by DB2 Express
> Download DB2 Express C - the FREE version of DB2 express and take
> control of your XML. No limits. Just data. Click to get it now.
> http://sourceforge.net/powerbar/db2/
> _______________________________________________
> qooxdoo-devel mailing list
> qooxdoo-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
> 
> 
> 
> 
> 
>       
> ____________________________________________________________________________________
>  Yahoo!7 Mail has just got even bigger and better with unlimited storage on 
> all webmail accounts.
> http://au.docs.yahoo.com/mail/unlimitedstorage.html
> 
> 
> 
> 
> -------------------------------------------------------------------------
> This SF.net email is sponsored by DB2 Express
> Download DB2 Express C - the FREE version of DB2 express and take
> control of your XML. No limits. Just data. Click to get it now.
> http://sourceforge.net/powerbar/db2/
> _______________________________________________
> qooxdoo-devel mailing list
> qooxdoo-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel


-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
qooxdoo-devel mailing list
qooxdoo-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to