Hi,

a qooxdoo standalone application ("qx.application.Standalone") uses the 
"qx.ui.root.Application" as root widget. The root widget does all the 
stuff you are looking for. To achieve your requirements you need to 
implement your own root widget and create a new application class witch 
uses this new implementation.

I'm not sure if this really work.

Cheers,
Chris

Am 07.07.2010 17:18, schrieb marbin:
> I have a standalone application that uses the whole browser window.
> It is designed to grow/shrink with the browser window to use all the space
> it is given, but only down to a certain minimum width/height.
> It would be nice to still allow users to use a smaller browser window in
> "emergency situations", e.g when using remote desktops etc. In this case,
> scrollbars should show up to allow the user to scroll to any part of the
> application.
>
> I have not found a way to set the minWidth/minHeight for the application in
> such a way that the browser would provide scrollbars when the browser window
> is smaller than a certain min size.
> I.e something that would work like this basic HTML example:
> <html>
> <body>
> <div style="border: 1px solid red;min-width: 800px;min-height: 600px;">My
> Application goes here. Browser will show scrollbars when window is smaller
> than 800x600</div>
> </body>
> </html>
>
> I could of course add a qx.ui.container.Scroll to the outmost container and
> set a minWidth/minHeight, but then I will have to use non-native scrollers.
> I thought it would be more efficient if the native browser scrollers are
> used.
>
> So, is there a way to accomplish this in a Qooxdoo app?

------------------------------------------------------------------------------
This SF.net email is sponsored by Sprint
What will you do first with EVO, the first 4G phone?
Visit sprint.com/first -- http://p.sf.net/sfu/sprint-com-first
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to