Re: [Gambas-user] Tabstrip question

2017-05-23 Thread PICCORO McKAY Lenz
2017-05-23 12:02 GMT-04:00 : > Forgot about the array accessors :) > if u are taking about VB the "group" are equivalent Maybe I will use the TabStrip[Index].Visible solution if that turns out > more elegant ;) > > Thnaks again, > > gbWilly > > > > ---

Re: [Gambas-user] Tabstrip question

2017-05-23 Thread gbwilly
On 2017-05-23 17:50, Charlie wrote: > Hi Willy, > I have done a little testing and you can't disable the 'Tab' but you > can > disable the controls on that tab. > Using this I was unable to click on a Button on 'Tab1' > *TabPanel1[1].Enabled > = False * > This will hide the tab from view *TabPan

Re: [Gambas-user] Tabstrip question

2017-05-23 Thread Charlie
Hi Willy, I have done a little testing and you can't disable the 'Tab' but you can disable the controls on that tab. Using this I was unable to click on a Button on 'Tab1' *TabPanel1[1].Enabled = False * This will hide the tab from view *TabPanel1[1].Visible = False* - Check out www.gambas

[Gambas-user] Tabstrip question

2017-05-23 Thread gbwilly
Hi all, Is it possible to disable a tab in a Tabstrip? Can't find a thing in documentation, or maybe I have missed it. Thanks, gbWilly -- Check out the vibrant tech community on one of the world's most engaging tech sit