hi all,
if wx.Combo has EVT_COMBOBOX event, what is the correspondent for
wx.combo.ComboCtrl? Can't figure it out from the demo, nor from
googling over the mailing list
thanks in advance,
Marco
hi all,
if wx.Combo has EVT_COMBOBOX event, what is the correspondent for
wx.combo.ComboCtrl? Can't figure it out from the demo, nor from
googling over the mailing list
thanks in advance,
Marco
Since the popup should be your own code then you can handle the selection events there or even create and send EVT_COMBOBOX events and send them if you want to do it that way. Otherwise you can get EVT_TEXT when the value in the text portion is updated after a selection.
On 1/25/11 1:40 PM, Marco Prosperi wrote:
hi all,
if wx.Combo has EVT_COMBOBOX event, what is the correspondent for
wx.combo.ComboCtrl? Can't figure it out from the demo, nor from
googling over the mailing list
--
Robin Dunn
Software Craftsman