Radio Boxes and Menus

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 and how I can
fix it?

-Jeff

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 and how I can
fix it?

No idea. Platform and version? Please create a small runnable sample that shows the problem.

···

--
Robin Dunn
Software Craftsman
http://wxPython.org Java give you jitters? Relax with wxPython!

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@noaa.gov