(I'm using Automation Bridge to communicate with OOo)

After reading again all the stuff and trying to digest the java sample, this is what I conluded:

I need to implement my own "DispatchProvider" as a COM object an pass it as a parameter to "registerDispatchProviderInterceptor", in the same way I do to register listeners, am I right? (is this the reason why Ariel said this can't be achieved with Basic?)

Then (e.g. using VB) I must define the dispatch() method to be called by OOo and react accordingly to the URL - let's say, if I want to handle ".uno:SaveAs" myself I must return null, or else I must return...what?

Sorry, I'm lost


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to