Gyetvan Andras wrote:
Hi all !

My customers are very sensitive about IE explorer, but I want to provide them a Gecko XUL application. Therefore I've choosen Mozilla ActiveX. I successfully integrated my app in the chrome, however it drop me an error when I try to open a dialog with openDialog call :
[Exception..."Component returned failure code: .....(NS_ERROR_FAILURE)....


The main window functionality is OK in ActiveX - there are some SOAP request, RDF manipulation, etc - everything is OK, except openDialog. I don't want to break down the app. to a one-window solution.

Is there any workaround ?

P.S : the application works fine from Mozilla.

Thanks,
Andras

Yes, I remember reading about someone comlaining in bugzilla about the fact that javascript window.open(/myurl/) in an html page would open the default browser (whether mozilla, opera or IE).
The IE ActiveX does the same: it opens IE.
Adam Lock answered that the purpose of the ActiveX control was to mimic IE so this was the behavior we wanted or something like that.
Maybe you can find this in the bugzilla ActiveX section.
Alex
_______________________________________________
mozilla-embedding mailing list
[EMAIL PROTECTED]
http://mail.mozilla.org/listinfo/mozilla-embedding

Reply via email to