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?


-- 
View this message in context: 
http://qooxdoo.678.n2.nabble.com/Standalone-application-minWidth-minHeight-browser-scrollers-tp5265765p5265765.html
Sent from the qooxdoo mailing list archive at Nabble.com.

------------------------------------------------------------------------------
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