Layers inside tabs
Search
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?
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
Re: Layers inside tabs
Thanks Leopold, that worked a treat =)