The WebGadget doesn't work. No gadget is created on the window, allthough the WebGadget() function returns some high number. WebGadgetPath() returns 1. I have tried to specify the path of libgtkembedmoz.so in the seamonkey directory and in the xulrunner directory, with and without the respecive directories as the second parameters.
For a sample code, see the manual.
WebGadget doesn't work
I am sorry, i can give you no other useful information.
The documentation on the gtkmozembed.so really sucks.
Basically the first parameter of WebGadgetPath() is just used to load the .so file,
while the second one is passed to the gtk_moz_embed_set_comp_path() function.
(see here: http://www.mozilla.org/unix/gtk-embedding.html)
As you can see, not really a lot of helpful information there.
Well, this is all i know. If anyone else has some clues on this it would help.
The documentation on the gtkmozembed.so really sucks.
Basically the first parameter of WebGadgetPath() is just used to load the .so file,
while the second one is passed to the gtk_moz_embed_set_comp_path() function.
(see here: http://www.mozilla.org/unix/gtk-embedding.html)
As you can see, not really a lot of helpful information there.
Well, this is all i know. If anyone else has some clues on this it would help.
quidquid Latine dictum sit altum videtur
OpenLibrary() does not work either.
Code: Select all
Debug OpenLibrary(0, "/usr/lib/firefox/libgtkembedmoz.so") ; Fails
Debug FileSize("/usr/lib/firefox/libgtkembedmoz.so") ; Works
