custom connector

M

Matt

I automate visio in my application and i have custom connection line.
User will able to hide the connection by clicking "Hide Connection" in the
popup menu.
For this, i created an action in the custom connector and put the following
formula.
For the connector
=IF(Geometry1.NoShow=FALSE,SETF("Geometry1.NoShow","TRUE")+SETF("HideText","
TRUE"),SETF("Geometry1.NoShow","FALSE")+SETF("HideText","FALSE"))
But the problem here is that once the line is invisible, i cannot see the
action in the popup menu.
Suppose if i set NoAlignBox to false then i am able the select the invisible
line and click on the action.
But if i resize the line, NoAlignBox is set to true automatically. and i
cannot select the action.

Any idea what to do?

I tried setting BegTrigger to
=IF(Geometry1.NoShow=FALSE,SETF("NoAlignBox","TRUE"),SETF("NoAlignBox","FALS
E"))
but no use

please help

Matt
 

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