FrancescoDiMuro Posted May 30, 2017 Author Share Posted May 30, 2017 (edited) BUMP guys... Please, I need to solve this issue quickly... Thank you EDIT: I've found WM_CLOSE, but I don't know if that could solve my issue... EDIT 2: I need to intercept the $GUI_EVENT_CLOSE from the virtual keyboard... So, if that happens, I close the virtual keyboard and set the focus out of the textbox that launch it... Edited May 30, 2017 by FrancescoDiMuro Click here to see my signature: Spoiler ALWAYS GOOD TO READ: Forum Rules Forum Etiquette Link to comment Share on other sites More sharing options...
junkew Posted May 30, 2017 Share Posted May 30, 2017 a quick and dirty trick. Exit your virtual keyboard function directly if its activated again within n seconds after closing FAQ 31 How to click some elements, FAQ 40 Test automation with AutoIt, Multithreading CLR .NET Powershell CMDLets Link to comment Share on other sites More sharing options...
FrancescoDiMuro Posted May 30, 2017 Author Share Posted May 30, 2017 (edited) 6 minutes ago, junkew said: a quick and dirty trick. Exit your virtual keyboard function directly if its activated again within n seconds after closing Yeah, it could be a big trick. But, If I would like to do it direclty? You can answer here too Thanks Edited May 30, 2017 by FrancescoDiMuro Click here to see my signature: Spoiler ALWAYS GOOD TO READ: Forum Rules Forum Etiquette Link to comment Share on other sites More sharing options...
junkew Posted May 30, 2017 Share Posted May 30, 2017 You have to write out in a simple script what you are trying to accomplish I think you say 1. I have a textbox and when I enter it the virtual keyboard (osk.exe) should be visible 2. Whenever you activate a process/control that is not osk.exe or textbox then the osk should not be reactivated probably setwindow style to WS_EX_NOACTIVATE FAQ 31 How to click some elements, FAQ 40 Test automation with AutoIt, Multithreading CLR .NET Powershell CMDLets Link to comment Share on other sites More sharing options...
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