[Qt-interest] How to find out if QWebFrame::evaluateJavaScript has finished executing

Richard Moore richmoore44 at gmail.com
Mon Sep 14 23:08:14 CEST 2009


On Mon, Sep 14, 2009 at 1:45 PM, Dima Fadeyev <dima at scancom.es> wrote:
>
> Hi, everyone
>
> I have an evaluateJavaScript function in my project that executes
> javascript which makes an asynchronios request. Is there a way to make
> the program aware when the responce to this request is received?

Make the result of the asynchronous request trigger a call back in
your application. See
http://gitorious.org/qt-examples/qt-examples/trees/master/qtwebkitextension
for how you can add a custom API to allow this.

Cheers

Rich.



More information about the Qt-interest-old mailing list