akerr95 Posted May 19, 2013 Posted May 19, 2013 So i made a script on a different computer and when trying to run on this one it gives me a problem here is a little piece of the code: Local $SomeWindow = "WindowName" WinActivate($SomeWindow) WinWaitActive($SomeWindow) ControlSend($SomeWindow,"","","{ESC}") opt("SendKeyDownDelay",1000) ControlSend($SomeWindow,"","","{LEFT}") ControlSend($SomeWindow,"","","{Enter}") i realize everytime it reaches LEFT it doesnt work , or if i use send() it doesnt work ?
Blue_Drache Posted May 19, 2013 Posted May 19, 2013 Some programs resist automation. I know of a few specific workarounds. What are you trying to automate? Lofting the cyberwinds on teknoleather wings, I am...The Blue Drache
akerr95 Posted May 19, 2013 Author Posted May 19, 2013 Some programs resist automation. I know of a few specific workarounds. What are you trying to automate? yea but i made the script work on one computer but when i went on another it didnt work ? its not so much the program but the computer right?
Developers Jos Posted May 19, 2013 Developers Posted May 19, 2013 Different OS? Is the one that isn't working running the program as Admin? In other words: Information is essential when you want us to help you. Jos SciTE4AutoIt3 Full installer Download page - Beta files Read before posting How to post scriptsource Forum etiquette Forum Rules Live for the present, Dream of the future, Learn from the past.
akerr95 Posted May 19, 2013 Author Posted May 19, 2013 yes i do believe the were both in administrator , i kno for a fact its not the program
Moderators JLogan3o13 Posted May 20, 2013 Moderators Posted May 20, 2013 akerr95, how about a screenshot of the application, or its name (as has been asked a couple of times now). Help us help you. "Profanity is the last vestige of the feeble mind. For the man who cannot express himself forcibly through intellect must do so through shock and awe" - Spencer W. Kimball How to get your question answered on this forum!
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