Stefano Agostinelli
2008-05-12 12:49:44 UTC
Hello.
I developed an application (C++ Builder3) in which the Main window opens a new window with a progress bar to show the progress of a quite long computation.
After the computation ends this window is closed through the Hide() function. Everything seems to work ok, but I noticed that if during the computation the application looses the input focus the progress window is not closed at all!
Can someone kindly suggest some solution?
Thanks a lot
Stefano Agostinelli
I developed an application (C++ Builder3) in which the Main window opens a new window with a progress bar to show the progress of a quite long computation.
After the computation ends this window is closed through the Hide() function. Everything seems to work ok, but I noticed that if during the computation the application looses the input focus the progress window is not closed at all!
Can someone kindly suggest some solution?
Thanks a lot
Stefano Agostinelli