I also have problem with wx.ComboBox events

Marcelo Barbero wrote:

Hi. It happens to me that the styles wx.CB_READONLY | wx.TE_PROCESS_ENTER
can't work together on my wx.ComboBox.

If I comment wx.CB_READONLY, I can catch the Enter key. If I comment
wx.TE_PROCESS_ENTER, I lose the wx.CB_READONLY feature.

Is this the intended way to work or is it a bug?

Probably not intended, but it may be a limitation of the native combobox control Please enter a bug report about it, with a category of "wxMSW Specific"

···

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