This is about the minimum to get the mozilla dom:
Thanks to Miroslav Penkov and cancandan
import org.eclipse.swt.SWT;
import org.eclipse.swt.browser.MozillaBrowser;
import org.eclipse.swt.browser.ProgressEvent;
import org.eclipse.swt.browser.ProgressListener;
import org.eclipse.swt.widgets.Displa
Hello,
i found some hints how to create javascript functions mapped to C++
function which are callable from within the browser, but none provieded
me with a solution how to actually do it.
What i want is something like a Javascript Function for this C/C++
"Callback" inside the embedding code
Marcus wrote:
> [EMAIL PROTECTED] wrote:
> > [EMAIL PROTECTED] wrote:
> >> Hey guys. I'm trying to embed mozilla with java for a data gathering
> >> tool. I don't actually need any visual elements--I just need to access
> >> the DOM and load URLs with the browser. Regardless... I just can't
> >