Too Many Timers error?

Former Member
Former Member
My widget uses 2 non-repeating Timers, however I'm calling:

timer1.stop();
timer1.start( method(:callback1), 500, true )


a number of times. e.g., if the user has changed an option. Very quickly I get the "Too Many Timers" error. This seems like a bug to me? If I'm explicitly stopping the timers and then restarting them, there should never be more than 2 timers active?

Thanks