Hi all, I'd like to intercept some dispatch commands (as ".uno:Save" for example) from inside an extension, using Java.
Is it possible to use a XDispatchProviderInterceptor interface for that, intercepting the dispatch command before it is sent to the right executor? Or the method of changing all the menu and toolbar instances using the configuration file (AddOn.xcu, for example) is the only one suitable from inside an extension? From what I've seen from the tests I carried out so far and from studying the DevGuide code examples, using a XDispatchProviderInterceptor from inside an extension doesn't seem possible. Prompted from the response I got from another message I posted on this ML, I first tried by implementing a job, but I need to do some user interaction while processing the job, and again that wasn't possible from inside it. Besides the job can't interrupt the processing chain: something I need depending on some user action. -- Kind Regards, Giuseppe Castagno Acca Esse http://www.acca-esse.eu [EMAIL PROTECTED] [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
