I've tried that already... it produces this error
me@here$ ./PanelTest.py
Traceback (most recent call last):
File "./PanelTest.py", line 16, in ?
Form1(frame,-1)
File "./PanelTest.py", line 9, in __init__
EVT_CHAR(self, self.My_Text.GetId(), self.kybdEvent)
TypeError: EVT_CHAR() takes exactly 2 arguments (3 given)
···
Adi Sieker <ml@sieker.info> wrote:
jahurt644@netscape.net wrote:
I'm still having problems getting my application to acknowledge keyboard events.
> I've tried this on two machines, both linux boxes (apparently using wxGTK). Here's my latest attempt...
[code snipped]
What am I doing wrong? Any help would be GREATLY appreciated... TIA
change the EVT_CHAR linr to the following:
EVT_CHAR(self, self.My_Text.GetId(), self.kybdEvent)
you need to tell EVT_CHAR the ID of the control for which
to capture events.
Regards
Adi
--
Adi J. Sieker http://www.sieker.info/
Freelance developer sieker.io – freelance software development
---------------------------------------------------------------------
To unsubscribe, e-mail: wxPython-users-unsubscribe@lists.wxwidgets.org
For additional commands, e-mail: wxPython-users-help@lists.wxwidgets.org
__________________________________________________________________
Switch to Netscape Internet Service.
As low as $9.95 a month -- Sign up today at AOList Teil der Yahoo Markenfamilie
Netscape. Just the Net You Need.
New! Netscape Toolbar for Internet Explorer
Search from anywhere on the Web and block those annoying pop-ups.
Download now at AOList Teil der Yahoo Markenfamilie
a écrit :
The good syntax is :
Friendly.
···
jahurt644@netscape.net
Adi Sieker <> wrote:
wrote:
I'm still having problems getting my application to acknowledge keyboard events.
I've tried this on two machines, both linux boxes (apparently using wxGTK). Here's my latest attempt...
[code snipped]
What am I doing wrong? Any help would be GREATLY appreciated... TIA
change the EVT_CHAR linr to the following:
EVT_CHAR(self, self.My_Text.GetId(), self.kybdEvent)
you need to tell EVT_CHAR the ID of the control for which
to capture events.
Regards
Adi
-- Adi J. Sieker Freelance developer ---------------------------------------------------------------------
To unsubscribe, e-mail: For additional commands, e-mail:
I've tried that already... it produces this error
me@here$ ./PanelTest.py Traceback (most recent call last):
File "./PanelTest.py", line 16, in ?
Form1(frame,-1)
File "./PanelTest.py", line 9, in __init__
EVT_CHAR(self, self.My_Text.GetId(), self.kybdEvent)
TypeError: EVT_CHAR() takes exactly 2 arguments (3 given)
__________________________________________________________________
Switch to Netscape Internet Service.
As low as $9.95 a month -- Sign up today at Netscape. Just the Net You Need.
New! Netscape Toolbar for Internet Explorer
Search from anywhere on the Web and block those annoying pop-ups.
Download now at ---------------------------------------------------------------------
To unsubscribe, e-mail: For additional commands, e-mail:
ml@sieker.infojahurt644@netscape.nethttp://www.sieker.info/http://www.sieker.info/wiki.php?id=ProfilwxPython-users-unsubscribe@lists.wxwidgets.orgwxPython-users-help@lists.wxwidgets.orghttp://isp.netscape.com/registerhttp://channels.netscape.com/ns/search/install.jspwxPython-users-unsubscribe@lists.wxwidgets.orgwxPython-users-help@lists.wxwidgets.org
EVT_CHAR(self.My_Text.GetId(), self.kybdEvent)
-- Hugues JEAN-BAPTISTE ()
AGORINFO S.A.
1330, route de Neufchâtel
F-76230 QUINCAMPOIX
Tél : +33 (0) 2.32.80.87.87
Fax : +33 (0) 2.32.80.87.88
Site :
hjb@agorinfo.frhttp://www.agorinfo.fr