>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
