Re: [PyKDE] Invalidation of windows

2005-03-23 Thread David Boddie
On Sun, 20 Mar 2005 21:37:44, Jeremy Sanders wrote: > I keep hitting a strange problem with Qt. I don't think the problem's in > my code! Any idea how I can avoid this? > > I have a document class which has a "dirty" flag. My output window (a > QScrollView), checks the flag at intervals (using a Q

[PyKDE] Invalidation of windows

2005-03-20 Thread Jeremy Sanders
I keep hitting a strange problem with Qt. I don't think the problem's in my code! Any idea how I can avoid this? I have a document class which has a "dirty" flag. My output window (a QScrollView), checks the flag at intervals (using a QTimer). If the flag is set self.UpdateContents() is called.