Re: [Gambas-user] Error in Process managment

2008-11-03 Thread Benoit Minisini
On lundi 3 novembre 2008, David Villalobos Cambronero wrote: > Hi Benoit, > > The code attached in the example used to work (Gambas 3 SVN 1652), but now > it doesn't, you made some changes in the Process behavoir, do I have to > change something or I'm doing something wrong? > > Best regards > > >

Re: [Gambas-user] Instantiating forms and then referencing them...

2008-11-03 Thread Stephen Bungay
Replying to self... never mind... I've got it... Stephen Bungay wrote: > Consider the following procedure from Form_Main > > Private Sub InitializeControls() >Dim hFormX As FormX >Dim hFormY As FormY > >TabStrip1.Index = 0 >hFormX = New FormX(TabStrip1) As "X_Form" > >TabS

[Gambas-user] Instantiating forms and then referencing them...

2008-11-03 Thread Stephen Bungay
Consider the following procedure from Form_Main Private Sub InitializeControls() Dim hFormX As FormX Dim hFormY As FormY TabStrip1.Index = 0 hFormX = New FormX(TabStrip1) As "X_Form" TabStrip1.Index = 1 hFormY = New FormY(TabStrip1) As "Y_Form" TabStrip1.Index = 0 End

[Gambas-user] Error in Process managment

2008-11-03 Thread David Villalobos Cambronero
Hi Benoit, The code attached in the example used to work (Gambas 3 SVN 1652), but now it doesn't, you made some changes in the Process behavoir, do I have to change something or I'm doing something wrong? Best regards -- David Process.Error-0.0.1.tar.gz Description: x-unknown/octet