A project I am working on is using HTTPService to retrieve a large XML
data set, parse it using e4x and display the data in charts.  Since it
is taking quite a bit of time to process the data, I decided to add a
progress bar.  The problem is the screen is not refreshing until all
the data has been loaded and prepared for the charts.  In fact, I
tried using an indeterminate progress bar temporarily, and as soon as
the result handler for HTTPService gets called, the animation on the
bar stops until all the code executes and the charts are displayed.
Please help.

Reply via email to