Re: [Gambas-user] Short Question about gb.form

2008-09-24 Thread Benoit Minisini
On mercredi 24 septembre 2008, Kari Laine wrote: > On Wed, Sep 24, 2008 at 6:00 PM, Kari Laine <[EMAIL PROTECTED]>wrote: > > Hi, > > > > I am not able to figure out how the FMain-form class have been made in > > Gambas-editor. > > FMain contains one control FileChooser. How it has been selected to

Re: [Gambas-user] Short Question about gb.form

2008-09-24 Thread Kari Laine
On Wed, Sep 24, 2008 at 6:00 PM, Kari Laine <[EMAIL PROTECTED]>wrote: > Hi, > > I am not able to figure out how the FMain-form class have been made in > Gambas-editor. > FMain contains one control FileChooser. How it has been selected to Form? > Suppose I would like to make my own form KLForm1 and

[Gambas-user] Short Question about gb.form

2008-09-24 Thread Kari Laine
Hi, I am not able to figure out how the FMain-form class have been made in Gambas-editor. FMain contains one control FileChooser. How it has been selected to Form? Suppose I would like to make my own form KLForm1 and have FileChooser component on that - how to make it - please advice? Best Rega