Application Menu is enabled even if we have modal dialog box open.
Posted
by Rahul
on Stack Overflow
See other posts from Stack Overflow
or by Rahul
Published on 2010-03-16T05:50:28Z
Indexed on
2010/03/16
6:06 UTC
Read the original article
Hit count: 242
I have an application where I can launch a modal dialog box over a main window. The main window has some network activity going on in background which updates my background UI. Due to this the application menu becomes accessible even if the modal dialog is open.
How can I avoid this? Any help is appreciated.
I am using Mac, Qt, Carbon.
© Stack Overflow or respective owner