Recently I'm using python 2.7 and wx2.8 as a base of my application. Since that time I have problems in processing of Return key in my app. I have this error only on windows - in linux it works fine. All keys except Return/Numpad Return are processed. I put wx.TE_PROCESS_TAB|wx.TE_PROCESS_ENTER| wx.WANTS_CHARS style on my Frame and my Grid. I tried ON KEY DOWN and ON CHAR HOOK events- on frame and grid and grid renderer. My Return key is lost somewhere. Tried solutions from : What does wxWidgets' EVT_CHAR_HOOK do?
https://groups.google.com/forum/#!topic/wxpython-users/1RaaGxu62q4 (this was like perfect description of my problem but failed)
http://osdir.com/ml/python.wxpython/2004-03/msg00261.html
Any ideas, pls?
Regards Mike
There seem to be a few inconsistencies between the wxPython versions. Try following example: