Re: [Libreoffice] Embedding LibreOffice in SWT on Linux

2011-04-28 Thread Vik Tara
> Cedric Bosdonnat wrote: > Did you test on several platforms / Window managers? I remember > having a > grey window with GTK several years ago. > > Have tested on Fedora and Ubuntu 32 and 64 bit both running Gnome. > > According to the bug entry on ooo the issue does not occur on

Re: [Libreoffice] Embedding LibreOffice in SWT on Linux

2011-04-03 Thread Peter Jentsch
The whole issue somehow makes me think of Martin Fowlers first law of embedding open office (don't embed). So, sorry for the redundant hint, and good luck! Peter Am Sonntag, den 03.04.2011, 05:50 -0700 schrieb bt1: > Peter Jentsch wrote: > > > > Hi, > > > > have you had a look at > > http

Re: [Libreoffice] Embedding LibreOffice in SWT on Linux

2011-04-03 Thread bt10000
Peter Jentsch wrote: > > Hi, > > have you had a look at > http://wiki.services.openoffice.org/wiki/OOoBean#nofocus > ? > > It seems to be related to your problem. > Yes - did try that - but doesn't seem to help. That option is also discussed in the ooo bug I posted above - but it doesn't s

Re: [Libreoffice] Embedding LibreOffice in SWT on Linux

2011-04-01 Thread Peter Jentsch
Hi, have you had a look at http://wiki.services.openoffice.org/wiki/OOoBean#nofocus ? It seems to be related to your problem. Cheers, Peter Am 29.03.2011 um 10:30 schrieb bt1 : > > Cedric Bosdonnat wrote: >> >> Did you test on several platforms / Window managers? I remember having a

Re: [Libreoffice] Embedding LibreOffice in SWT on Linux

2011-04-01 Thread Thorsten Behrens
Cedric Bosdonnat wrote: > > The same issue exists in ooo: > > http://openoffice.org/bugzilla/show_bug.cgi?id=97007 > > > > Any pointers on how to debug or help fix this would be greatly appreciated. > > That sounds like some VCL issue... I'm not an expert in that area, maybe > thorsten or caolan

Re: [Libreoffice] Embedding LibreOffice in SWT on Linux

2011-03-29 Thread bt10000
Cedric Bosdonnat wrote: > > Did you test on several platforms / Window managers? I remember having a > grey window with GTK several years ago. > Have tested on Fedora and Ubuntu 32 and 64 bit both running Gnome. According to the bug entry on ooo the issue does not occur on KDE - but I haven't

Re: [Libreoffice] Embedding LibreOffice in SWT on Linux

2011-03-29 Thread bt10000
Hi, Michael Meeks wrote: > > You'll prolly need a build of libreoffice, and a build debug=true of > vcl/ - that might spew some helpful looking warning. Also I'd try to > isolate it to the widget plugin; do: export SAL_USE_VCLPLUGIN=gen vs. > gtk to check that it is not some widget integra

Re: [Libreoffice] Embedding LibreOffice in SWT on Linux

2011-03-29 Thread Cedric Bosdonnat
Hello, First, I apologies for answering that late... but my SWT experience in OpenOffice.org (and thus LibreOffice) is quite old. On Wed, 2011-03-23 at 05:43 -0700, bt1 wrote: > I am using the officebean approach to embed LibreOffice in an SWT > application on Linux. > > I am facing a proble

Re: [Libreoffice] Embedding LibreOffice in SWT on Linux

2011-03-25 Thread Michael Meeks
Hi there, On Wed, 2011-03-23 at 05:43 -0700, bt1 wrote: > I am using the officebean approach to embed LibreOffice in an SWT > application on Linux. What fun :-) you are treading well away from the beaten path I think. > I am facing a problem where the embedded window cannot get focus

Re: [Libreoffice] Embedding LibreOffice in SWT on Linux

2011-03-25 Thread Vik Tara
Would it be best to file a similar bug in LibreOffice? On Wed, Mar 23, 2011 at 12:43 PM, bt1 wrote: > Hi, > > I am using the officebean approach to embed LibreOffice in an SWT > application on Linux. > > I am facing a problem where the embedded window cannot get focus and so you > cannot typ