Hello! I have a couple of questions, I hope you could answer some of them.
What I'm trying to do: build a program that runs from CD, views an HTML-UI that needs some "native" XPCOM-components. I've build my XPCOM-components in a dll and put that in the components folder. This works fine. Additionally I made them a JavaScript-Object in my main application, which is based on MfcEmbed. But as far as i can see is this the only change from MfcEmbed that I need to make, and this is not really necessary. If it's possible, I'd like to get rid of that MFC stuff - I'd like to define my menus in XUL, so basically it's the same as the mozilla application with a different chrome and an additional module in the components directory. Should I use mozilla directly? If I putted mozilla on the CD, could I give it a "different" name so it doesn't interfere with an existing installation? Another related question: there is a example of a chrome that can be used for embedding apps, I think this is mozilla/embedding/browser/chrome - i've read a document that describes how to install and use it, but that was some time ago and now I can't find it anymore. Can you tell me where it is? I'm sorry that the questions are at a very low level - there are so many new things so my head is spinning and I don't know on what to focus. Thanks, Markus
