Hi,
but the dropdown list is empty then?
What if you call after my_combo_box.Clear():
my_combo_box.SetValue('') or
wx.CallAfter (my_combo_box.SetValue, '')
···
On Wed, 12 Jan 2005 16:01:05 -0600, tyson <twenger@vltool.com> wrote:
Hi-
I'm trying to clear all the data from a wxComboBox using the
instruction "my_combo_box.Clear()". Everything clears out except for
the value that was previously selected. That one just stays as selected
and doesn't disappear as it should. I've tried refreshing the combobox
and the frame its on, but nothing seems to update it. Is there
something I'm missing here that anyone knows about? Thanks-
Tyson
--
Franz Steinhaeusler