Does somebody know a way to embed/build Mozilla to run within a Motif application? Is there an older release which is known to work? I need to use XPCOM (NsIWebBrowser, NsIBaseWindow, NsIWebNavigation...).
Thanks, Chris Embedding for other platforms/toolkits Windows and GTK platforms went OK. Here's what I tried with Mozilla 1.3.1 on Linux Motif (RH8.0). .The GTK Mozilla did not work within the Motif app. Found some previous posts saying it has not been done and would required running the GTK event loop from within the motif one. .I built a 1.3.1 Xlib Mozilla built. Running Mozilla alone started the 'profile' dialog but terminated while trying to open the browser window. I used: --enable-default-toolkit=xlib --enable-toolkit-xlib I also tried other builds adding --disable-toolkit-gtk, --disable-toolkit-qt, with the same result.
