G
Guest
My application requires user interaction with a graphics interface that is
changing (data is being collected and plotted). Sometimes the graphics
updates are slow and the user is locked out until completion for tasks like
scaling and reading the cursor and all that.
I would like to do all of the drawing and associated calculations in a
background worker then have the updated information flash onto the form
holding the graphics forthwith.
Is there a "Best" strategy for doing this??
changing (data is being collected and plotted). Sometimes the graphics
updates are slow and the user is locked out until completion for tasks like
scaling and reading the cursor and all that.
I would like to do all of the drawing and associated calculations in a
background worker then have the updated information flash onto the form
holding the graphics forthwith.
Is there a "Best" strategy for doing this??