[EMAIL PROTECTED] wrote: > Alex, Ben, > > Thanks for the comments. I haven't replied sooner because a colleague > and I have been busy rebilding Mozilla and getting to grips with the > basics of embedding so that we could investigate a few issues with a > view to putting together a simple Mozilla based app. This has brought to > light a number of issues and it is difficult to know where to start > while keeping on the topic of documentation.
If you are engaged in this project, you should be in the newsgroup n.p.m.documentation. [EMAIL PROTECTED] (Developer Relations) may also be able to help you. > To set the scene, our overall requirement is to produce a cross-platform > app that requires an absolute minimum of wrapping/rebuilding in order > to achieve the cross-platform capability. Mozilla is already cross-platform - so why not use it as-is? Most embedding work sacrifices cross-platform capabilities for size/speed; in your case, as you say, it is stupid to embed something cross-platform into something single-platform so you can add a cross-platform portability layer again. Gerv
