Re: Embedding basics
Benjamin Smedberg <[email protected]> Thu, 03 Nov 2011 11:10:25 -0400
| Newsgroups | gmane.comp.mozilla.devel.embedding |
|---|---|
| Message-ID | <[email protected]> |
On 11/3/2011 9:12 AM, Sunil Kumar wrote: > I need to know what all I need to do and in Which order to load a URL in > nsWebBrowser instance. It looks like you have not initialize the webbrowser. As far as I know, you cannot use a webbrowser until you've set it up (using nsIBaseWindow.initWindow and nsIBaseWindow.create). But I'm not sure exactly what is necessary for setup. --BDS