Re: [dev] OO 3.0, COM, loadComponentFromURL, readOnly ever .... :-(

2008-11-24 Thread Mathias Bauer
Marten Feldtmann wrote: I did some tests with that API call and whatever I do: the document is always opened readOnly. - when I open the document using OpenOffice 3.0 via dialog, the document opens the normal way: writeable - when using the API call I always get a write protected

Re: [dev] Re: Adding an Instant Messenger to open office as a component or extension into the installer

2008-11-24 Thread Mathias Bauer
Hi Max, M. Peterson wrote: Hello Mathias, thanks for the feedback. I personally want to see the users of course using this messenger. So we are interested to ship it with the OOo installer. I understand that though I hesitate to recommend this to our release team. The reason is that we

[dev] Contribution for OO.o

2008-11-24 Thread Svatopluk Bláha
Halo, in my OO.o Base project I need to save into associated table a computed value, which was described in form numeric field. But this value is not shift into table by using icon in navigation bar, nor by push button with form refresh action, nor by macro using executeDispatch service with

[dev] Need Help with Listeners

2008-11-24 Thread [EMAIL PROTECTED]
Hello , I am trying to create a project doing the following 1. First of all i am creating a menu dynamically - My menu consists of Menus and Submenus 2. My goal is to catch an event when my new menu is clicked and then to add code so as to print the menu Name in the document BUT MY PROBLEM

[dev] File lock problem

2008-11-24 Thread Jakob Lechner
Hello, We're using OOo for one of our products (Fabasoft Folio). Folio is a document management system where documents of different types can be stored. When editing a document, the document is copied to a temporary directory and the appropriate application is started. If the document is closed,

Re: [dev] Need Help with Listeners

2008-11-24 Thread Carsten Driesner
[EMAIL PROTECTED] wrote: Hello , I am trying to create a project doing the following 1. First of all i am creating a menu dynamically - My menu consists of Menus and Submenus 2. My goal is to catch an event when my new menu is clicked and then to add code so as to print the menu Name in the

Re: [dev] File lock problem

2008-11-24 Thread Mikhail Voitenko
Hi Jakob, The file lock was temporary released during the saving was actually a bug in the OOo2.x system file locking implementation. I do not see a way to workaround the problem, except using UNO API to load the document. In this case you could register a listener that would be notified when

Re: [dev] Need Help with Listeners

2008-11-24 Thread [EMAIL PROTECTED]
Carsten , thank you very much for the hint...I really had misunderstood... thank you for the links..I will study them and i will try to implement what i need THANK YOU!!:handshake: Hi, it looks like you misunderstood how menus in OpenOffice.org work. Menus are only containers