Skip to main content
Participant
June 5, 2011
Question

CheckIn / CheckOut (InCopy & InDesign plugin)

  • June 5, 2011
  • 2 replies
  • 780 views

Hi to all,

I want to observe kLiveEditCheckInStoriesCmdBoss and kLiveEditCheckOutStoriesCmdBoss in order to do additional tasks. I have a Doc Observer and a Service Provider in my project. Doc observer should does the job but how can I find which protocol I have to observer in order to handle kLiveEditCheckInOutStoriesCmdBoss?Is there any alternative solution ?

regards

John

This topic has been closed for replies.

2 replies

October 17, 2012

Yes, you can use IAMServiceProvider and IAMService. But I think that would be too much of work though you can have full control.

You could also try to add an action filter in order to filter the check-in/checkout actions.

Another option, you can implement a command interceptor to intercept the required commands.

June 7, 2011

I think, that this way is impossible.

Some time ago I tried to do this focus. Unsuccessfully. Redesign your plugin with IAMServiceProvider and IAMService interfaces.