Checking if a shapes control point is connected or not.

A

Andy

I have a shape with a control point. I would like to change the fill
colour of my shape depending upon whether to control point has been
connected or not. Obviously I can do this from code by handling events
for the connections being added or deleted. I wondered if it was
possible to determine this within the shape sheet formulas themselves.

Thanks
 
J

JuneTheSecond

You would refer to GlueInfo section. In my connector shape, but not control
point, I have a formula,
IF(BegTrigger=2,IF(EndTrigger=2,"Both Ends Connected","Start Point
Connected"),IF(EndTrigger=2,"End Point Connected","Both ends Free"))
And display the result using text field.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top