Re: Gtkmozembed + flash plugin

2008-05-06 Thread Alberto Cerato
Ok, just to close this thread. It was a matter of threads. The plugin was stuck cause I protect other area of the application with gdk_thread_enter()/leave(). About the plugin execution and threads interaction, someone can point me some documents to clarify it? thank you all in advance, -- Alber

Small win32 embedding sample, simplistic embedding API

2008-05-06 Thread Pelle Johnsen
Hi, I've been making a small embedding sample on win32, sort of in the spirit of the "minimal workable embedding example" posted here earlier for gtk. However I also wanted to take a first stab at wrapping many of the 'complicated' embedding calls in a simpler API as seen from the application.

Re: embedding on OS X

2008-05-06 Thread Phil McLachlan
> Googling for 0xc1f30001, I find that it means > NS_ERROR_NOT_INITIALIZED. It appears that I need to create an > nsILocalFile in order to call NS_InitEmbedding(), but in order to do > so I need to have the embedding initialized! We get the same error, when upgrading from embedding FF2 to FF3beta

Re: Link errors when upgrading to FF3 embedded

2008-05-06 Thread Phil McLachlan
Thanks for you reply. FWIW, we fixed the link error by using stand-alone glue and linking to xpcomglue.lib. ___ dev-embedding mailing list dev-embedding@lists.mozilla.org https://lists.mozilla.org/listinfo/dev-embedding

Crash on exit of MFC dialog due to broken window message

2008-05-06 Thread qnxlvr
Hello! We have a problem here with the integration of the Gecko rendering engine in one of our dialogs. The Gecko control itself is embedded in another control, which provides some high-level functions to our developers, and a better abstraction between Gecko, IE, and other future rendering engine