Using XULRunner SDK to embed

2007-11-15 Thread oliver05983
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:

Embedding in C++

2007-11-15 Thread Emil Wikström
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

How do I know that a jpeg, a .js associated with a page could'nt be loaded

2007-11-15 Thread philippe
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