Hi, I tried to implement a small java application to render html using webkit. The app is used to render plain html input but also content addressed via an url. It is basically based on the example thumbnailer code from here:
http://doc.trolltech.com/qtjambi-4.4/html/index.html My problem is, that the app runs fine when an url is called the first time. So when I call the rendering class with 'http://www.google.com' I get an image as expected. But when I call it a second time the application fails and renders the page without the 'google-gif'. The same thing happens with other web pages. The images are only rendered the first time. --------------------------------------------- QT-Jambi: qtjambi-linux32-gpl-4.4.3_01 Debian Lenny Java 1.6 _______________________________________________ Qt-jambi-interest mailing list [email protected] http://lists.trolltech.com/mailman/listinfo/qt-jambi-interest
