Hey,

Op 5 april 2012 11:55 heeft Nagaev Boris <[email protected]> het
volgende geschreven:
> Hello!
>
> I have tried it with last git (0a8301eac8ebf83c5897ad43e53f3584c05b5fd1).
> It keeps failing
> http://i40.tinypic.com/33fdnk4.jpg

Oops, indeed a layout manager inside a WGroupBox is broken.
The latest git fixes this (the changes in StdGridLayoutImpl[.min].js).

Btw, I would imagine that changing the test case to read as below is
actually the behaviour you are looking for: to have everything track
the window size by putting a layout manager in the
WApplication::root() ?

Regards,
koen

...

HelloApplication::HelloApplication(const WEnvironment& env)
   : WApplication(env)
{
   auto container = root();

   auto layout = new WVBoxLayout(container);

   ...

------------------------------------------------------------------------------
Better than sec? Nothing is better than sec when it comes to
monitoring Big Data applications. Try Boundary one-second 
resolution app monitoring today. Free.
http://p.sf.net/sfu/Boundary-dev2dev
_______________________________________________
witty-interest mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/witty-interest

Reply via email to