[wxPython-users] Radio Boxes and Menus

Christopher Barker Chris.Barker at noaa.gov
Mon Aug 7 10:32:32 PDT 2006


> Jeff Groves wrote:
>> I'm currently coding a launcher that uses a radio box and a menu. The 
>> two can't
>> seem to get along. Whenever I add the menu to the window, the radio 
>> box ignores
>> any change in its selection. Any ideas what might be causing this

Did you re-use IDs? Never use explicit ID numbers!

http://wiki.wxpython.org/index.cgi/wxPython_Style_Guide

In any case, make a small, runnable sample that shows the problem. If 
you don't figure it out when you make the sample, post it here so others 
can test it out.

-Chris



-- 
Christopher Barker, Ph.D.
Oceanographer
                                     		
NOAA/OR&R/HAZMAT         (206) 526-6959   voice
7600 Sand Point Way NE   (206) 526-6329   fax
Seattle, WA  98115       (206) 526-6317   main reception

Chris.Barker at noaa.gov




More information about the wxpython-users mailing list