I have some code:
' General declarations.
Public Ocean As Sound = New Sound(GUI.basepath & "/sound/Ocean.wav")
Public SeawashHeavy As Sound = New Sound(GUI.basepath & "/sound/Seawash,
Heavy.wav")
Public Lake As Sound = New Sound(GUI.basepath & "/sound/Lake.wav")
Public SeawashMedium As Sound = Ne
> Salut Benoit,
>
> I'm porting actually a gambas2 application to gambas3.
>
> The application consists of several parts. These parts can be ran as
> executable, or used as component (now Library) in other applications.
>
> Now I remarked that while gambas2, when using a component, which it self
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