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
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
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...
-----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
---------------------------------------------------------------------
To unsubscribe, e-mail: wxPython-users-unsubscribe@lists.wxwindows.org
For additional commands, e-mail: wxPython-users-help@lists.wxwindows.org