Re: [Gambas-user] Cannot close GUI application

2012-01-03 Thread M. Cs.
Thanks for the replies! Csaba 2012/1/2, Ron : > You always get unfreed stuff when using Quit in a GUI project is my > experience. > > In Form_Close() > > ' exit program > Main.CloseAll() > FMain.Close > > END > > In CloseAll() I close all file handles, sockets, serial ports and stop > timer

Re: [Gambas-user] Cannot close GUI application

2012-01-02 Thread Ron
You always get unfreed stuff when using Quit in a GUI project is my experience. In Form_Close() ' exit program Main.CloseAll() FMain.Close END In CloseAll() I close all file handles, sockets, serial ports and stop timers. Then FMain.Close does the trick nicely. Regards, Ron_2nd. 2012/1/2

Re: [Gambas-user] Cannot close GUI application

2012-01-02 Thread Fabien Bodard
Le 2 janvier 2012 19:57, Benoît Minisini a écrit : > Le 02/01/2012 17:03, M. Cs. a écrit : >> The command Quit() won't work in my application, so I cannot terminate >> the process. The GUI disappears, but the process remains. Is there any >> safe way to close a GUI application? >> >> Csaba >> > >

Re: [Gambas-user] Cannot close GUI application

2012-01-02 Thread Benoît Minisini
Le 02/01/2012 17:03, M. Cs. a écrit : > The command Quit() won't work in my application, so I cannot terminate > the process. The GUI disappears, but the process remains. Is there any > safe way to close a GUI application? > > Csaba > Please elaborate. Send me a project so that I can reproduce the

Re: [Gambas-user] Cannot close GUI application

2012-01-02 Thread Olivier Cruilles
I think in this case that there is an object non closed and for this reason gambas does not want to close your application. Olivier Cruilles Mail: linu...@club-internet.fr Le 2 janv. 2012 à 18:38, Ron a écrit : > Just close all open handles file hand timers hand close main form with > me.clos

Re: [Gambas-user] Cannot close GUI application

2012-01-02 Thread Ron
Just close all open handles file hand timers hand close main form with me.close Ron Op 2 jan. 2012 18:36 schreef "Olivier Cruilles" het volgende: > Hello, > > Did you use the quit() command in the main Form ? > > > > > > Olivier Cruilles > Mail: linu...@club-internet.fr > > Le 2 janv. 2012 à 17:0

Re: [Gambas-user] Cannot close GUI application

2012-01-02 Thread Olivier Cruilles
Hello, Did you use the quit() command in the main Form ? Olivier Cruilles Mail: linu...@club-internet.fr Le 2 janv. 2012 à 17:03, M. Cs. a écrit : > The command Quit() won't work in my application, so I cannot terminate > the process. The GUI disappears, but the process remains. Is there an

[Gambas-user] Cannot close GUI application

2012-01-02 Thread M. Cs.
The command Quit() won't work in my application, so I cannot terminate the process. The GUI disappears, but the process remains. Is there any safe way to close a GUI application? Csaba -- Ridiculously easy VDI. With Citri