FIXED: Entry Point Not Found NS_InitXPCOM3????

2006-01-19 Thread Niky Williams
Niky Williams wrote: I just built a statically linked version of the 1.5 code, all seemed to go okay. Integrated that into my app and it also compiled and linked fine (VC 2003 and Win2K) When I went to actually run my program from the IDE, I get an error message that "The procedure entry po

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::OnStateChange (),

Entry Point Not Found NS_InitXPCOM3????

2006-01-19 Thread Niky Williams
I just built a statically linked version of the 1.5 code, all seemed to go okay. Integrated that into my app and it also compiled and linked fine (VC 2003 and Win2K) When I went to actually run my program from the IDE, I get an error message that "The procedure entry point NS_InitXPCOM3 coul

Re: nsIDOMCSSStyleDeclaration::GetPropertyValue () Please help, seems to be leaking?

2006-01-19 Thread Boris Zbarsky
Niky Williams wrote: I ran the FireFox.exe it produced and when I closed it, there were some "leaks" reported in the text file. Is this normal for a FF build? Maybe some objects were released on program close that the leak utility didn't account for? Exactly. There are known bugs filed on

Re: How do I override nsNSSDialogs with my own class?

2006-01-19 Thread Boris Zbarsky
Barry Scott wrote: You may be able to do it by overriding the various contract IDs for it starting at http://lxr.mozilla.org/seamonkey/source/security/manager/pki/src/nsPKIModule.cpp#55 and making sure to implement all the interfaces it does... Is there some sample code that does something li

Re: Handle LoadComplete event

2006-01-19 Thread Niky Williams
Vijay wrote: 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 Hmm...I hope I'm understand what you are saying, if you look at the BrowserImplWebPrgrsLstnr.cpp ins

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@mozilla.org http://mai

Re: Intercept combo box event select

2006-01-19 Thread Aleksandar Vasilev
Hi, Niky is right, you have to be sure your document has fully loaded. But if it is not, you cant get he select element, at least if you use FindElementById(). Try to listen for another event, fo example "mouseover" or "click" to see if the event listener gets any events, so you isolete the p

Re: nsIDOMCSSStyleDeclaration::GetPropertyValue () Please help, seems to be leaking?

2006-01-19 Thread Niky Williams
Niky Williams wrote: Boris Zbarsky wrote: The code looks ok to me. What does the output look like if you run with memory leak logging (in a debug build; set XPCOM_MEM_LEAK_LOG to a filename of your choice in the environment before starting up). When you quit, are there objects related to thi

Re: How do I override nsNSSDialogs with my own class?

2006-01-19 Thread Niky Williams
Barry Scott wrote: Is there some sample code that does something like this that I can read to get a handle on the approache to use? Barry Barry, I found some things that MIGHT be useful to you on this issue Info on the actual prompt service interface http://www.xulplanet.com/references/xpc

Re: why I couldn't install and use Mozilla ActiveX control correctly?

2006-01-19 Thread Niky Williams
Huang, Christina wrote: Hi, I installed Mozilla ActiveX control using Mozilla ActiveX Control 1.7.12 following the install instruction. Here is the link of Mozilla ActiveX introduction that I followed: http://www.iol.ie/~locka/moz

Re: Intercept combo box event select

2006-01-19 Thread Niky Williams
Ali, Mazin wrote: Hi I'm trying to intercept combo box select. here is my code, but the event never fire when I select new item from the combo box. anyone can help me in this one. nsCOMPtr SelectElement = do_QueryInterface( pNode, &rs ); nsCOMPtr target = do_QueryInterface(SelectElement)

Re: How do I override nsNSSDialogs with my own class?

2006-01-19 Thread Barry Scott
Boris Zbarsky wrote: Barry Scott wrote: I'm trying to get https support into my embedded mozilla app that has no user input. I've replace the Prompts component and now I need to replace the nsNSSDialogs class (service?). I'm currently using mozilla 1.7.12. What is the correct way to go about t

why I couldn't install and use Mozilla ActiveX control correctly?

2006-01-19 Thread Huang, Christina
Hi,   I installed Mozilla ActiveX control using Mozilla ActiveX Control 1.7.12 following the install instruction. Here is the link of Mozilla ActiveX introduction that I followed: http://www.iol.ie/~locka/mozilla/control.htm   I still couldn’t using it after I installed it, http://www.