Re: [Gambas-user] Strange error in Embedder

2008-10-17 Thread M0E Lnx
You can find the WM_CLASS property of a window by executing xprop and then clicking on the window you wish to look up do this xprop | grep WM_CLASS then click the running OO window that you wish to embed You can look at how I did it here to embed gparted into a linux installer I'm writing

[Gambas-user] Strange error in Embedder

2008-10-16 Thread jbskaggs
Okay I have an embedder working to embed Open Office- But a couple of users of the program get this error: Wanted Pointer [] got integer I cannot duplicate this on my system and my other users don't get this error. Here is the code: PUBLIC SUB Presence_Embed(windowTitle AS String) DIM key

Re: [Gambas-user] Strange error in Embedder

2008-10-16 Thread Benoit Minisini
On jeudi 16 octobre 2008, jbskaggs wrote: Okay I have an embedder working to embed Open Office- But a couple of users of the program get this error: Wanted Pointer [] got integer Where exactly? -- Benoit Minisini -