[Gambas-user] question about creating and deleting objects

Joshua Higgins joshiggins at ...1601...
Sun Sep 28 12:12:24 CEST 2008


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 = Desktop.Windows.StackingOrder
For Each swindow In swindows
  'make new container panel
  'set options of label and button
Next




-- 
joshua higgins
>>>>>>------



More information about the User mailing list