[flexcoders] Re: How to Reset ProgressBar?

2008-07-28 Thread valdhor
According to the manual, the polled mode requires the source property must specify an object that exposes bytesLoaded and bytesTotal properties. The ProgressBar control calls these methods to update its status. Are you changing the source property for each image? --- In

[flexcoders] Re: How to Reset ProgressBar?

2008-07-24 Thread Adnan Doric
progressBar.setProgress( 0, 100 ); --- In flexcoders@yahoogroups.com, gabsaga [EMAIL PROTECTED] wrote: I have an application that when you click on a button, it loads an image in a panel. There is a progress bar that shows progress on the image being loaded. The progress bar works fine when