Hello how do I set a Timer to time out immediately the first time ? I mean: I create a Timer with an interval of 10s; I set an event listener to the timeout() function. When I start() it, I have to wait for 10s for it to time out and execute timeout(). How can I force the first timeout() execution immediately ?
Thanks -- View this message in context: http://old.nabble.com/Make-a-Timer%27s-first-timeout-event-immediate-tp27977025p27977025.html Sent from the FlexCoders mailing list archive at Nabble.com.

