On Tue, 20 Jun 2017 06:37:08 -0700 (MST)
Charlie wrote:
> adamn...@gmail.com wrote
> > When they attempt to close the main form, the event loop won't terminate.
> > Which is proper. However, I need to be able to tell the user to close the
> > "such and such window". How can I find out which proce
adamn...@gmail.com wrote
> When they attempt to close the main form, the event loop won't terminate.
> Which is proper. However, I need to be able to tell the user to close the
> "such and such window". How can I find out which process is blocking the
> end of the event loop?
You could try hiding
Le 20/06/2017 à 07:44, adamn...@gmail.com a écrit :
I have a main form that has a lot of ways that the user can start
other processes from, some with wait and some without. When they
attempt to close the main form, the event loop won't terminate. Which
is proper. However, I need to be able to tel