Re: [api-dev] classpath to soffice

2007-02-15 Thread Juergen Schmidt
Hi Jennifer, Jennifer Palm-Ensign wrote: Hi Stephan, Thanks for your response. What I'm doing is building a little application in my Windows environment where I do have OpenOffice 2.0 installed as well as the Open Office jdk. Am using NetBeans for this. I do have the jars - juh.jar,

[api-dev] macro not working when OO started via Java API

2007-02-15 Thread Dominique De Munck
Hi, I'm using the Java bootstrap method to open a OO Writer document as described in: http://codesnippets.services.openoffice.org/Office/Office.BootstrapOpenOffice.snip However, when there are macros included in the document that I'm opening, the user gets no Alert that the document contains

Re: [api-dev] macro not working when OO started via Java API

2007-02-15 Thread Mathias Bauer
Dominique De Munck schrieb: Hi, I'm using the Java bootstrap method to open a OO Writer document as described in: http://codesnippets.services.openoffice.org/Office/Office.BootstrapOpenOffice.snip However, when there are macros included in the document that I'm opening, the user

Re: [api-dev] macro not working when OO started via Java API

2007-02-15 Thread Dominique De Munck
your assumption was right! I did search in the developer docs on this, but got a bit lost. Thanx a lot ! for the record, this is how I did it: PropertyValue[] myProperties = new PropertyValue[3]; myProperties[0] = new PropertyValue(); myProperties[0].Name = Hidden;

[api-dev] Problems integrating OfficeBean on gtk+

2007-02-15 Thread *alice*
Hello List, I am trying to implement an OfficeBean beside several AWT TextAreas. It has an AWT-Frame containing two TextAreas and an officeFrame. Running it on win32 works fine but it fails under gtk+. When the officeControle receives KeyFocus, it refuses to lose it afterwards. It is still

Re: [api-dev] macro not working when OO started via Java API

2007-02-15 Thread Jim Watson
On 16/02/2007, at 12:39 AM, Mathias Bauer wrote: Dominique De Munck schrieb: Hi, I'm using the Java bootstrap method to open a OO Writer document as described in: http://codesnippets.services.openoffice.org/Office/ Office.BootstrapOpenOffice.snip However, when there are macros included

Re: [api-dev] Problems integrating OfficeBean on gtk+

2007-02-15 Thread Joachim Lingner
Hello, This is a known problem, which is currently being worked on. There is a workaround explained at http://wiki.services.openoffice.org/wiki/OOoBean Joachim *alice* wrote: Hello List, I am trying to implement an OfficeBean beside several AWT TextAreas. It has an AWT-Frame