Hi,

I have a window with complex content.
If I use myWindow.setCentered(true), my window appears clipped.  
http://www.nabble.com/file/3717/clippedWindow.gif 
Other windows are shown ok at their right size.

If on the other hand I use the old technique:

                                        
myWindow.addEventListener(qx.constant.Event.APPEAR, function() {
                                                this.centerToBrowser();
                                        });

then my window first appears in the top left corner and then in the center,
producing a glitch.  But my window is shown at full size.

http://www.nabble.com/file/3718/fullWindow.gif 

Thanks in advance for any hint.

Regards,
David
-- 
View this message in context: 
http://www.nabble.com/window.setCentered%28true%29-tf2458504.html#a6852259
Sent from the qooxdoo-devel mailing list archive at Nabble.com.


-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to