Win32Lib: repaint screen on move 2nd window
- Posted by Dan B Moyer <DANMOYER at PRODIGY.NET> Sep 03, 2000
- 505 views
How can I make "new" windows not erase the contents of original windows if the "new" windows are moved or resized? In my "examples gateway" app, when an example is selected to run, its window behaves somewhat badly with respect to the original window: if the running example is moved, it deletes the contents of the original window (& if it's moved often enough quickly enough, it leaves copies of itself behind, until they get erased about 12 seconds later). I looked at "repaintWindow(id)", but I can't figure out how/when to *tell* it to do so. Dan Moyer