CharlieNoyes Posted April 3, 2014 Posted April 3, 2014 Hello all, I have a dilemma in that my MouseClick("",x,y) is not being modified by the "mousecoordmove" option. Am I doing something wrong? The snippet of code is below. AutoItSetOption("SendKeyDownDelay", 10) AutoItSetOption("SendKeyDelay", 500) AutoItSetOption("WinTitleMatchMode", 2) AutoItSetOption("MouseCoordMove", 2) WinActivate("TrueCrypt", "Create an encrypted") WinWaitActive("TrueCrypt", "Create an encrypted") MouseClick("",343,160) Thanks, and I assure you that I did look through the forums to try and find an answer. None was to be found.
Solution CharlieNoyes Posted April 3, 2014 Author Solution Posted April 3, 2014 andddd i managed to change move to mode. Solved. Sorry all.
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