I'm still having a little problem getting this to work

I want to add tabs to a tabs strip, and populate the new tabs as I go
along. Here is an example of what I want to do

With tabstrip1
.count = .count + 1 ' this works... adds a new tab to the tabstrip
.index = .count ' This is where the problem is, it keeps saying bad index
End With
I want it to add a tab and select it so I can set this new tab's .text property

Any ideas or other ways to do it?

-------------------------------------------------------------------------
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