Re: [Gambas-user] question about creating and deleting objects

2008-09-28 Thread Benoit Minisini
On dimanche 28 septembre 2008, Joshua Higgins wrote: > Hello. > > I am making a task bar in gambas3. For each task I have a container panel > which has a label and a button in. How can I create one of these for each > task and set the options of the label and button? > > > Currently I am up to here

[Gambas-user] question about creating and deleting objects

2008-09-28 Thread Joshua Higgins
Hello. I am making a task bar in gambas3. For each task I have a container panel which has a label and a button in. How can I create one of these for each task and set the options of the label and button? Currently I am up to here: Dim swindows As Array Dim swindow As Integer swindows = Deskto