Project

General

Profile

Widgets organized using Wt::WGridLayout do not appear

Added by Primus Mutasingwa over 3 years ago

Hello,

I am trying to build an app with using Wt Widgets. (wt-4.4.0)
From the top level I have a
Wt::WStackedWidget
===>contains Wt::WContainerWidget
===>Contains several other container widgets organized using the Wt::WGridLayout.

When I launch this app, the widgets organized using WGridLayout don't show up on my page.
I observed that when I minimize or resize my browser these widgets do appear.
It is behaving as if the widgets don't show up until there is a resize event from my browser.
What is the workaround of this issue ? How do I simulate the browser window's resize event as a workaround ?

Thank you