Re: [Gambas-user] restarting a gambas application

2012-01-04 Thread Zach Smith
On Fri, Jul 15, 2011 at 12:40 PM, zachsmith...@gmail.com wrote: Does anyone know how to automatically close and restart a running gambas program? For example, if I have a program update available, I'd like to click a button in my program (Install/Run update) that would start an intermediate

[Gambas-user] restarting a gambas application

2011-07-15 Thread zachsmith022
Does anyone know how to automatically close and restart a running gambas program? For example, if I have a program update available, I'd like to click a button in my program (Install/Run update) that would start an intermediate program that would stop my program, then the intermediate

Re: [Gambas-user] restarting a gambas application

2011-07-15 Thread Kevin Fishburne
On 07/15/2011 01:40 PM, zachsmith...@gmail.com wrote: Does anyone know how to automatically close and restart a running gambas program? For example, if I have a program update available, I'd like to click a button in my program (Install/Run update) that would start an intermediate program

Re: [Gambas-user] restarting a gambas application

2011-07-15 Thread Demosthenes Koptsis
I think you need to fork a process or something like that. As i know in Gambas the only thing that this happens is when you set Application.Deamon property. http://gambasdoc.org/help/comp/gb/application/daemon?v3 The application forks, and terminates the newly created parent, so that the real