Re: [Gambas-user] (Main) Form won't close - how to tell the user why

2017-06-20 Thread adamn...@gmail.com
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

Re: [Gambas-user] (Main) Form won't close - how to tell the user why

2017-06-20 Thread Charlie
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

Re: [Gambas-user] (Main) Form won't close - how to tell the user why

2017-06-20 Thread Benoît Minisini via Gambas-user
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