Hello Dojo community,
I need help from a Visio expert.
I want to be able to press on buttons of a table.
I created a Children shape of type Row and I am able to get the Index of the table without issue.
The problem is using the Execute shape. Even, if I hard code ids the shape is linking to the element and not performing the set. If I remove the shape outside the Children shape groups, it works correctly.
What am I missing on the shapes to be able to perform the sets?
It seems like the issue i had with the children shapes:
solution appeared to be to add an:
To prevent this, you can add one of the following options: 'NoCopyElemementProperty' or 'AllowInheritance=False'.
to the each child element shape
Thanks Gerwin.
The trick was using the AllowInheritance=False on the Children.