Page loading

Share your opinion
What do you think about gambaslinux.fr?
 
Interesting
It miss some informations
Excellent website
Results
WIDGETS GAMBAS
GAMBAS 3 SOFTWARES
TUTORIALS
Library
TABSTRIP - select tabstrip
SELECT TABSTRIP

selecttab.png

Today, we learn how to select tabstrip. A command exist to select tabstrip by default as for example :
tabstrip1.index = 2
Well, we use a good idea in this example:

I want to activate the  tabstrip number 3 (realy the 2 because we count 0,1,2),
we desactivate 0 and 1 and after, we activate both of them as bellow :

PUBLIC SUB Button1_Click()
TabStrip1[0].Enabled = FALSE
TabStrip1[1].Enabled = FALSE
TabStrip1[0].Enabled = TRUE
TabStrip1[1].Enabled = TRUE
END

That's all . hye !


Creation date : 02/08/2009 @ 00:24
Last update : 05/08/2009 @ 22:28
Category : TABSTRIP
Page read 5730 times


Print the article Print the article


react.gifReactions to this article


Reaction #1 

by Gambix 05/08/2009 @ 16:44

Bien voici ma correction :)

TabStrip.Index = 3


Mdr... 

Il faut lire la doc :
http://www.gambasdoc.org/help/comp/gb.qt/tabstrip/index?fr

De plus c'est une des rare doc du libre a être entièrement traduite en Français !

QUICK MENU
SEARCH




LANGUAGE
COMPONENTS
Other
LANGUAGE
Where, who?
VISITS

   visitors

   visitors online

ARCHIVES GAMBAS 1/2
^ Top ^