I haven't used the mozilla activex control; but i ran into a similar issue like yours where i wanted to override the Mozilla Alerts, while using gtkMozEmbed. The majority of Gecko dialogs(alerts, confirms...) can be handled by implementing the nsIPromptService interface

Look at GtkPromptService.cpp in mozilla/embedding/browser/gtk/src for example

hth

On Wed, 16 Nov 2005 15:11:32 -0800, Old Wolf <[EMAIL PROTECTED]> wrote:

I am using the latest version of the Mozilla ActiveX control,
with HTML pages on a local filesystem.

However if a link goes to a page that doesn't exist, the
ActiveX control pops up a nasty Windows Messagebox saying
"The file /C:/Foo/Bar.html cannot be found. Please check
the location and try again".

I would like to handle this event myself instead of having
a popup window. Is this possible?




--
Using Opera's revolutionary e-mail client: http://www.opera.com/mail/
_______________________________________________
mozilla-embedding mailing list
mozilla-embedding@mozilla.org
http://mail.mozilla.org/listinfo/mozilla-embedding

Reply via email to