Boris Zbarsky <[EMAIL PROTECTED]> wrote: > philippe wrote: >> In the mfcEmebed for example, a dialogBox is displayed when you set a >> bad adress. >> >> "<address> could not be found......" >> >> I want to catch those errors, and manage them by myself. > > You can't, really. There's a bug on that. Right now your choices are either > the dialog or an error page... > > -Boris
There is the option of replacing the prompt service (nsIPromptService) but that way you only get error messages and not codes that would be useful for programmatic handling. Plus you have to deal with all the other prompts. Ben. -- Ben Hutchings -- [EMAIL PROTECTED] shortened to [EMAIL PROTECTED] If you've signed my GPG key, please send a signature on and to the new uid. Tomorrow will be cancelled due to lack of interest. _______________________________________________ dev-embedding mailing list [email protected] https://lists.mozilla.org/listinfo/dev-embedding
