Stipdonk
Programmer
- Jun 18, 2009
- 2
Thanks for coming.
I have written an application that processes very large quantities of data per run. (A "run" can take several minutes to complete.)
The main window of the app has a popup window that has a visual counter to let the user see the progress of the work being done.
The problem is that if the user shifts focus to a different application part way through the run, the visual counter (and all visual components) cease to update even though the program continues to run. Setting focus back to my app does not reactivate the visual objects. When the calculations are complete (the time to complete the calculations is not affected - the non visual objects function properly), then the visual components of my app reactivate and my application acts normally again.
I would be greatful for any relevant feedback.
Thank you,
Gord
I have written an application that processes very large quantities of data per run. (A "run" can take several minutes to complete.)
The main window of the app has a popup window that has a visual counter to let the user see the progress of the work being done.
The problem is that if the user shifts focus to a different application part way through the run, the visual counter (and all visual components) cease to update even though the program continues to run. Setting focus back to my app does not reactivate the visual objects. When the calculations are complete (the time to complete the calculations is not affected - the non visual objects function properly), then the visual components of my app reactivate and my application acts normally again.
I would be greatful for any relevant feedback.
Thank you,
Gord