hi, how can i nest a layout inside a layout (e.g. WFitLayout)? i had a look at the layout classes and there only WGridLayout and WBoxLayout provide a addLayout method.
i tried it that way panel->setLayout(new Wt::WFitLayout()); panel->layout()->addItem(gLayout_); or fitlayout->addItem(gLayout_); panel->addItem(fitlayout) (where gLayout_ is a WGridLayout and fitlayout is a WFitLayout) getting the assertion i described in my mail before thanx, johannes. ------------------------------------------------------------------------------ Return on Information: Google Enterprise Search pays you back Get the facts. http://p.sf.net/sfu/google-dev2dev _______________________________________________ witty-interest mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/witty-interest
