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

[flexcoders] Refresh Screen Counter

2008-10-23 Thread itdanny2002
I have below sample code which display the result of counter. How can I display the progress by using some screen refresh function ? http://www.adobe.com/2006/mxml"; layout="absolute">