Thank you Jonathan, with the mentioned properties it works perfect!
I confirm with you that a desktop itself shouldn't get scrollbars but I was confused why the scrollbars not appear when the desktop is inside a scroll-container. I expected another behavior. Greetings and many thanks again, Andreas -----Ursprüngliche Nachricht----- Von: Jonathan Weiß [mailto:[email protected]] Gesendet: Mittwoch, 21. Januar 2009 14:18 An: qooxdoo Development Betreff: Re: [qooxdoo-devel] Problem with windows in scroll-container Hello Andreas! Thank you for reporting this behavior. We believe that it is correct that a Desktop does not get scrollbars if you drag a widget outside its visible area. However, if you want a Desktop to get scrollbars in your application, you can activate them adding setting allowShrink* properties to false: var desktop = new qx.ui.window.Desktop( new qx.ui.window.Manager()).set({ allowShrinkX : false, allowShrinkY : false }); Cheers, Jonathan On 21.01.2009, at 11:38, Fink, Andreas wrote: > Hi, > > I've a bug with the scroll-container. When I add a desktop to > scroll-container and add some windows the scroll-container seems not > to > work correct. > The scrollbars only appear if I move the window as far out of the > scroll-container to reach the minimal bounds of the window. ------------------------------------------------------------------------------ This SF.net email is sponsored by: SourcForge Community SourceForge wants to tell your story. http://p.sf.net/sfu/sf-spreadtheword _______________________________________________ qooxdoo-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel ------------------------------------------------------------------------------ This SF.net email is sponsored by: SourcForge Community SourceForge wants to tell your story. http://p.sf.net/sfu/sf-spreadtheword _______________________________________________ qooxdoo-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
