Project

General

Profile

Actions

Bug #1374

closed

Adding widgets to layout doesn't work!

Added by Rama V over 11 years ago. Updated over 11 years ago.

Status:
Closed
Priority:
High
Assignee:
Target version:
Start date:
07/27/2012
Due date:
% Done:

0%

Estimated time:

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.

Actions #1

Updated by Wim Dumon over 11 years 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.

Actions #2

Updated by Koen Deforche over 11 years ago

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

Updated by Koen Deforche over 11 years 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.

Actions

Also available in: Atom PDF