Re: [api-dev] [EMAIL PROTECTED] archive appears to be dead

2007-10-08 Thread Stephan Bergmann
ashok _ wrote: This: http://api.openoffice.org/servlets/SummarizeList?listName=devby=date doesnt appear to have any posts from the beginning of October ? the mirror on nabble.com (http://www.nabble.com/openoffice---api-dev-f12782.html) appears to be updated Stefan Taxhet

Re: [api-dev] Changing the menu bar only for a document

2007-10-08 Thread Tobias Krais
Hi Jordi, So, my next question is: How can I access (for creating/updating) the document-specific settings (Configurations2/menubar/menubar.xml) using the OOo API?? I created a code snippet to change the menubar transient (see

Re: [api-dev] Changing the menu bar only for a document

2007-10-08 Thread Carsten Driesner
Jordi Sanchez wrote: Thanks for your quick reply. Meanwhile I was investigating a little bit and I realised that the ODF documents are able to store a set of custom settings per document. If I unzip, (for instance), a writer document we can see the following structure: (I customized the

Re: [api-dev] Changing the menu bar only for a document

2007-10-08 Thread Jordi Sanchez
Ok, I'm going to try it using your directives and the code snippet provided by Tobias;-) Thank you both for your help. 2007/10/8, Carsten Driesner [EMAIL PROTECTED]: Jordi Sanchez wrote: Thanks for your quick reply. Meanwhile I was investigating a little bit and I realised that the ODF

Re: [api-dev] instantiating InstanceLocker from BASIC

2007-10-08 Thread Marc Santhoff
Hi again, this time a crash report was generated. As last time there was only one writer doc open in parallel to the IDE. The code is: sub testLocker doc = ThisComponent args() = Array(CreateUnoValue(any, doc), CreateUnoValue(any, 1)) psm = GetProcessServiceManager()

[api-dev] Developing Extensions with Eclipse Plugin

2007-10-08 Thread Tobias Krais
Hi together, today I tried to migrate my extension project to an Eclipse UNO-IDL project. The extension contains a protocol handler with the Addons.xcu,... I created successfully the project, but when exporting the project as an oxt file, my description.xml, manifest.xml,... is not included in

Re: [api-dev] instantiating InstanceLocker from BASIC

2007-10-08 Thread Mikhail Voitenko
Hi Marc, This is a bug, I have just submitted an issue to myself. It is going to be fixed in OOo2.4 currently. Please use the following link to find the issue. http://www.openoffice.org/issues/show_bug.cgi?id=82393 Thanks, Mikhail. Marc Santhoff wrote: Hi again, this time a crash report

Re: [api-dev] instantiating InstanceLocker from BASIC

2007-10-08 Thread Marc Santhoff
Hello Mikhail, Am Montag, den 08.10.2007, 14:53 +0200 schrieb Mikhail Voitenko: Hi Marc, This is a bug, I have just submitted an issue to myself. It is going to be fixed in OOo2.4 currently. Please use the following link to find the issue.

AW: Re: [api-dev] uno crashing: unexpeted connection closure

2007-10-08 Thread Mark Mündl
- Ursprüngliche Nachricht - Von: Stephan Bergmann [EMAIL PROTECTED] An: dev@api.openoffice.org Gesendet: 04.09.07 09:53 Betreff: Re: [api-dev] uno crashing: unexpeted connection closure Carles Pina i Estany wrote: Hello, I have a Python-Uno application, and time by time I have this

Re: [api-dev] Developing Extensions with Eclipse Plugin

2007-10-08 Thread Cedric Bosdonnat
Hi Tobias, Tobias Krais a écrit : today I tried to migrate my extension project to an Eclipse UNO-IDL project. The extension contains a protocol handler with the Addons.xcu,... I created successfully the project, but when exporting the project as an oxt file, my description.xml,