Re: Win32Lib: repaint screen on move 2nd window
- Posted by Dan B Moyer <DANMOYER at PRODIGY.NET> Sep 04, 2000
- 455 views
All, I followed how Wolfgang ran examples in his Tutorial more closely, using "jump to", & ran them that way, and for some reason that solved my problem. Dunno why, but it works. Dan ----- Original Message ----- From: "Dan B Moyer" <DANMOYER at prodigy.net> To: "Euphoria Mail List" <EUPHORIA at LISTSERV.MUOHIO.EDU> Sent: Sunday, September 03, 2000 8:00 PM Subject: Win32Lib: repaint screen on move 2nd window > 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 >