Triggering wx.EVT_COMBOBOX after programatically changing ComboBox selection?
Posted
by Kevin
on Stack Overflow
See other posts from Stack Overflow
or by Kevin
Published on 2010-04-13T13:23:19Z
Indexed on
2010/04/13
13:33 UTC
Read the original article
Hit count: 248
As per the title, is there any way to programatically change the selected item in a ComboBox
and have it raise an event?
I am setting the selected item using myComboBox.SetSelection(index)
, but this doesn't raise the wx.EVT_COMBOBOX
event.
© Stack Overflow or respective owner