Mailing-List: contact cygwin-help@sourceware.cygnus.com; run by ezmlm
List-Subscribe: <mailto:cygwin-subscribe@sourceware.cygnus.com>
List-Archive: <http://sourceware.cygnus.com/ml/cygwin/>
List-Post: <mailto:cygwin@sourceware.cygnus.com>
List-Help: <mailto:cygwin-help@sourceware.cygnus.com>, <http://sourceware.cygnus.com/ml/#faqs>
Sender: cygwin-owner@sourceware.cygnus.com
Delivered-To: mailing list cygwin@sourceware.cygnus.com
Content-return: allowed
Date: Sun, 28 May 2000 13:02:20 +1200
From: "Kuo, Shyh-Hao" <shk16@elec.canterbury.ac.nz>
Subject: RE: WxWindows for Windows. Problem resizing a window.
To: roland.vannier@free.fr
Cc: cygwin@sourceware.cygnus.com
Message-id: 
 <DE94A44481E5D21186C00000C0ABA3D041F85B@shannon.elec.canterbury.ac.nz>
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.vannier@free.fr [mailto:roland.vannier@free.fr]
Sent: 22 May 2000 23:07
To: cygwin@sourceware.cygnus.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@sourceware.cygnus.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@sourceware.cygnus.com

