wxPython: Transferring keyboard events from one frame to another
Josiah Carlson
jcarlson at nospam.uci.edu
Mon Feb 2 19:04:03 EST 2004
More information about the Python-list mailing list
Mon Feb 2 19:04:03 EST 2004
- Previous message (by thread): wxPython: Transferring keyboard events from one frame to another
- Next message (by thread): wxPython: Transferring keyboard events from one frame to another
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
> I'm in the process of implementing a virtual keypad: I have a wxFrame > which contains a photo the keypad of some device, and I'm using it to > enter special keywords into an editor window (wxStc). Each part of the > photo is associated with a certain keyword, which is sent to the > editor frame and displayed inside the editor. This is working fine. > However, if I want a proper virtual keyboard I should also be able to > transfer the regular keypresses (keyboard events) from my virtual > keypad frame to the editor frame, in order to save the user the > trouble of clicking on the editor window every time in order to set > the focus. Question: Is your 'virtual keypad' /showing keypresses/, or is your 'virtual keypad' used for text entry with a mouse?
- Previous message (by thread): wxPython: Transferring keyboard events from one frame to another
- Next message (by thread): wxPython: Transferring keyboard events from one frame to another
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list