> 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
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
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
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.
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
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
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"
]
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
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://