Bruce at blazer wrote:
Hi wxpython-users,
I have a problem with the ComboCtrl crashing the python interpreter.
I use code very similar to the "FileSelectorCombo" in wxPython demo. After you select a file in the file dialog and select ok, the interpreter will crash. It appears to be on the SetValue function.
It's a bug in the C++ code. It's trying to access the popup object without checking if it exists first, but in this case there isn't one so an access violation occurs.
···
--
Robin Dunn
Software Craftsman
http://wxPython.org Java give you jitters? Relax with wxPython!