andy5179 Posted January 24, 2005 Posted January 24, 2005 I'm using the sleep function to wait a certain amount of time before processing the next statement, but this is creating a problem for me. System lag sometimes makes it longer that the time I've put in, and it will skip a statement here or there because the window isn't yet ready. I thought about maybe using WinWait, but the name of the window remains the same. Any ideas?
CyberSlug Posted January 24, 2005 Posted January 24, 2005 ; might work... While MouseGetCursor() = 15 sleep(10) WEnd Use Mozilla | Take a look at My Disorganized AutoIt stuff | Very very old: AutoBuilder 11 Jan 2005 prototype I need to update my sig!
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