Actions
Bug #2204
closedwtwithqt: Cannot use modal WMessageBox when WQApplication is used
Start date:
09/11/2013
Due date:
% Done:
0%
Estimated time:
Description
When using the WQApplication, no modal dialogs (WMessageBox) will work. They appear ok, but cannot be closed. Switching out WQApplication with WApplication works fine.
Attached is a simplified version of helloqt demonstrating the issue.
Thanks,
Robert
PS I am using Wt 3.3.0 with VS 2012
Files
Updated by Koen Deforche about 11 years ago
- Priority changed from High to Normal
Hey,
As per the forum (or mailing list?) discussion: you can work around this by using the asynchronous way of using WDialog?
See also this (older) discussion: http://www.mail-archive.com/witty-interest@lists.sourceforge.net/msg03101.html
Regards,
koen
Updated by Robert Graebert about 11 years ago
Hi Koen,
I tried the asynchronous version and that works ok.
Any chance to fix the synchronous version though? I have a lot of code that relies on synchronous execution right now.
Thanks,
Robert
Updated by Koen Deforche almost 11 years ago
- Status changed from New to InProgress
- Assignee set to Koen Deforche
- Target version set to 3.3.2
Updated by Koen Deforche over 10 years ago
- Status changed from InProgress to Resolved
Updated by Koen Deforche over 10 years ago
- Status changed from Resolved to Closed
Actions