RE: [flexcoders] Refresh Screen Counter

2008-10-24 Thread Tracy Spratt
: flexcoders@yahoogroups.com Subject: Re: [flexcoders] Refresh Screen Counter the following sample code will not display a counter but 40... A for loop will run these repetitions in nearly no time... Use a timer function with a delay: [Bindable] var s:String ; ...inside the timer driven function

Re: [flexcoders] Refresh Screen Counter

2008-10-24 Thread Fotis Chatzinikos
the following sample code will not display a counter but 40... A for loop will run these repetitions in nearly no time... Use a timer function with a delay: [Bindable] var s:String ; ...inside the timer driven function update the String: { ... s = counter.ToString() ; } then to display