Question about event timers

Just starting out? Need help? Post your questions and find answers here.
mrbungle
Enthusiast
Enthusiast
Posts: 112
Joined: Wed Dec 30, 2020 3:18 am

Question about event timers

Post by mrbungle »

In setting up event timers and changing timer durations, is there a recommended best practice? Is it better to remove the old timer and value immediately before calling the AddWindowTimer() or does it mater? For ex: Removing the old timer value in another procedure, etc.

Thank you
User avatar
Saki
Addict
Addict
Posts: 830
Joined: Sun Apr 05, 2020 11:28 am
Location: Pandora

Re: Question about event timers

Post by Saki »

It is not described anywhere like this, but it works to simply call the old timer with a new delay, nothing else.
地球上の平和
mrbungle
Enthusiast
Enthusiast
Posts: 112
Joined: Wed Dec 30, 2020 3:18 am

Re: Question about event timers

Post by mrbungle »

Thank you
Post Reply