[EMAIL PROTECTED] wrote:
I too have the same requirement. I use JavaXPCOM.

In windows i used a dummy number for window handle (first parameter)
for the call
nsBaseWindow::initWindow(long, long, long, long, long, long);

Yeah, that won't work... a lot of code depends on the existence of a widget to function correctly. What you're trying to do might be possible with Gecko 1.9, but for now you'll have to create a widget. This of course means you need an X server; xvfb should be sufficient.
_______________________________________________
dev-embedding mailing list
[email protected]
https://lists.mozilla.org/listinfo/dev-embedding

Reply via email to