[EMAIL PROTECTED] wrote:
> The problem now is, that my test-html/xul (tried both) document works
> with xulrunner (pyxultest works also) but not when i open it via
> nsWindowWatcher::OpenWindow().
Does opening it using OpenWindow() open it in a chrome docshell?
-Boris
Hi folks.
I am embedding gecko into my application via XRE_InitEmbedding().
The idea is to have xul (or html) as the GUI while the core of the
application is written in c++. i am exporting certain functionality of
the application to python. i want to do the event-binding in xul/html
(via oncommand
On Apr 11, 3:14 am, Gerry Soetrisno <[EMAIL PROTECTED]> wrote:
> Hi All,
>
> A quick question: I am using the Mozilla ActiveX Control 1.7.12 and I
> am trying to run an arbitrary JavaScript function by calling
> doc.parentWindow.execScript() on AxMozillaBrowser.DocumentComplete
> event.
>
> However
This dialog is usually shown via a WindowCreator2 implementation that should
be provided by the embedder. I don't know if there's a preference to accept
all certificates. Hopefully someone else knows if this is doable or not.
Grant
"krithika" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PRO
On 3月12日, 下午4时11分, [EMAIL PROTECTED] wrote:
> //thanks a lot to Torisugari, Benjamin Smedberg, Emil Wikström & all
> mozilla dev docs, thank you all
>
> #define XPCOM_GLUE
> #include
> #include
> #include
> #include
> #include "xpcom-config.h"
> #include "nsXPCOMGlue.h"
> #include "nsDebug.h"
>