[Gambas-user] Tabstrip.text question

Stefano Palmeri rospolosco at ...152...
Wed Sep 30 13:15:29 CEST 2009


Il mercoledì 30 settembre 2009 12:47:48 richard terry ha scritto:
> I wondered if there was a way to change the text on the tab when it is not
> the foremost tab, without having to do this:
>
> tabstrip1.index = 1               ' change to tab1
> tabstrip1.text = "some text"  'change its text
> tabstrip1.index = 0             'change it back to tab0
>
> Thanks in anticipation
>
> Richard
>

TabStrip1[1].Text = "some text"

Stefano

> ---------------------------------------------------------------------------
>--- Come build with us! The BlackBerry® Developer Conference in SF, CA
> is the only developer event you need to attend this year. Jumpstart your
> developing skills, take BlackBerry mobile applications to market and stay
> ahead of the curve. Join us from November 9-12, 2009. Register now!
> http://p.sf.net/sfu/devconf
> _______________________________________________
> Gambas-user mailing list
> Gambas-user at lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/gambas-user






More information about the User mailing list