From kde-devel Wed Jul 31 15:11:51 2002 From: Jens Nixdorf Date: Wed, 31 Jul 2002 15:11:51 +0000 To: kde-devel Subject: Mainwindow Refresh X-MARC-Message: https://marc.info/?l=kde-devel&m=102812836719634 Hi all, it seems, that my program refreshes only, if i move the mouse or make a=20 click elsewhere. The program contains many widgets, listboxes,=20 checkboxes and a khtmlpart. It gets messages from the rs232-port, parse=20 them and put it into one listbox. Then another function takes the first=20 index from the listbox as a parameter to generate a htmlpage, which=20 should displayed then by the khtmlpart. =20 So far, so good. But one thing i do not understand: The Listbox is=20 refreshed everytime, but the htmlpart is not. For this i have to move=20 the mouse somwhere on the screen (even if my prog doesnt have the=20 focus). I have tried repaint() or update() after the htmlgeneration, it=20 doesnt help. Any hints? thanks, Jens >> Visit http://mail.kde.org/mailman/listinfo/kde-devel#unsub to unsubscribe <<