KeyPress Reference? Is there a reference that will tell me how applications such as VB and AppForge recognize or interpret specific key press actions on the Q such as the navigation key and the center key? To be a little more specific, we wrote an application in AppForge using VB2005 with multiple screens and multiple fields on each screen. Some of the labels for the address and phone numbers are multi-select and once focus is on one of those fields you have to scroll through every possible type before focus is transferred to another field. (We also need to be able to transfer control back and forth between the fields and the scroll bars that we put on each screen or have the scroll bar programmatically connected to the thumbwheel.) I tried to differentiate between keystrokes by adding code for specific keypress events such as up, down, left and right but still get the same result. Some of the date fields use datepickers which do not open on the Q when you press the center key. Some of the code uses inboxes that have 'ok' and 'cancel' buttons but we can't get to them to click on them. Once one of the inboxes appears, the only way to get rid of it is to turn off the phone. How can I find out how the Q interprets specific keypress events such as the tab keys, the center key, the enter or return key, etc.
Last edited by JimDionne; 06-12-2007 at 12:40 PM.
Reason: clarify the original post
|