A
Anderson
I would like to be able to drop a shape onto a page and have the shapes color
change based on a property on an existing shape on the page.
For example:
I have a rectangle on a page (sheet.414) with the property
prop.blockpoint and value of 8.2.
When i drop another shape onto the page with sheet.414. I would like for it
to read sheet.414!prop.blockpoint value and set it color depending on other
variables.
If I edit the shape after I drop it onto the page, to read
sheet.414!prop.blockpoint everthing works as I expect it to work.
However, I can not get the user defined cell on the master shape to accept
sheet.414!blockpoint in the value. I have tried several permutations:
Pages[page-1]sheet.414!blockpoint, rectangle.414!blockpoint, etc.
Is there a way to get the shape to read another shapes properties when it is
dropped?
change based on a property on an existing shape on the page.
For example:
I have a rectangle on a page (sheet.414) with the property
prop.blockpoint and value of 8.2.
When i drop another shape onto the page with sheet.414. I would like for it
to read sheet.414!prop.blockpoint value and set it color depending on other
variables.
If I edit the shape after I drop it onto the page, to read
sheet.414!prop.blockpoint everthing works as I expect it to work.
However, I can not get the user defined cell on the master shape to accept
sheet.414!blockpoint in the value. I have tried several permutations:
Pages[page-1]sheet.414!blockpoint, rectangle.414!blockpoint, etc.
Is there a way to get the shape to read another shapes properties when it is
dropped?