Fred, any chance of a AddWindowTimer(#Window, Timer, Timeout [, Repeats]) ?
Reason for this is that i.e. using: AddWindowTimer(#Window, #Timer2, 1, 1)
would allow one off events.
Current methods involve using PostMessage etc. from a thread, or a mess of global vars.
But with something like this it would be all native, clean and simple.
Alternatively a TriggerWindowTimer(#Window, Timer)
[Done] AddWindowTimer(#Window, Timer, Timeout [, Repeats]) ?
[Done] AddWindowTimer(#Window, Timer, Timeout [, Repeats]) ?
Last edited by Rescator on Thu Sep 29, 2011 1:42 pm, edited 1 time in total.