Re: State of the art for Gecko embedding in Windows?
db <[email protected]>
| Newsgroups | gmane.comp.mozilla.devel.embedding |
|---|---|
| Organization | http://groups.google.com |
| Message-ID | <f69f7f9c-11ae-40d6-9939-a7933529668e@q35g2000yqn.googlegroups.com> |
On Jun 28, 8:13 am, "[email protected]" <[email protected]> wrote: > Chris > > I have just about completed a project that embedded the 1.9.2 code > within a standard MFC doc/view application. It also supports printing > etc. About the only thing that does not work are carets in edit controls > (no idea why). I am happy to share this code and VS2008 solution with > any one interested. > > I planned to write a CodeProject article on embedding Mozilla but have > not had the time to complete - the hope being it would be just such a > coherent resource. I am very interested. I tried the "win32_test" project linked against a few XULRunner builds (1.9.1.8, 1.9.2.6, 1.9.3a2pre), and not only do I get no carets in text input fields, but I cannot enter text in them either. As part of our needs are interactive HTML, rather than just a viewer, I'm still stuck with CHtmlView, CHtmlDialog etc. in MFC. Thanks.