Re: script language="application/x-python" working in xulrunner but not when embedding

2008-04-11 Thread Boris Zbarsky
[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

script language="application/x-python" working in xulrunner but not when embedding

2008-04-11 Thread beschulz
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

Re: Calling Javascript from Mozilla ActiveX Control

2008-04-11 Thread ivarsv
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

Re: https in java embedding - crashes

2008-04-11 Thread Grant Gayed
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

Re: a minimal workable embedding example (gtk)

2008-04-11 Thread yong . zhang . cn
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" >