Re: Does anyone know the work-around for this gtkmozembed focus issue?

2009-12-09 Thread Xianzhu Wang
I just found the workaround method: In widget/src/gtk2/nsWindow.cpp, change the following line (line No. 2887 for 1.9.1): if (!gFocusWindow && containerWindow) { to if (containerWindow) { I also found another bug in 1.9.2 ( https://bugzilla.mozilla.org/show_bug.cgi?id=533245) that clicking

How to Embed Intro? ( Any help would be greatly appreciated)

2009-12-09 Thread ghost
Hey All, I'm needing assistance getting started. I've looked at Mozilla docs which I will continue to do and am grateful to have, however from an SDK API standpoint, I was hoping to find something more like. To Embed do the following: 1. Download xulrunner-XXX or Firefox-XXX source (whats th