GlueTo problem

Y

YvesP

Hi,
I am desperately trying to connect one end of a dynamic connector,
which I dropped from a stencil, to a shape, created by 'DrawOval'.
Getting the 'BeginX' or 'EndX' Cell of the connector is no problem, but
somehow I can't seem to glue this to my shape. Tried a lot of different
things, such as:
FromCell.GlueTo(ovalshape.Cells("AlignTop")
FromCell.GlueTo(ovalshape.Cells("PinX")
FromCell.GlueTo(ovalshape.Cells("Controls.X1")
....
but all of my attempts resulted in either compiletime "type mismatch"
error or runtime "invalid use of method".
I even added a connection point to the shape(this is what I finnaly
would like to have), and tried
FromCell.GlueTo(ovalshape.Cells("Connections.X1")
again without any success.
I have to admit that this glueing concept and the interaction with
different cells, is far from clear to me. So it would be great if
someone could direct me to some documentation or help me with my
problem.
Kind regards.
Yves
 

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