martin Posted April 29, 2007 Posted April 29, 2007 I have an on-screen keyboard for a touch screen. For most things it works ok. When a key is not pressed the active window is noted provided it is not the keypad itself. When a key is pressed the last active window is reactivated, and the key is sent. It doesn't work for some situations. For example, if I want to rename a folder, then I click on the folder name to edit it, but when I press a key on the keypad the edit windows closes as soon as focus is taken away from it. Similary with the task bar; I can bring it up but can't select anything with the keypad. I can't see how to solve this unless I can prevent the focus transferring to my keypad. I assume that a message is sent to set the focus, so can I intercept that and hijack it somehow? Can anyone suggest how I can do that or how I should approach the problem? Serial port communications UDF Includes functions for binary transmission and reception.printing UDF Useful for graphs, forms, labels, reports etc.Add User Call Tips to SciTE for functions in UDFs not included with AutoIt and for your own scripts.Functions with parameters in OnEvent mode and for Hot Keys One function replaces GuiSetOnEvent, GuiCtrlSetOnEvent and HotKeySet.UDF IsConnected2 for notification of status of connected state of many urls or IPs, without slowing the script.
Shevilie Posted April 29, 2007 Posted April 29, 2007 If its on windows you could use the buildin native onscreen keyboard Start here if you are new Valuater's AutoIT 1-2-3Looking for an UDF - Look hereDo you need to do it twice - Autoit
martin Posted April 30, 2007 Author Posted April 30, 2007 If its on windows you could use the buildin native onscreen keyboard Yes, that's what I'm trying to replace because the keys are a bit small for reliable use on a touch screen. But how do they do it? Serial port communications UDF Includes functions for binary transmission and reception.printing UDF Useful for graphs, forms, labels, reports etc.Add User Call Tips to SciTE for functions in UDFs not included with AutoIt and for your own scripts.Functions with parameters in OnEvent mode and for Hot Keys One function replaces GuiSetOnEvent, GuiCtrlSetOnEvent and HotKeySet.UDF IsConnected2 for notification of status of connected state of many urls or IPs, without slowing the script.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now