Yes, it is. It looks like no updates go to the screen before 
computation process is over.

--- In [email protected], "Alex Harui" <[EMAIL PROTECTED]> wrote:
>
> Worked for me.  Make sure totalProgress is between 0 and 100
> 
>  
> 
> ________________________________
> 
> From: [email protected] 
[mailto:[EMAIL PROTECTED] On
> Behalf Of markgoldin_2000
> Sent: Saturday, April 19, 2008 8:58 AM
> To: [email protected]
> Subject: [flexcoders] Show progress on Progressbar
> 
>  
> 
> I am building complex dataGrids, about 20. I would want to show 
some 
> progress of a building process on a Progressbar. But I can't find a 
way 
> of the Progressbar's continious update.
> Here is some code:
> <mx:ProgressBar id="loadingProgress" mode="manual" label="Loading 
> Model ... Please wait"/>
> 
> and the update after the next dataGrid is being built:
> mainApp.loadingProgress.setProgress(totalProgress, 100);
> where totalProgress is just a value to test. But I dont see any 
change 
> on the Progressbar. Any idea?
> 
> Thanks
>


Reply via email to