Smith, Brian (CR) wrote:
Do you have the wx.CB_READONLY flag set on the ComboBox? According to
the docs, setting this flag will prevent entering a string that is not
in the list of choices. If you need this functionality, perhaps you
can unset this flag when you want to clear the list (and its associated
text box) and set it again when you repopulate the list.Brian
I did have it set as wxCB_READONLY and I tried what you said by switching it to wxCB_SIMPLE, but it still doesn't work. I really thought that was gonna fix it, but it didn't. Do you think it would have something to do with my GTK version?