11-04-2008 10:29 AM
Hi,
How can I force HW_LAYOUT_TOUCHSCREEN_12 in my application without having a textfield? I have only a FullScreen and I want to show the keyboard with only the digits.
Thanks
11-20-2008 03:50 PM
Unfortunately there is not an API for this. You might try showing the keyboard and using the EventInjector to input a lock on the ALT key (!,123) but that may not work either.
Tim
08-17-2009 05:24 AM
Stealing this thread...
I have a very similar problem and hope that you can give me some ideas on how to move forward.
I have a FullScreen screen where I want to receive all keypresses. Using a combination of keyChar (for symbol keys) and keyDown/keyUp works good for me. The only problem is the virtual keyboard layout, hence this post.
I want the keyboard layout to reflect the type of input that I expect. Some times it is an URL type of field, some times it might be a number and so on. Right now I feel stuck, and the only solutions I come up with are the following: