Layers inside tabs
- aorange
- Posts:147
- Joined: Thu Nov 04, 2010 10:07 am
Layers inside tabs
I am trying to open a panel which relies on layer switching to work properly inside a tab object but it does not seem to work. Is there a limitation on the use of layers inside tabs?
- leoknipp
- Posts:2928
- Joined: Tue Aug 24, 2010 7:28 pm
Re: Layers inside tabs
Hello,
the whole tab-widget is on one layer. The register-tabs on this widget are not really panels. Only the content of the used panels is displayed. Therefore using the layer on a register of a tab-widget is not working.
Instead of the layer you can use objectname.Visible="TRUE" (or "FALSE") within the register of the tab-widget.
Best Regards
Leopold Knipp
Senior Support Specialist
the whole tab-widget is on one layer. The register-tabs on this widget are not really panels. Only the content of the used panels is displayed. Therefore using the layer on a register of a tab-widget is not working.
Instead of the layer you can use objectname.Visible="TRUE" (or "FALSE") within the register of the tab-widget.
Best Regards
Leopold Knipp
Senior Support Specialist
- aorange
- Posts:147
- Joined: Thu Nov 04, 2010 10:07 am
Re: Layers inside tabs
Thanks Leopold, that worked a treat =)