Mailing-List: contact cygwin-help AT sourceware DOT cygnus DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT sourceware DOT cygnus DOT com Delivered-To: mailing list cygwin AT sourceware DOT cygnus DOT com Content-return: allowed Date: Sun, 28 May 2000 13:02:20 +1200 From: "Kuo, Shyh-Hao" Subject: RE: WxWindows for Windows. Problem resizing a window. To: roland DOT vannier AT free DOT fr Cc: cygwin AT sourceware DOT cygnus DOT com Message-id: MIME-version: 1.0 X-Mailer: Internet Mail Service (5.5.2650.21) Content-type: text/plain; charset=ISO-8859-1 -----Original Message----- From: roland DOT vannier AT free DOT fr [mailto:roland DOT vannier AT free DOT fr] Sent: 22 May 2000 23:07 To: cygwin AT sourceware DOT cygnus DOT com Subject: WxWindows for Windows. Problem resizing a window. I compiled the WxWindows graphic library within the cygwin environment. When i resize the window of a WxWindows application, the contents of the window is flashing. Has somebody compiled WxWindows without having this problem. Does somebody know a way to avoid this flashing. Thanks. Roland. -- Want to unsubscribe from this list? Send a message to cygwin-unsubscribe AT sourceware DOT cygnus DOT com Hi, I have seen a simular problem before and it was due to repainting the window in the wxXXXXX::OnPaint() event with the wrong device context. From memory, the wxPaintDC only paint the rectangle that need to be repainted where as all of the other types redraw the complete window --> the flashing. Shyh-hao Kuo -- -- Want to unsubscribe from this list? Send a message to cygwin-unsubscribe AT sourceware DOT cygnus DOT com