Re: [Gambas-user] Set Active Tabstrib Panel from Button Click

2010-10-06 Thread Ron
tabMytabs.Index = 0 is what you use to select first tab, .Index = 1 second etc... tabMyTabs.Setfocus Regards, Ron_2nd. > Hello all, > > 1) I search in docs a property of tabistrib that make active a tabistrib > tab. > > All that i want to do is to Click a button btnOk and set the first tab > of

[Gambas-user] Set Active Tabstrib Panel from Button Click

2010-10-06 Thread user
Hello all, 1) I search in docs a property of tabistrib that make active a tabistrib tab. All that i want to do is to Click a button btnOk and set the first tab of tabstrib active. like this tabMyTabs[0].active=true or tabMyTabs[0].setfocus did you understand what i want? 2) A note The doc