From: Arjan v. I. <af...@cs...> - 2005-01-09 11:01:19
|
> When I call repaint, the window isn't actually repainted until I cover > my application's window with another window and then bring my > application to the foreground again. Does the bouncing balls demo work? It uses repaint to repaint a window in a timer. If that demo does work maybe you can see from the source code why your code is not working. Cheers, Arjan |