Re: [qooxdoo-devel] Fixed Window Size

2007-06-28 Thread Sebastian Werner
IL PROTECTED]> > To: qooxdoo Development > 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?

Re: [qooxdoo-devel] Fixed Window Size

2007-06-26 Thread Simon Bull
Hope this helps, Simon - Original Message From: James A. Pyrich <[EMAIL PROTECTED]> To: qooxdoo Development 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

[qooxdoo-devel] Fixed Window Size

2007-06-26 Thread James A. Pyrich
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.