P
Petr Gotthard
Hello,
I catch visEvtAdd | Visio::visEvtConnect events. I want to receive a
notification when a "dynamic connection" is added.
When adding a new connection, the HandleVisioEvent function is correctly
invoked. The pSubjectObj[1]->ToCell is something like "Connections.X1".
The problem is when the connection is moved (so visEvtDel and visEvtAdd for
visEvtConnect is generated). In this case, the pSubjectObj[1]->ToCell points
to a non-existing cell, like "Connections.X2" (I have only one connection).
Do you have any hint what could be wrong?
Thanks,
Petr
I catch visEvtAdd | Visio::visEvtConnect events. I want to receive a
notification when a "dynamic connection" is added.
When adding a new connection, the HandleVisioEvent function is correctly
invoked. The pSubjectObj[1]->ToCell is something like "Connections.X1".
The problem is when the connection is moved (so visEvtDel and visEvtAdd for
visEvtConnect is generated). In this case, the pSubjectObj[1]->ToCell points
to a non-existing cell, like "Connections.X2" (I have only one connection).
Do you have any hint what could be wrong?
Thanks,
Petr