Re: [Gambas-user] Changing text on Tabstrip

2009-03-15 Thread richard terry
On Mon, 16 Mar 2009 08:38:15 am Richard Gladman wrote: > richard terry wrote: > > If one has say three tabs > > > > tab1 tab2 tab3 > > > > and the contents of Tab1 are showing. > > > > Is it possible to change the text on either tab2 or 3 without the display > > changing. > > > > If one

Re: [Gambas-user] Changing text on Tabstrip

2009-03-15 Thread Richard Gladman
richard terry wrote: > If one has say three tabs > > tab1 tab2 tab3 > > and the contents of Tab1 are showing. > > Is it possible to change the text on either tab2 or 3 without the display > changing. > > If one does : tabstrip1.index = 2 and tabstrip1.text = "sometext" > > Then this has

[Gambas-user] Changing text on Tabstrip

2009-03-15 Thread richard terry
If one has say three tabs tab1 tab2 tab3 and the contents of Tab1 are showing. Is it possible to change the text on either tab2 or 3 without the display changing. If one does : tabstrip1.index = 2 and tabstrip1.text = "sometext" Then this has the same effect as a tabstrip1_click()