Question
Observe page item movement
Hi,
I would like to be notified immediately after one or more of the page items (graphic or text frames) are moved on the page.
I was able to capture the event by attaching an observer to the document boss, listening to the IID_ITRANSFORM_DOCUMENT protocol. I did get the a message on that protocol, but I couldn't figure out the right change type that distinguishes the movement from other kinds of transformations. I was expecting theChange to be the kTransformPageItemsCmdBoss. However, it doesn't seem to be the case.
Any ideas?
Thank you,
Nick
I would like to be notified immediately after one or more of the page items (graphic or text frames) are moved on the page.
I was able to capture the event by attaching an observer to the document boss, listening to the IID_ITRANSFORM_DOCUMENT protocol. I did get the a message on that protocol, but I couldn't figure out the right change type that distinguishes the movement from other kinds of transformations. I was expecting theChange to be the kTransformPageItemsCmdBoss. However, it doesn't seem to be the case.
Any ideas?
Thank you,
Nick