Re: [qooxdoo-devel] Scroll and 100% height

2012-01-21 Thread thron7
> Composite(VBox) > -> header > -> Scroller > *-> Composite(VBox)* > -> TabView() > -> TabPage() > ->VBox() > -> Widget() > > Here is the working Demo: > http://demo.qooxdoo.org/current/playgrou > nd/#%7B%22code%22%3A%22%250A%250Avar%252 This URL is inco

Re: [qooxdoo-devel] Scroll and 100% height

2012-01-21 Thread Marc
Hi Jagget, sorry, I forget about that some users my use this "forum" as a mailing-list with plain-text Hoverever, I find a solution and I want tho share it with you. First, I played with the source code from the Qooxdoo Widget Browser and I fount out that Widget Browser solution is far away fro

Re: [qooxdoo-devel] Scroll and 100% height

2012-01-19 Thread Jagget
Damn, dude, use button "Shorten URL" please! :) С уважением, Jagget -- Keep Your Developer Skills Current with LearnDevNow! The most comprehensive online learning library for Microsoft developers is just $99.99! Visual

Re: [qooxdoo-devel] Scroll and 100% height

2012-01-19 Thread Alexander Steitz
s not grow / shrink the widget. Regards, Alex -Original Message- From: Marc [mailto:qoox...@marc-steller.de] Sent: Thursday, January 19, 2012 8:48 AM To: qooxdoo-devel@lists.sourceforge.net Subject: Re: [qooxdoo-devel] Scroll and 100% height Hi Jagget, thank you for your answer.

Re: [qooxdoo-devel] Scroll and 100% height

2012-01-18 Thread Marc
Hi Jagget, thank you for your answer. The behaving of the scrolls Container is absolutley clear for me. It's just the widget. If you say e.G. Height: 400px i execpt that the widget has 400px and not the dynamic height of the Scrollcontainer - because this would be height: 100% (I'm a frontend Deve

Re: [qooxdoo-devel] Scroll and 100% height

2012-01-18 Thread Marc
Hi Martin, Hi Christian, good news, I'm not totally stupid Surley I found and tested the flex parameter but I didn't work yesterday. The reason is my green test-widget for the Content/Scroll Area. It seems only to work width: minHeight: 400, maxHeight: 400, backgroundColor: "green

Re: [qooxdoo-devel] Scroll and 100% height

2012-01-18 Thread Martin Wittemann
Hey, you have to tell the box layout which item should be set to flex which means, which item should grow or shrink. container.add(scroll, {flex: 1}); That should fix your problem. Regards, Martin Am 17.01.2012 um 22:09 schrieb Marc: > Hey Folks, > > I'm trying to do VBox width an "Menubar"

Re: [qooxdoo-devel] Scroll and 100% height

2012-01-18 Thread Krahn, Christian
] Gesendet: Dienstag, 17. Januar 2012 22:10 An: qooxdoo-devel@lists.sourceforge.net Betreff: [qooxdoo-devel] Scroll and 100% height Hey Folks, I'm trying to do VBox width an "Menubar" and an "Content Area". If the Stuff in Content Area is bigger than than browser window I want

[qooxdoo-devel] Scroll and 100% height

2012-01-17 Thread Marc
Hey Folks, I'm trying to do VBox width an "Menubar" and an "Content Area". If the Stuff in Content Area is bigger than than browser window I want to set scrollbars for the Content Area. Id did a VBox Layout. The first Item is the Menubar (red). The Second one is the Content Area (green). http://