| View previous topic :: View next topic |
| Author |
Message |
Joao Guest
|
Posted: Wed Jun 04, 2008 2:45 pm Post subject: Threads |
|
|
Hi ....
I would like of to know... if exist Threads in autohotkey.
In case not exist... how i to do to monitor a button, in case the user clicks in him.. being inside of a loop?
Hug
Joao |
|
| Back to top |
|
 |
greynite
Joined: 17 May 2008 Posts: 11
|
Posted: Wed Jun 04, 2008 3:02 pm Post subject: |
|
|
| AHK is pseudo threaded -- the core EXE only runs as one OS level thread, however it runs scripts internally via multiple "threads". Look at critical |
|
| Back to top |
|
 |
|