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
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.
> 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
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
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