Jerry wrote:
Niky Williams wrote:
Jerry wrote:
HI all

I'm currently developing an application that hosts the activeX
control "Mozilla ActiveX Control v1.7.12". I'm currently at a
stage where I'm receiving events like DISPID_NAVIGATECOMPLETE2,
DISPID_STATUSTEXTCHANGE, DISPID_DOWNLOADCOMPLETE etc...  but I never
receive DISPID_NAVIGATEERROR event, event when I deliberately navigate
to a URL that doesn't exist

Basicly i'm trying to catch any error events.

Environment:   C++/Win32



Thanks for your Time

Jerry


Jerry,
If I remember correctly the ActiveX control is VERY limited on what
events it fires off.  What you may want to do if you have Visual C++ is
open the ActiveX object in the ActiveX container and you can test it to
your hearts content there a bit better and see what is/isn't supported.

Niky Williams

Niky,
Thanks for the respond. I totally forgot ActiveX Control Test Container
program.
It looks that the control doesn't support DISPID_NAVIGATEERROR event
and further on it seems that the control doesn't make any attempt to
notify its container of any error events. I guess I will have to wait
for a newer release..

Jerry

Good luck with that...I think 1.7.12 has been out for quite some time. I know I was looking at it probably 6 months ago or so, I gave up waiting and just made my own embedding class from the Gecko interfaces.

Niky Williams
_______________________________________________
dev-embedding mailing list
[email protected]
https://lists.mozilla.org/listinfo/dev-embedding

Reply via email to