I'm not sure if someone talked about this before but there might be a
problem with radio buttons in the 2.5 demo (Windows 2000). If you click
'Radio 2' then 'Radio 1', the 'radio 2' text_ctrl stays enabled while the
'radio 1' text_ctrl is not.
I'm not sure if someone talked about this before but there might be a
problem with radio buttons in the 2.5 demo (Windows 2000). If you click
'Radio 2' then 'Radio 1', the 'radio 2' text_ctrl stays enabled while the
'radio 1' text_ctrl is not.
The wx.RadioButtons must be consecutive siblings in order for the checked/unchecked and send event logic in wxWidgets to work correctly. (And it's mentioned in the docs too.) I think it may be able to be fixed to not require consecutive-ness but I'm not sure I want to mess with that code right now.
ยทยทยท
--
Robin Dunn
Software Craftsman http://wxPython.org Java give you jitters? Relax with wxPython!