Re: [Gambas-user] FileChooser1

2009-11-28 Thread Charlie Reinl
Am Samstag, den 28.11.2009, 08:11 -0500 schrieb John: > Hi Benoit > Please find attached the following file Vbtogambas.tar.gz > The version of Gambas 2.13 > The version of operating system Ubuntu 9.10 > Hope this is enough information for you. > > On Sat, 2009-11-28 at 10:09 +0100, Benoî

Re: [Gambas-user] FileChooser1

2009-11-28 Thread John
Hi Benoit Please find attached the following file Vbtogambas.tar.gz The version of Gambas 2.13 The version of operating system Ubuntu 9.10 Hope this is enough information for you. On Sat, 2009-11-28 at 10:09 +0100, Benoît Minisini wrote: > > Hi All > >I have on the main form a Wi

Re: [Gambas-user] FileChooser1

2009-11-28 Thread Benoît Minisini
> Hi All >I have on the main form a Wizard1 control and in the first > step of that Wizard1 control I have a Filechooser1 control. > Here is the code > > ' Gambas class file > PUBLIC Spath AS String > PUBLIC SUB _new() > > END > > PUBLIC SUB Form_Open() > > END > PUBLIC SUB Wizard1_Canc

[Gambas-user] FileChooser1

2009-11-27 Thread John
Hi All I have on the main form a Wizard1 control and in the first step of that Wizard1 control I have a Filechooser1 control. Here is the code ' Gambas class file PUBLIC Spath AS String PUBLIC SUB _new() END PUBLIC SUB Form_Open() END PUBLIC SUB Wizard1_Cancel() ME.Close END PUBL