Skip to main content
_Moveon21
Inspiring
April 6, 2013
Answered

How to get complete list of the responder services provided by Indesign?

  • April 6, 2013
  • 1 reply
  • 553 views

I need export respond service particularly .

In sdk solution documention  following method is suggested

1. Search the public API headers for the string “kServiceIDSpace.” This gives the complete set of services

available (only a subset of which are responder services). For example:

DECLARE_PMID(kServiceIDSpace, kComponentVersionService, ...)

DECLARE_PMID(kServiceIDSpace, kMenuRegisterService, ...)

...

2. Search the results above for the string “Resp”. .

3. This yields the list of ServiceIDs for the predefined set of events that the application makes available

for responders to register interest in.

can anyone explain these step in detail particularly  first one

This topic has been closed for replies.
Correct answer Nimesis-d4pQ2X

Hi _Moveon21,

Just browse to InDesign sdk dir with your InDesign sdk headers (typically ../sdk/source/public/) and search text pattern (kServiceIDSpace) in files. Thats all.

Regards,

Oleg

1 reply

Nimesis-d4pQ2XCorrect answer
Inspiring
April 16, 2013

Hi _Moveon21,

Just browse to InDesign sdk dir with your InDesign sdk headers (typically ../sdk/source/public/) and search text pattern (kServiceIDSpace) in files. Thats all.

Regards,

Oleg