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
>>>>>>------
-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user

Reply via email to