Re: Handle LoadComplete event

2006-01-19 Thread Vijay
Thankyou Niky, You have taken me out of a big problem. All along, I was trying to use the OnProgressChange(). Thanks again, Vijay Niky Williams wrote: > > Hmm...I hope I'm understand what you are saying, if you look at the > BrowserImplWebPrgrsLstnr.cpp inside the CBrowserImpl:

Handle LoadComplete event

2006-01-19 Thread Vijay
Hi, I want to have a method in the mfcembed test which will get executed on "onload" event. i.e. from DocumentViewerImpl.LoadComplete(). Can anyone suggest how to do that. Vijay ___ mozilla-embedding mailing list mozilla-embedding@mozill

Re: DOM Inspector in firefox does not display DOM Nodes

2005-12-07 Thread Vijay
I am using windows 2003 server. Can that be a problem? ___ mozilla-embedding mailing list mozilla-embedding@mozilla.org http://mail.mozilla.org/listinfo/mozilla-embedding

DOM Inspector in firefox does not display DOM Nodes

2005-12-07 Thread Vijay
Hi, Is it a known issue? I am not able to view the Document nodes and the ComputedStyles inside firefox. Whenever I try to click on "DOM Nodes", it just does not do anything. By contrast, when I installed Mozilla, it works fine. Is it a known issue or what? Tha

Re: What's wrong with this small code - getting the DOM

2005-12-01 Thread Vijay
(**some expression which can't be evaluated) (**some expression which can't be evaluated) Thanks, Vijay ___ mozilla-embedding mailing list mozilla-embedding@mozilla.org http://mail.mozilla.org/listinfo/mozilla-embedding

Re: What's wrong with this small code - getting the DOM

2005-12-01 Thread Vijay
Here is the GetDOM function implementation as well... NS_IMETHODIMP CBrowserImpl::GetDOM(nsIDOMDocument* doc) { nsCOMPtr window; nsCOMPtr ndoc = (nsCOMPtr)doc; mWebBrowser->GetContentDOMWindow(getter_AddRefs(window)); if (window) { window->GetDocumen

What's wrong with this small code - getting the DOM

2005-12-01 Thread Vijay
n. Please tell what's wrong with this code? Many thanks, Vijay ___ mozilla-embedding mailing list mozilla-embedding@mozilla.org http://mail.mozilla.org/listinfo/mozilla-embedding

winEmbed contains makefile.in

2005-11-27 Thread Vijay
r_99] Error 2 make[2]: Leaving directory `/cygdrive/d/firefox/mozilla/objdir' make[1]: *** [default] Error 2 make[1]: Leaving directory `/cygdrive/d/firefox/mozilla/objdir' make: *** [build] Error 2 Thanks, Vijay ___ mozilla-embedding mailing list mozi

Extending Mozilla Browser ...

2004-03-20 Thread Vijay
ener. To use it, i need the nsIWebBrowser instance created by mozilla. If there is any other alternative kindly let me know. Thanks, Vijay. ___ mozilla-embedding mailing list [EMAIL PROTECTED] http://mail.mozilla.org/listinfo/mozilla-embedding