Jump to content

Multi Timer Script Events


Recommended Posts

I'm really new to autoit and I need to be pointed in the right direction for what I'm attempting to accomplish.

I have tasks that are time dependant. First i may set it to 10 mintues, but the following task will be 5, and the next task will be 15. But I'll have mulitple windows to do this in, and the first one there may be 5 and the second 10 and the next 7. So, I need a way to create the timers, without stalling the code for the first ones.

Link to comment
Share on other sites

You can add timers to a window handle with _Timer_SetTimer(), see help file.

You could also create multiple AdLib interrupts with AdLibRegister(), see help file.

Another method would be to use TimerInit() and TimerDiff() with an array of timer values, see help file.

:x

Valuater's AutoIt 1-2-3, Class... Is now in Session!For those who want somebody to write the script for them: RentACoder"Any technology distinguishable from magic is insufficiently advanced." -- Geek's corollary to Clarke's law
Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...