L
Lucas
Hi!
I'm creating a Visio VDX-File outside of Visio. I get a problem when trying
to connect two shapes with a "Dynamic Connector. For example, if I want to
connect shape 1 and 2, I would create an XML-Entry like this:
<Shape ID='3' NameU='Dynamic connector' Type='Shape' Master='3'>
<Geom IX='0'>
<MoveTo IX='1'></MoveTo>
<LineTo IX='2'></LineTo>
</Geom>
</Shape>
What happens when I open the resulting file in Visio is that the connector
appears somewhere on my page, but not connecting the shapes. As soon as I
move one of the shapes, the connector "jumps" and is automatically glued to
the specified shapes.
How can I achieve that the connector is automatically glued to the specified
shapes without needing to move the shapes manually first?
Cheers,
Lucas
I'm creating a Visio VDX-File outside of Visio. I get a problem when trying
to connect two shapes with a "Dynamic Connector. For example, if I want to
connect shape 1 and 2, I would create an XML-Entry like this:
<Shape ID='3' NameU='Dynamic connector' Type='Shape' Master='3'>
<Geom IX='0'>
<MoveTo IX='1'></MoveTo>
<LineTo IX='2'></LineTo>
</Geom>
</Shape>
What happens when I open the resulting file in Visio is that the connector
appears somewhere on my page, but not connecting the shapes. As soon as I
move one of the shapes, the connector "jumps" and is automatically glued to
the specified shapes.
How can I achieve that the connector is automatically glued to the specified
shapes without needing to move the shapes manually first?
Cheers,
Lucas