Re: [Gambas-user] Warning on Form Close

2016-07-11 Thread Gianluigi
Thank you Regards Gianluigi 2016-07-11 18:14 GMT+02:00 Benoît Minisini : > Le 11/07/2016 17:58, Benoît Minisini a écrit : > > Le 11/07/2016 17:47, Gianluigi a écrit : > >> I have not noticed since going on but now if we write Public Sub > >> Form_C and > >> let complete the event procedure Close

Re: [Gambas-user] Warning on Form Close

2016-07-11 Thread Benoît Minisini
Le 11/07/2016 17:58, Benoît Minisini a écrit : > Le 11/07/2016 17:47, Gianluigi a écrit : >> I have not noticed since going on but now if we write Public Sub >> Form_C and >> let complete the event procedure Close by the compiler we get this: >> >> Public Sub Form_Close() As Boolean >>... >> En

Re: [Gambas-user] Warning on Form Close

2016-07-11 Thread Benoît Minisini
Le 11/07/2016 17:47, Gianluigi a écrit : > I have not noticed since going on but now if we write Public Sub Form_C and > let complete the event procedure Close by the compiler we get this: > > Public Sub Form_Close() As Boolean >... > End > > I thought necessary to understand where I close the

[Gambas-user] Warning on Form Close

2016-07-11 Thread Gianluigi
I have not noticed since going on but now if we write Public Sub Form_C and let complete the event procedure Close by the compiler we get this: Public Sub Form_Close() As Boolean ... End I thought necessary to understand where I close the window, but if I leave as written by Gambas I can not st