Re: [dev] OO2 130 and OfficeBean

2005-10-04 Thread Joachim Lingner
Many thanks for the example. We will try to reproduce this issue and submit an issue if necessary. Joachim snpe wrote: On Friday 30 September 2005 03:21 pm, Joachim Lingner wrote: I am not sure if I understand. Does the example odk/examples/DevelopersGuide/OfficeDev/DesktopEnvironment

Re: [dev] OO2 130 and OfficeBean

2005-09-30 Thread snpe
Hello, On Friday 30 September 2005 06:30 am, Joachim Lingner wrote: I try with java.awt.Frame instead javax.swing.JFrame - it is same That's unfortunate. I cannot tell you right now, what's wrong here. This needs some further investigation. I try with examples from

Re: [dev] OO2 130 and OfficeBean

2005-09-29 Thread Joachim Lingner
I try SimpleBootstrap_java.java (and another exampel form OfficeDev) and it work fine with both (kde and gtk).How I can add open OO frame to my Java panel (frame) ? As I mentioned before, OOoBean needed a way to receive the component context to fully support this example. This is not yet

Re: [dev] OO2 130 and OfficeBean

2005-09-29 Thread snpe
Joachim, As I mentioned before, OOoBean needed a way to receive the component context to fully support this example. This is not yet implemented. But I may work nonetheless, because now the application and the bean will be loaded with a special classloader that knows the location of the jar

Re: [dev] OO2 130 and OfficeBean

2005-09-28 Thread Joachim Lingner
Hi, It is fine when jars are in original position Example : 1) create project and add jars from OFFICE_HOME/program/classes in classpath (no relocate jars, only add in classpath) - It work fine 2) create project, add jars from OFFICE_HOME/program/classes in my project folder (relocate it) -

Re: [dev] OO2 130 and OfficeBean

2005-09-28 Thread snpe
On Wednesday 28 September 2005 10:54 am, Joachim Lingner wrote: Hi, We intent to extend the OOoBean to be used along with the simple bootstrap mechanism. There is an example in the SDK: SDK\examples\DevelopersGuide\ProfUNO\SimpleBootstrap_java which uses a special loader class to load the

Re: [dev] OO2 130 and OfficeBean

2005-09-28 Thread snpe
On Wednesday 28 September 2005 10:54 am, Joachim Lingner wrote: Joachim, ... We intent to extend the OOoBean to be used along with the simple bootstrap mechanism. There is an example in the SDK: SDK\examples\DevelopersGuide\ProfUNO\SimpleBootstrap_java which uses a special loader class to

Re: [dev] OO2 130 and OfficeBean

2005-09-28 Thread snpe
On Wednesday 28 September 2005 07:05 pm, snpe wrote: I try SimpleBootstrap_java.java (and another exampel form OfficeDev) and it work fine with both (kde and gtk).How I can add open OO frame to my Java panel (frame) ? Thanks I play with Desk.java from

Re: [dev] OO2 130 and OfficeBean

2005-09-27 Thread Joachim Lingner
snpe wrote: Hello, I try OfficeBean and have one problem : when I call program with OO jars (jars in OO_HOME/program/classes) it work fine I want import jars in my project, but then OfficeBean can't find soffice program OO seek soffice in /soffice always (linux) When using OOoBean then jars,

Re: [dev] OO2 130 and OfficeBean

2005-09-27 Thread snpe
Joachim, On Tuesday 27 September 2005 08:19 am, Joachim Lingner wrote: snpe wrote: Hello,   I try OfficeBean and have one problem : when I call program with OO jars (jars in OO_HOME/program/classes) it work fine I want import jars in my project, but then OfficeBean can't find