---------- Forwarded message ---------- From: Li Ming <[email protected]> Date: 2009/10/13 Subject: Re: [Qt4-preview-feedback] QWebView content does not repaint correctly To: Koskinen Janne <[email protected]>
thanks Janne, it works with the option specified. One more question, >From the qt document, QWebView.load() takes a QUrl to load page. However, it seems that QUrl can not point to resources file (html/css/javascript) bundled in my application. So QWebView can not load pages that bundled in the resources. Do I understand it correctly? or how qt meets this requirements? 2009/10/13 Koskinen Janne <[email protected]> >In my qt application, I load a local html file which contains > >a javascript to update a text node content with a timer, > >however, I found QWebView does not repaint correctly. > > > >For example, my timer is invoked every 1 second and outputs > >the total time to a text node, however I found the new content > >of the text node is shown overlaying the old content! > > Do you have bgcolor set ? Currently we don't have default bgcolor for > QWebview in s60 causing backingstore to update incorrectly. Can you try > running your example in windows style to see if it works ? example.exe > -style windows > > -Janne
_______________________________________________ Qt4-preview-feedback mailing list [email protected] http://lists.trolltech.com/mailman/listinfo/qt4-preview-feedback
