Re: [Gambas-user] Me.close BUG

2014-09-14 Thread Willy Raets
On zo, 2014-09-14 at 16:23 +0200, Benoît Minisini wrote: > 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

Re: [Gambas-user] Me.close BUG

2014-09-14 Thread Tobias Boege
On Sun, 14 Sep 2014, Tobias Boege wrote: > On Sun, 14 Sep 2014, Willy Raets wrote: > > 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 m

Re: [Gambas-user] Me.close BUG

2014-09-14 Thread Tobias Boege
On Sun, 14 Sep 2014, Willy Raets wrote: > 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. > A

Re: [Gambas-user] Me.close BUG

2014-09-14 Thread Benoît Minisini
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. Th

[Gambas-user] Me.close BUG

2014-09-14 Thread Willy Raets
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. Using Quit does close Main form and any other form that