Hi All,

I am trying to use the built-in ProgressBar component to display the progress of an AdvancedDataGrid load. This grid holds a lot of data and can take a bit of time to load and as such, I don't want the user to sit there and think the program is "broken". However, all of the examples I have seen tie the progressbar into either image/file uploads or the actual swf loadtime, which doesn't do me much good. I have added the following code to my program:

<mx:ProgressBar y="20" mode="event" source="memberRpt" horizontalCenter="0"/>

As you see, I have tied the source to the id of my ADG but it doesn't pick up the load time. I am still learning my way thru Flex and AS and would appreciate any help anyone can give on a good method to do this.

Thanks!
Adrian

Reply via email to