Re: [Gambas-user] EXPORT and INHERITANCE

2008-09-25 Thread Benoit Minisini
On jeudi 25 septembre 2008, Kari Laine wrote: > Hi, > > still learning gb.form > What conceptual difference has the following > > FileView > > INHERITS UserControl > EXPORT > > > DirView > > EXPORT > INHERITS Use

[Gambas-user] EXPORT and INHERITANCE

2008-09-25 Thread Kari Laine
Hi, still learning gb.form What conceptual difference has the following FileView INHERITS UserControl EXPORT DirView EXPORT INHERITS UserControl I noticed that _new is not called