(NS_ERROR_NOT_IMPLEMENTED) [nsIBaseWindow.blurSuppression]"
The problem seems to be that nsWebBrowser::SetBlurSuppression throws. A simple fix would be to put a try/catch around http://lxr.mozilla.org/seamonkey/source/xpfe/components/filepicker/src/nsFilePicker.js#213 (though that would probably make your build crash like bug 68454 in some cases).
A second solution is to implement Get/SetBlurSuppression in nsWebBrowser; I'm not sure how that ties into embedding apps, so I'm not sure how or whether that could be done.
-Boris _______________________________________________ mozilla-embedding mailing list [EMAIL PROTECTED] http://mail.mozilla.org/listinfo/mozilla-embedding
