Radio buttons conflict with editableListBox on Win, but not Linux

Hi all-
  I'm developing an app on Linux that uses radio buttons
and works fine. On Windows, the radio buttons lock up
at the first click. After randomly taking out everything,
it turns out that the radio buttons conflict with the
editableListBox on Win, but not Linux. Attached is
a small demo program displaying this. Is there any way
to correct this behavior, or is it a bug? Thanks-
John

radioButton.py (3.31 KB)

  I'm developing an app on Linux that uses radio buttons
and works fine. On Windows, the radio buttons lock up
at the first click. After randomly taking out everything,
it turns out that the radio buttons conflict with the
editableListBox on Win, but not Linux. Attached is
a small demo program displaying this. Is there any way
to correct this behavior, or is it a bug? Thanks-
John

Apologies--I neglected to mention versions:
Fedora Core 1, GTK, python 2.2.3, wx 2.4.2.4, no unicode
Win 2000, python 2.3.2, wx 2.4.2.4u, unicode

John Li wrote:

Hi all-
  I'm developing an app on Linux that uses radio buttons
and works fine. On Windows, the radio buttons lock up
at the first click. After randomly taking out everything,
it turns out that the radio buttons conflict with the
editableListBox on Win, but not Linux. Attached is
a small demo program displaying this. Is there any way
to correct this behavior, or is it a bug? Thanks-

Your sample does not lock up for me. (XP, Py 2.3, wxPy 2.4.2.4u)

···

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