Hi All,
I'm using a ProgressBar for a very long running process. The problem is the bar is updated quite slowly. For instance, when I've processed all of the data items (I use fields to show processed and pending items), the progress bar is showing just a 50% advance. This is more noticeable for longer data sets.
I've set the update delay to 0 (no animation).
Is there anything else I can do to speed it up?
Thank you.