no wx.EVT_TEXT_ENTER for wx.ComboBox under WXMSW ?

Hello,

I've built a dialog class with several controls (TextCtrl and ComboBox).
I've bound the wx.EVT_TEXT_ENTER event to a function of the dialog which
moves the keyboard focus to the next control. This works fine for WXGTK,
but using WXMSW only the TextCtrl controls get the event. Is this a but
in WXMSW's ComboBox implementation, or can I do something on this ?

Thanks a lot,

Johannes

WXGTK: 2.6.1.1-pre and python2.4.2
WXMSW: 2.6.1.0 and python2.3.4

···

--
BYTEWISE Software GmbH Tel +43 (5577) 89877-0
i.A. Johannes Vetter Fax +43 (5577) 89877-66
A-6890 Lustenau, Enga 2 http://www.bytewise.at
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Wir bieten Installation und Support für Ubuntu: ein auf
GNU/Linux basierendes Softwaresystem für Arbeitsplatzrechner

Hi again,

I'm sorry for this message; as it has turned out right now, the ComboBox
control on WXMSW properly processes the wx.EVT_TEXT_ENTER event.
The problem arise if the dialog has a default button; in that case the
default-button get's activated *before* the ComboBox processes the
wx.EVT_TEXT_ENTER signal. (although it's working as intended on wxGTK)

Thanks,

Johannes

···

Am Montag, den 06.02.2006, 20:03 +0100 schrieb Johannes Vetter:

Hello,

I've built a dialog class with several controls (TextCtrl and ComboBox).
I've bound the wx.EVT_TEXT_ENTER event to a function of the dialog which
moves the keyboard focus to the next control. This works fine for WXGTK,
but using WXMSW only the TextCtrl controls get the event. Is this a but
in WXMSW's ComboBox implementation, or can I do something on this ?

Thanks a lot,

Johannes

WXGTK: 2.6.1.1-pre and python2.4.2
WXMSW: 2.6.1.0 and python2.3.4

--
BYTEWISE Software GmbH Tel +43 (5577) 89877-0
i.A. Johannes Vetter Fax +43 (5577) 89877-66
A-6890 Lustenau, Enga 2 http://www.bytewise.at
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Wir bieten Installation und Support für Ubuntu: ein auf
GNU/Linux basierendes Softwaresystem für Arbeitsplatzrechner