PDA

View Full Version : AlarmTimer problem



Ron
October 13th, 2002, 12:55 PM
Fixed. (alarm timer 1.3.1)

mitko
October 13th, 2002, 12:55 PM
How can I cancel a Timer in the AlarmTimer plugin?
I used to do it with a command that specifies the timer and sets the time out to 0. This used to stop the timer and make the OnCancel event to work. Now it doesn't do so - it only stops the timer.
:(
Is it a bug or there is a way to do it.

I've attached a .gml file that shows the problem (you should enable both the AlarmTimer and Popup OSD plugins). There are five commands in it that do the following:
1. Start a timer with 5000ms timeout
2. Stop this timer
3. Popup OSD - "On Start"
4. Popup OSD - "On Cancel"
5. Popup OSD - "On End"

I never see the "On Cancel" OSD
:(