Hi,
Let me describe my requirement.
Our diagrams can contain an OffPage connector shape which identifies another diagram on which the flow continues.
Ideally the text on this node would appear like a hyperlink and if the user were to click on the text, they would be taken to that other diagram. It doesn't have to actually be a hyperlink.
I can't use the click event since when the user clicks on this node, I display various properties that can be added or changed. I can't use the double-click event since that allows the user to modify the text in the node.
Is there some technique that you would recommend to address this requirement?
Thanks
Jim