[Gambas-user] Set Active Tabstrib Panel from Button Click
Ron
ron at ...1740...
Wed Oct 6 15:19:13 CEST 2010
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 tabstrib active.
>
> like this
>
> tabMyTabs[0].active=true or tabMyTabs[0].setfocus
>
> did you understand what i want?
>
> 2) A note.... The docs could be better.
> For example well known issues like this could be written as example in
> TabStrip.Current with the thought that "ok, TabStrip.Current gives the
> current tab, how to make another tab current"
>
> These mini examples would be grateful for someone.
>
> Thanks!
>
>
> ------------------------------------------------------------------------------
> Beautiful is writing same markup. Internet Explorer 9 supports
> standards for HTML5, CSS3, SVG 1.1, ECMAScript5, and DOM L2& L3.
> Spend less time writing and rewriting code and more time creating great
> experiences on the web. Be a part of the beta today.
> http://p.sf.net/sfu/beautyoftheweb
> _______________________________________________
> 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