Would you please like to share with me your solution after you are done. I would like to have your files and and how you are running them etc. only if you are working in java.
I actually tried searching about doing such a thing and I thought its not possible in openoffice.org so later I had to resort to just installing my component into openoffice.org using the unopkg. On 11/3/06, Julien Galand <[EMAIL PROTECTED]> wrote:
Le 2 nov. 06, à 18:50, Tabish F. Mufti a écrit : > So what you are trying to do is that you have your own wrapper app > which > creates a toolbar at run time and the component is never deployed into > openoffice ? Yes, it may be a good description. It is rather an add-on (loaded into OO's process) than an external app. This component is not registered by a package, but dynamically. Only the toolbar and the protocol handler are declared in the user configuration (typically by a .xcu file deployed into OO). OO doesn't know where the protocol handler is implemented by reading only the configuration. It has this information (but later) when the component is dynamically registered. Julien Galand --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
