On Fri, Jul 15, 2011 at 12:40 PM, 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 that
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 p
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 p
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
progr