RE: [flexcoders] Re: Show progress while using for()

2008-09-09 Thread Tracy Spratt
. Tracy From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Cato Paus Sent: Tuesday, September 09, 2008 2:21 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: Show progress while using for() --- In flexcoders@yahoogroups.com

Re: [flexcoders] Re: Show progress while using for()

2008-09-08 Thread Josh McDonald
http://blogs.adobe.com/aharui/2008/01/threads_in_actionscript_3.html On Tue, Sep 9, 2008 at 4:26 PM, itdanny2002 <[EMAIL PROTECTED]> wrote: > > You can set a public variable to keep the progress > within your for() loop and then before running the > routine, create SetTimeOut() loop to get the va

[flexcoders] Re: Show progress while using for()

2008-09-08 Thread itdanny2002
You can set a public variable to keep the progress within your for() loop and then before running the routine, create SetTimeOut() loop to get the value.

[flexcoders] Re: Show progress while using for()

2008-09-08 Thread Cato Paus
--- In flexcoders@yahoogroups.com, "Cato Paus" <[EMAIL PROTECTED]> wrote: > > Hi all :) > > I have a text file that i put into flex. I do some parising on the > data, I use the for() logic, but I would like to show/use the prgressBar > (i,fileData.length) but it seems the for() have to complete!