This may be a bit of a beginners question, but I can\'t for the life of me figure it out.
I\'m using flex to develop a GUI for a large project, specifically a status
Sometimes its necessary set to zero before assign another value. progressBar.setProgress(0, progressBar.maximum); progressBar.setProgress(newValue, progressBar.maximum);