Re: [api-dev] Problems with installing and uninstalling Extensions

2007-10-22 Thread Tobias Krais
Hi Juergen, - Is my OpenOffice registry broken? you can easy test it. Run your office with soffice -env:UserInstalltion=./mynewuserdir now I continued testing here my results: 1. On Windows systems (Windows XP, OOo 2.3), installing the extension via API and unopkg works always properly and

[api-dev] XPaketManager.removePackage changes

2007-10-22 Thread Tobias Krais
Hi all, I have a little question conserning the method css.deployment.XPaketManager.removePackage(...). In OpenOffice.org 2.3 this method takes 4 parameters. In OpenOffice.org 2.2.1 (Debian) it takes 3 parameters. Is this correct? If yes, is the 2.2.1 API of this class undocumented? Greetings,

Re: [api-dev] XPaketManager.removePackage changes

2007-10-22 Thread Juergen Schmidt
Tobias Krais wrote: Hi all, I have a little question conserning the method css.deployment.XPaketManager.removePackage(...). In OpenOffice.org 2.3 this method takes 4 parameters. In OpenOffice.org 2.2.1 (Debian) it takes 3 parameters. Is this correct? If yes, is the 2.2.1 API of this class

Re: [api-dev] XPaketManager.removePackage changes

2007-10-22 Thread Laurent Godard
Hi Juergen i assume you mean XPackageManager ;-) Anyway this API is unpublished and intended to be used internally only. But of course important is here that it is unpublished and that means that it can change and users have to be careful when using this API. I know that it is not really

Re: [api-dev] Problems with installing and uninstalling Extensions

2007-10-22 Thread Juergen Schmidt
Tobias Krais wrote: Hi Juergen, - Is my OpenOffice registry broken? you can easy test it. Run your office with soffice -env:UserInstalltion=./mynewuserdir now I continued testing here my results: 1. On Windows systems (Windows XP, OOo 2.3), installing the extension via API and unopkg works

Re: [api-dev] Problems with installing and uninstalling Extensions

2007-10-22 Thread Tobias Krais
Hi Juergen, Thus my results are: my former user directory was malformed. For me, it seems to be a linux x86_64 issue. What do you think? Can anybody do a 5 minutes test out there? I can send debug instructions for details. mmh, i don't know what the problem on your Ubuntu system is but it

[api-dev] Getting OOo Version via API

2007-10-22 Thread Tobias Krais
Hi together, is it possible to retrieve the OpenOffice version via API? Greetings, Tobias - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: [api-dev] XPaketManager.removePackage changes

2007-10-22 Thread Juergen Schmidt
Laurent Godard wrote: Hi Juergen i assume you mean XPackageManager ;-) Anyway this API is unpublished and intended to be used internally only. But of course important is here that it is unpublished and that means that it can change and users have to be careful when using this API. I know

Re: [api-dev] Getting OOo Version via API

2007-10-22 Thread Laurent Godard
Hi is it possible to retrieve the OpenOffice version via API? sure, reading the config registry Setup in what language do yo need it ? I have it OOoBasic and Java Laurent -- Laurent Godard [EMAIL PROTECTED] - Ingénierie OpenOffice.org - http://www.indesko.com Nuxeo Enterprise Content

Re: [api-dev] Getting OOo Version via API

2007-10-22 Thread Tobias Krais
Hi Laurant, is it possible to retrieve the OpenOffice version via API? sure, reading the config registry Setup in what language do yo need it ? I have it OOoBasic and Java I need it in Java. Greetings, Tobias - To

Re: [api-dev] Getting OOo Version via API

2007-10-22 Thread Laurent Godard
Hi again in what language do yo need it ? I have it OOoBasic and Java a first link in basic http://codesnippets.services.openoffice.org/Office/Office.Version.snip in java at the end you may also consider using ooSetupVersionAboutBox instead of ooSetupVersion Laurent