Project

General

Profile

Actions

Bug #1374

closed
RV KD

Adding widgets to layout doesn't work!

Bug #1374: Adding widgets to layout doesn't work!

Added by Rama V about 14 years ago. Updated almost 14 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.

WD Updated by Wim Dumon about 14 years ago Actions #1

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.

KD Updated by Koen Deforche about 14 years ago Actions #2

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

KD Updated by Koen Deforche almost 14 years ago Actions #3

  • 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: PDF Atom