Hello

I built a browser wih gecko 1.8 using MOZILLA_INTERNALS.. It worked
fine. I could navigate, call external C functions through javascript,
inhject javascript, redirect on pages, extract HTML code ........

Right now, I try to embed gecko 1.9.2.23 (Firefox 3.6), but It's a
great pain. I started with the mozMFC sample, and built my solution
without MFC. (I Build my own native window).

I can do the bind, without problems, (XRE_InitEmbedding)
I can create the browser, ans start to navigate. But If I navigate for
example on http://www.yahoo.com , an erratic page is displayed, I have
no focus on it, no images. I cannot use the href nor links, and If I
try to do some iput I get a memory fault.....

Debugging, I go into onLocationChage, and on StateChange....

Is there an existing sample, regarding a project like mine, with
sources.


Could someone help me.

Thanks a lot for your responses.
_______________________________________________
dev-embedding mailing list
dev-embedding@lists.mozilla.org
https://lists.mozilla.org/listinfo/dev-embedding

Reply via email to