Re: [Gambas-user] Adding a form to a workspace, grideditor

2008-06-11 Thread Benoit Minisini
On mercredi 11 juin 2008, Ron wrote: > Is this valid? > > --- > PUBLIC SUB tbnDevices_Click() > > DIM doc AS NEW FDevices > > wrkMain.Show > wrkMain.Add(doc) > > END > --- > FDevices is a Form , like the test form from GridEditor > wrkMain is my Workspace > > The problem is, FDevices contains

[Gambas-user] Adding a form to a workspace, grideditor

2008-06-10 Thread Ron
Is this valid? --- PUBLIC SUB tbnDevices_Click() DIM doc AS NEW FDevices wrkMain.Show wrkMain.Add(doc) END --- FDevices is a Form , like the test form from GridEditor wrkMain is my Workspace The problem is, FDevices contains the GridEditor demo code, and it runs ok if I open it from a