Hey buddy, as dop2000 mentioned the question is not clear but here are soem pin behavior tips which might help:
- you could also put the object into a container of the parent so they are connected
- you could say at the START OF LAYOUT set position of your PIN object at the coordinates of the parent and only AFTER that tell it to PIN to the object. You can do this not as a value but using the name of the object such as PARENT.X and PARENT.Y
- if you have a layer order problem when you mentioned about visibility you may need to adjust the Z order as well so AFTER pinning you could add another directive to change the Z order such as moving it to the top of the layer
Hope that helps,
COSMOS