[Gambas-user] tab

Fabien Bodard gambas.fr at ...626...
Sat Dec 5 19:47:06 CET 2009


2009/12/5 yuhej <robert1juhasz at ...626...>:
>
> Hi,
>
> Is there any option to hide some of the tabs of a tab control? For different
> users I wish to show different information (depending on their right) but I
> don't know if I may make invisible or not enabled some of the tabs.
>
  TabStrip1[0].Visible = FALSE
or    TabStrip1[0].Enabled = FALSE
> Another quesion: can I change the order of the tabs (in design time)?
>
yes you have an option on right click on the form editor
> Thanks,
> Robi
> --
> View this message in context: http://old.nabble.com/tab-tp26656660p26656660.html
> Sent from the gambas-user mailing list archive at Nabble.com.
>
>
> ------------------------------------------------------------------------------
> Join us December 9, 2009 for the Red Hat Virtual Experience,
> a free event focused on virtualization and cloud computing.
> Attend in-depth sessions from your desk. Your couch. Anywhere.
> http://p.sf.net/sfu/redhat-sfdev2dev
> _______________________________________________
> 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