If your search the mailing list, you will find others having had the same problem. The solution that came up was to position the window far outside the visible area (e.g. setLeft(30000)) and register for the "appear" event, where you call centerToBrowser(). That way you dont't have the jump effect.
Greets Fabio Tim Kemna wrote: > I'm having the same problem. I think the problem is the call to > centerToBrowser() before show(). In my code I use: > > window.open(); > qx.ui.core.Widget.flushGlobalQueues(); > window.centerToBrowser(); > > However, this has the problem of seeing a quick jump of the window from > the top left position to the center... ------------------------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events and configuration files using AJAX and a browser. Download your FREE copy of Splunk now >> http://get.splunk.com/ _______________________________________________ qooxdoo-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
