On Mar 25, 2007, at 10:54 AM, Ryan Dary wrote:

> One way that you can improve your processing speed might be to change
> the way you're showing progress.  If you have a static text field that
> is showing the "item" being worked on, as it is being worked on, this
> could slow things down.  A better way to do this might be to create a
> thread and a timer.  The thread will do the processing, and the timer
> will trigger every half-second and ask the thread what it is currently
> working on, then update the static text.

That's what I basically ended up doing and the user sees about every  
100th to 200th file (the back-end process is VERY fast).  I'm trying  
to adjust that so that we're missing the display of fewer files.

Tim
--
Tim Jones
[EMAIL PROTECTED]

_______________________________________________
Unsubscribe or switch delivery mode:
<http://www.realsoftware.com/support/listmanager/>

Search the archives:
<http://support.realsoftware.com/listarchives/lists.html>

Reply via email to