Re: [api-dev] Where to register MouseClickHandler in an Add-On?

2008-11-06 Thread Andreas Schlüns
Hi wheelsdong, First you should try to use your job implementation manually to see if your implementation was registered successfully as valid UNO service inside services.rdb of OOo. Please start the Basic IDE and type in the following small macro: myjob = createUnoService ("com.example.MyAd

[api-dev] How to load basicLibrary (with API and BASIC)from rempote OO- document

2008-11-06 Thread Fernand Vanrie
Hallo all, I kwow how to create a new BasicLibrary based on the modules in others libraries present in the "globalsscope" or in a "document already opened in the desktop". With the GUI we can simply imoport a complete library prssent in a remote OO-document. Can this "imoport" also been don

Re: [api-dev] Where to register MouseClickHandler in an Add-On?

2008-11-06 Thread wheelsdong
Hi Andreas, Thank you very much for your detailed suggestions. Now the Jobs is working successfully! I followed your steps and make sure to use "fuse" instead of "replace" in Jobs.xcu. And I also checked the uno-extension-manifest file and found that I forgot to add the Jobs.xcu entry as below.

Re: [api-dev] How to load basicLibrary (with API and BASIC)from rempote OO- document

2008-11-06 Thread Fernand Vanrie
Fernand Vanrie wrote: Hallo all, I kwow how to create a new BasicLibrary based on the modules in others libraries present in the "globalsscope" or in a "document already opened in the desktop". With the GUI we can simply imoport a complete library prssent in a remote OO-document. Can this "