Bug #1374

Adding widgets to layout doesn't work!

Added by Rama V 10 months ago. Updated 7 months ago.

Status:ClosedStart date:07/27/2012
Priority:HighDue date:
Assignee:Koen Deforche% Done:

0%

Category:-
Target version:3.2.3

Description

WContainerWidget *glContainer = new WContainerWidget(root());
WHBoxLayout *layout = new WHBoxLayout();
layout->addWidget(new WText("Test"));
glContainer->setLayout(layout);

This doesn't work! All I get is a blank page with above code.

History

#1 Updated by Wim Dumon 10 months ago

This is indeed a bug that slipped in our last release (Wt 3.2.2). It is resolved in the git version of Wt and we will release a patch release very soon due to this bug.

Best regards,
Wim.

#2 Updated by Koen Deforche 10 months ago

  • Status changed from New to Resolved
  • Assignee set to Koen Deforche
  • Target version set to 3.2.2-p1

#3 Updated by Koen Deforche 7 months ago

  • Status changed from Resolved to Closed
  • Target version changed from 3.2.2-p1 to 3.2.3

Fixed in Wt 3.2.3 RC1.

Also available in: Atom PDF