yes, nsIWebProgressListener is absolutely required because it's listening to events during the loading of the web page. Have a look in Mozilla documentation (xpcom architecture).
-- B�atrice Philippe [EMAIL PROTECTED] "Jonathan Le" <[EMAIL PROTECTED]> a �crit dans le message de news:[EMAIL PROTECTED] > Hello everyone, > > I know i'm just asking for an "RTFM" but here goes anyway... > > I'm having a bit of trouble embedding Gecko into my app. I have the glue > libraries linked, the embedAPI, and xpcom. I've so far implemented > nsIEmbeddingSiteWindow and nsIWebBrowserChrome. > > I follow the embedding overview to set the container window, initialize my > native window, and create it, etc...but i don't implement > nsIWebProgressListener. Instead i just attempt to use nsIWebNavigation to > load a URI. But nothing shows up... > > My question is: is nsIWebProgressListener absolutely required to be > implemented and will that cause nothing to show up if it is not implemented? > > Thanks for any help > > _______________________________________________ mozilla-embedding mailing list [EMAIL PROTECTED] http://mail.mozilla.org/listinfo/mozilla-embedding
