Re: Triggering an entire window repaint
- Posted by David Alan Gay <moggie at INTERLOG.COM> Jul 23, 2000
- 426 views
Hi David. Good work on Win32Lib :) Actually that was one of the things I did. I placed repaintWindow() inside the onPaint[] procedure to be retriggered but ended up with a general protection fault. It's possible that occured because I did an recursive call to the procedure. I'll experiment further with the placement of repaintWindow() and let you know how it goes. Once again, keep up the good work and keep adding things to Win32lib :) ----- Original Message ----- From: "David Cuny" <dcuny at LANSET.COM> To: <EUPHORIA at LISTSERV.MUOHIO.EDU> Sent: Sunday, July 23, 2000 10:20 AM Subject: Re: Triggering an entire window repaint > David Alan Gay wrote: > > > I'd like to repaint that entire window > > Use repaintWindow() to trigger that. It invalidates the entire window (so > you can paint any part you want), and then triggers a repaint. > > -- David Cuny >