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

Benoît Minisini gambas at ...1...
Tue Jun 20 10:17:52 CEST 2017


Le 20/06/2017 à 07:44, adamnt42 at ...626... 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 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?
> 
> regards b
> 

You must keep the handles of your processes and check their status yourself.

Regards,

-- 
Benoît Minisini




More information about the User mailing list