Hi,
Brent Fulgham:
> Hi Patrick,
>
> On Jan 10, 2011, at 12:37 PM, Patrick Gansterer wrote:
>
>> André Pedralho:
>>> Hi Fred, my bad! Sorry, it is only available in the Qt port.
>>
>> If you have a look at the Qt port you see the following:
>>
>> JSC::JSValue v =
>> d->frame->script()->execu
Hi Patrick,
On Jan 10, 2011, at 12:37 PM, Patrick Gansterer wrote:
> André Pedralho:
>> Hi Fred, my bad! Sorry, it is only available in the Qt port.
>
> If you have a look at the Qt port you see the following:
>
> JSC::JSValue v =
> d->frame->script()->executeScript(ScriptSourceCode(scriptSour
André Pedralho:
> Hi Fred, my bad! Sorry, it is only available in the Qt port.
If you have a look at the Qt port you see the following:
JSC::JSValue v =
d->frame->script()->executeScript(ScriptSourceCode(scriptSource)).jsValue();
There's a Frame::script() method where get the ScriptController.
inal Message-
> From: André Pedralho [mailto:apedra...@gmail.com]
> Sent: Friday, January 07, 2011 2:21 PM
> To: fredx21
> Cc: webkit-dev@lists.webkit.org
> Subject: Re: [webkit-dev] How can I call a javascript function from the
> hosting application
>
> On Fri, Jan 7, 2011
Cc: webkit-dev@lists.webkit.org
Subject: Re: [webkit-dev] How can I call a javascript function from the
hosting application
On Fri, Jan 7, 2011 at 14:35, fredx21 wrote:
> My application is hosting a WebView instance to render its GUI using
> the Windows CE port of Webkit.
>
>
>
&g
On Fri, Jan 7, 2011 at 14:35, fredx21 wrote:
> My application is hosting a WebView instance to render its GUI using the
> Windows CE port of Webkit.
>
>
>
> I need to be able to call some JavaScript functions that are written into
> the loaded HTML page. For example, I have an Init(backgroundColor
My application is hosting a WebView instance to render its GUI using the
Windows CE port of Webkit.
I need to be able to call some JavaScript functions that are written into
the loaded HTML page. For example, I have an Init(backgroundColor) function
that needs to be called once the page is load
7 matches
Mail list logo