M
Michi D.
Hi all,
I need to detect when a user moves a certain shape. Is
there any event which is able to help me (any examples)?
The background of my problem is as follows:I will use this
within an organigram. My idea so far was the following.
I know that the shapes used there 'know' to which shape
from the upper hierarchie level they are connected. I store
this ID when creating a shape. I read about an
'CellChanged' event and hoped by comparing the stored
number with the new number to recognisewhether the shape
has been connected to a different shape. This caused two
problems fo me:
1) I must confess that based on the online help I am not
able to adapt this the given code. Does anybody has a
different example?
2) Is my try a good one? Or can I not solve my problem
based on this event?
Best regards,
Michi D.
I need to detect when a user moves a certain shape. Is
there any event which is able to help me (any examples)?
The background of my problem is as follows:I will use this
within an organigram. My idea so far was the following.
I know that the shapes used there 'know' to which shape
from the upper hierarchie level they are connected. I store
this ID when creating a shape. I read about an
'CellChanged' event and hoped by comparing the stored
number with the new number to recognisewhether the shape
has been connected to a different shape. This caused two
problems fo me:
1) I must confess that based on the online help I am not
able to adapt this the given code. Does anybody has a
different example?
2) Is my try a good one? Or can I not solve my problem
based on this event?
Best regards,
Michi D.