SetSelection() Bug on wxComboBox

Peter Damoc wrote:

···

On Mon, 9 Aug 2004 12:03:15 -0700, Schmottlach, Glenn E. > <glenn.schmottlach@ngc.com> wrote:

There appears to be a low-level bug in either wxPython or the lower-level GTK binding related to the SetSelection() method of wxComboBox.

Try switching to a newer version of wxpython or if that's not an option try catching the selection event and call Update() in the handler, maybe the problem will go away. :slight_smile:

And if that doesn't help then enter a bug report about it.

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