[ wxwindows-Bugs-1626421 ] RadioBox event callback disappears when wxFrame has a menu.

SourceForge.net noreply at sourceforge.net
Tue Jan 2 11:54:33 PST 2007


Bugs item #1626421, was opened at 2007-01-02 20:54
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=109863&aid=1626421&group_id=9863

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: wxMSW specific
Group: Must fix
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: trc_wm (trc_wm)
Assigned to: Nobody/Anonymous (nobody)
Summary: RadioBox event callback disappears when wxFrame has a menu.

Initial Comment:
RadioBox event callbacks are lost when the RadioBox is a child of a wxFrame containing a wxMenuBar.

I have included a .cpp file to reproduce this behaviour. These are the details:

wxWidgets version: 2.6.3 
Compiler: MS VC.NET 2003
Runtime: Multithreaded (statically linked)

This "feature" appears in both release and debug builds.

Note: wxWidgets 2.4.2 also has similar behaviour with "#define RADIOBTN_PARENT_IS_RADIOBOX 0" in src/msw/radiobox.cpp. When using "#define RADIOBTN_PARENT_IS_RADIOBOX 1" there is no problem.

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=109863&aid=1626421&group_id=9863




More information about the wx-dev mailing list