On 03.09.2009 16:07, Fabian Jakobs wrote:
Hi,
  
Hello all!
I'm making app, and have problems with small monitors.
this.getRoot().add(new Window)
added a window to application, but if window have big height, part of 
this window is cut, and no scrollbars appear.
How could I deal with this?
Thanks.
  
    
You can add a ScrollContainer to the root widget, add a Desktop widget 
to this ScrollContainer and explicitly add the windows to this Desktop. 
This way you have scrollbars if the internal window does not fit on the 
screen. You can take a look at the Desktop example 
<http://demo.qooxdoo.org/current/demobrowser/#widget~Desktop.html>.

  
I saw this desktop, it's not fit:



As you can see - the windows are cut too.

Best Fabian


  


-- 
Best Regards
Alexander Yerenkow,
Generalissimo of UCT
------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to