[wx-dev] frame-modal dialogs wxUpdateUI handling
Vadim Zeitlin
vadim at wxwindows.org
Sat Sep 2 16:41:57 PDT 2006
On Mon, 28 Aug 2006 17:37:54 +0200 Stefan Csomor <csomor at advancedconcepts.ch> wrote:
SC> when using a frame-modal dialog on a window, no menu commands that would
SC> be handled by this frame should remain enabled (apart from the edit
SC> menu), only menus handled by a higher level frame eg the application
SC> level frame.
SC>
SC> which is the most elegant way to achieve this ?
I don't see how can we achieve this at all so why not disable the menu bar
when this frame is active entirely but enable it if another frame is
activated? This is not ideal but very simple and should work not too badly,
shouldn't it?
Regards,
VZ
More information about the wx-dev
mailing list