[wx-dev] frame-modal dialogs wxUpdateUI handling
Vadim Zeitlin
vadim at wxwindows.org
Sun Sep 3 02:39:28 PDT 2006
On Sun, 3 Sep 2006 10:45:06 +0200 Stefan Csomor <csomor at advancedconcepts.ch> wrote:
SC> But at least in an MDI situation, we would know which frame is
SC> responsible for the 'app' level commands, so there we perhaps could find
SC> a situation that eg at least leaves things like the Open.. command etc
SC> active.
Yes, we should do something different for wxMDIChildFrames. Presumably we
could just iterate over all items of child frame menubar, find them in the
currently shown menubar (which, at least under MSW, is a merge of child and
parent frames commands) and disable them.
Regards,
VZ
More information about the wx-dev
mailing list