[Gambas-user] Me.close BUG

Benoît Minisini gambas at ...1...
Sun Sep 14 16:23:01 CEST 2014


Le 14/09/2014 16:05, Willy Raets a écrit :
> Hi,
>
> It came to my attention that closing a Main form with a simple Me.Close
> doesn't close any other forms that still might be open.
> It didn't used to be that way as far as I can remember, so it must have
> sneaked in somewhere along the road.

This was automatic before (the first form was the main one), but this is 
not always desirable.

So now you must explicitely define which of your form is the boss, with 
the Application.MainWindow property.

-- 
Benoît Minisini




More information about the User mailing list