overparametising a panel ref inside another panel ref

Find and share HowTos to various installations / configurations!
2 posts • Page 1 of 1
tpjctrl
Posts:145
Joined: Tue May 08, 2018 10:30 am

overparametising a panel ref inside another panel ref

Post by tpjctrl »

I have a panel ref which has another panel ref embedded inside it. The embedded panel ref has an Initialise script which I'd like to modify on an instance of the parent panel ref, is this doable somehow? As soon as I select the "Select Object inside PanelRef" tool and click on the parent panel ref, it "decomposes" the entire panel ref and everything inside it, which means I cannot access Initialise scripts at all.

Regards,
Tom

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

Re: overparametising a panel ref inside another panel ref

Post by gschijndel »

It is possible to disable the initialize script defined inside panel refs with the property 'Start Init-Script in Ref' and define a new initialize script at the panel ref itself.
Otherwise you could define a property, which changes the initialize behaviour.

2 posts • Page 1 of 1