how about this?
$winChecksum = PixelChecksum(870, 530, 970, 600)
Send("{ENTER}")
While $winCheckSum = PixelChecksum(870, 530, 970, 600) ; wait for next panel
Sleep(100)
WEnd
I have some game scripts which do logins/panel navigation and use Ctrl-C to check username/pwd for typos.
These worked fine until a couple of days ago when they started malfunctioning..
After about an hour testing what do I find??
Send("^c") works but Send("^C") does not
I'm not sure if this is due to a windows update or something else.. my scripts have worked well under win7 and win10 for several years (with the big C)
Curious!
pwd_typo_snippet.txt
hi Folks..
i began writing AutoIt scripts about 5 years ago.. for gaming purposes mainly.
then i realised just how powerful this platform is..
a couple of points maybe ppl can help clarify for me :-
i was unsure whether Beep is synchronous or asych.. seems to be synchronous yeh?
is there any way to make a block atomic? (critical section)
i use hotkeys but i need some way to pass on keyboard events ie. not consume
any suggestions?
ty...