Skip to main content
Inspiring
December 16, 2015
Answered

How to get page change event?

  • December 16, 2015
  • 1 reply
  • 488 views

Hi.

I know get document change event as ISignalMgr->GetServiceID of CResponder::Respond.

But page event how to get?  event mean is page add, delete, etc...

Thanks.

This topic has been closed for replies.
Correct answer Markus Freitag

Hi K159,

you can spy the debug version of InDesign via menu Test/Spy/SpyPreferences for observer notifications. Then add or delete a page and analyse the spy output.

On the kDocBoss there is an interface IPageList form which you can get the page count.

Markus

1 reply

Markus FreitagCorrect answer
Inspiring
December 16, 2015

Hi K159,

you can spy the debug version of InDesign via menu Test/Spy/SpyPreferences for observer notifications. Then add or delete a page and analyse the spy output.

On the kDocBoss there is an interface IPageList form which you can get the page count.

Markus