wxMenuBar and Events on Mac
Stefan Csomor
csomor at advancedconcepts.ch
Mon Oct 2 12:01:02 PDT 2006
Hi
> I have a modeless dialog where I am not using a menu. Most
> menu commands are not being intercepted by the modeless
> frame. However, others, namely the Quit command, are being
> intercepted. How do I get this frame to not handle this event?
if quit is not allowed, then how can it be a modeless dialog ? are you
living in a plug-in host, where the hosts is dealing with the menus ?
then the static embedded flag would be appropriate, if not, then
shouldn't you be displaying a modal dialog?
Best
Stefan
More information about the wx-users
mailing list