@Misha : I use qt with QWS and DirectFB. @Ariya : How can I debug javascript in a page html embedded on my webkit application ?Can you show me please ?
Regards, NT On 1 April 2011 00:00, Misha Tyutyunik <[email protected]> wrote: > What graphics system is used when you run Qt on your platform? > > > > On 03/31/2011 05:27 PM, ext Ariya Hidayat wrote: > >> I am trying to write some html pages using jQuery library. When I load >>> html >>> page in an application webkit (qgraphicswebview) on PC, the page is >>> loaded >>> correctly. But on my embedded platform (STi710x) with directfb& qt, the >>> page is not loaded correcty with the same application webkit. I remarked >>> that some functions do not work such as : >>> .children(':eq(3)') ==> i had to change to : children().eq() >>> etc. >>> Anyone can explain me why ? What happened please ? >>> >> Did you try to debug it at all? Care to share your finding? >> >> And with the same simple page, same application webkit, but the >>> performance >>> is very bad on embedded platform ? page load is very slow and flicking. >>> In >>> your opinion, how can I improve it ? >>> >> First thing first: learn how to profile an application for your >> platform. If you do that, you'll get a better understanding of the >> cause of the performance problems. >> >> >> > _______________________________________________ > webkit-qt mailing list > [email protected] > http://lists.webkit.org/mailman/listinfo.cgi/webkit-qt > -- Thanh NGUYEN
_______________________________________________ webkit-qt mailing list [email protected] http://lists.webkit.org/mailman/listinfo.cgi/webkit-qt
