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

2007-02-16 Thread *alice*
Hello Joachim, thanks for the link, but it does not solve the problem. The OOoBean always has focus. Even when I select another control the OOoBean does not loose it. Is it possible to force OOoBean to drop focus? Andreas Joachim Lingner wrote: Hello, This is a known problem, which is

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

2007-02-16 Thread Joachim Lingner
*alice* wrote: Hello Joachim, thanks for the link, but it does not solve the problem. The OOoBean always has focus. Even when I select another control the OOoBean does not loose it. Is it possible to force OOoBean to drop focus? Not that I know of. However, we hope that we have soon a fix

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

2007-02-16 Thread *alice*
I tried sun-java1.6 and it solves my primary problem . But now the office window does not get keyboard focus after window has been resized or lost focus. Joachim's tip setting sun.awt.noxembed to true doesn't solve this. Andreas Joachim Lingner wrote: *alice* wrote: Hello Joachim,

[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] 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