WDateEdit breaks whole application
Added by Bradley Looy over 7 years ago
Using Wt 3.3.6 (and Boost 1_60). Also tried using Wt 3.3.4 (and Boost 1_58).
When I add WDateEdit or WTimeEdit to my project it breaks my application. No errors, no exceptions. It seems that no signals/slots work. So user cannot press a button on the "login page" (first page).
Brad
Replies (3)
RE: WDateEdit breaks whole application - Added by Bradley Looy over 7 years ago
Seems to be something with the WStackedWidget. TBD
RE: WDateEdit breaks whole application - Added by Bradley Looy over 7 years ago
So, WDateEdit does not like to be on a page which is in a WStackedWidget if the page is not the "first page". Even still, switching the stacked widget produces strange behavior (flashing, page content not showing).