Is possible to embed Gecko using the XULRunner SDK (XDK) and draw the
page offscreen?
I have seen other packages make to do this but using nsIViewManager
which is not in the SDK.
-=O=-
___
dev-embedding mailing list
dev-embedding@lists.mozilla.org
https:
Dear experts,
I am trying to embed the Mozilla parser in my WIN32 C++ application, but now
I am stuck.
First I tried using the XULRunner SDK. According to the documentation you
should use the nsIWebNavigation interface to control the browser instance
which is strange since this interface is no
HI
I develop a browser with gecko.
I want to know when an element of a page could'nt be loaded.
In on stateChange of my webProgressListener implementation. I get a
SATE_STOP && STATE_IS_REQUEST when an image is loaded. But how can I
get the status of the loading process which have been done.
Ho