Re: [flexcoders] Help with Timer issue

2009-02-19 Thread Anand Jha
remove listener added to timer from codeonButtonClick/code function. OR Just remove the listener when you get the success status within codecheckStatus/code function. Regards, KumarA From: trishhartnett trishhartn...@yahoo.com To:

RE: [flexcoders] Help with Timer issue

2009-02-18 Thread Tracy Spratt
You are adding an event listener every time yu click the button. I don't know that this is the problem but it makes me suspicious. Either remove the event listener in the success condition, or add it one time in an init function. See if that chnges the behavior. Other than that, simplify the