Handling panels in tab

Find and share HowTos to various installations / configurations!
Search

Post Reply
2 posts • Page 1 of 1
ivan141
Posts: 14
Joined: Tue Aug 04, 2015 8:17 am

Handling panels in tab

Post by ivan141 »

I would like to ask the experts here if there is a proper way of addressing panels loaded into a tab object.
Since I am transitioning most of our code to take advantage of object oriented features I find myself a bit confused about the way one should handle panels in tabs.
If I run a getShapes command on the panels, it seems that all the shapes are loaded in the base panel containing the tabs. But the panels do have their own 'self' context, so they can function separately from the base panel.
Is there a dot-notation that works for addressing panels in tabs? How can I connect to a panel event for a panel loaded in a tab (without resorting to ui global events)?
Any tips would be greatly appreciated.

gschijndel
Posts: 330
Joined: Tue Jan 15, 2019 3:12 pm

Re: Handling panels in tab

Post by gschijndel »

Take a look at the panelAt function of the tab.

Post Reply
2 posts • Page 1 of 1