Jim Klo wrote:
I have an application that will be a custom UI for a windows COM control. Since my application needs to be localized several languages, and needs to have a completely customized skin. I'm interested in using Mozilla since building and supporting the UI using XUL appears to be a great architecture for what I need to do.
In testing, I can't seem to get the Mozilla ActiveX to correctly work with XUL (I basically tried building the XFly appplication using the ActiveX control, Buttons and formatting don't seem to work). Does the ActiveX version support XUL? If so, what do I need to do to make it work correctly? Also as far as packaging the control as part of my install, where should I start? I've been having problems building the Mozilla source tree from the 1.7.1 tarball - which is an entirely different problem.
Also does the ActiveX version provide access to the web browsers external object via IDocHostUIHandler::GetExternal?
Thanks,
Jim
remove the NOSPAM in address when replying
The Mozilla ActiveX is embedding Gecko, which is the HTML/CSS/Javascript rendering engine/interpreter, like MS ShellDocView (ExDisp).
I don't think XUL can be displayed by the Moz Ax.
Alex
Sorry, I was wrong, gecko *can* display xul, and so can the ActiveX (because it embeds Gecko).
_______________________________________________
mozilla-embedding mailing list
[EMAIL PROTECTED]
http://mail.mozilla.org/listinfo/mozilla-embedding
