ENTER instead TAB

Hi, everybody.
I'm new in python wxpython programmer, and I've a question
In a form, with many "edit" (text) field, how can I select the next entry with ENTER key instead TAB ?

Regards

Chayim

···

--

    (o_ Carlos "Chayim" Amaral
    //\ Programador-Analista
    V__)_ FlagShip, Kylix, Postgresql
             ICQ-UIN -> 150373056
             Usuário Linux - 261755
--------------------------------------------------
    Use linux, seja livre !!

My general knowledge of event-driven programming says that:
trap it on a wxChar (or WM_CHAR, or whatever) at the dialog level, gobble it
up before it gets to the control, then send a wxCHAR (wm_CHAR) with the tab
key code.

-J
PS. I'm new myself, so you're going to have to write the code yourself...
:frowning:

···

-----Original Message-----
From: Carlos Amaral [mailto:chayimamaral@netscape.net]
Sent: Wednesday, January 15, 2003 2:05 PM
To: wxpython-users@lists.wxwindows.org
Subject: [wxPython-users] ENTER instead TAB

Hi, everybody.
I'm new in python wxpython programmer, and I've a question
In a form, with many "edit" (text) field, how can I select the next
entry with ENTER key instead TAB ?

Regards

Chayim
--

    (o_ Carlos "Chayim" Amaral
    //\ Programador-Analista
    V__)_ FlagShip, Kylix, Postgresql
             ICQ-UIN -> 150373056
             Usuário Linux - 261755
--------------------------------------------------
    Use linux, seja livre !!

---------------------------------------------------------------------
To unsubscribe, e-mail: wxPython-users-unsubscribe@lists.wxwindows.org
For additional commands, e-mail: wxPython-users-help@lists.wxwindows.org