[Gambas-user] Tabstrip
Rob
sourceforge-raindog2 at ...94...
Thu Aug 28 18:14:09 CEST 2003
On Thursday 28 August 2003 06:51, Rizky Tahara Shita wrote:
> i wanna raise the tab that i select in the tabstrip when the
> button is pressed... how do i do that ??
myTabstrip.index = 1 ' selects the second tab
'(they're numbered from 0)
I know, it's confusing having the Current property be read only
and the Index property be read-write. Took me 20 minutes to
notice the Index property since I'm used to it working the way
it does in VB ;)
Rob
More information about the User
mailing list