This is the mail archive of the cygwin@sourceware.cygnus.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

RE: WxWindows for Windows. Problem resizing a window.




-----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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]