Onpaint madness

Vadim Zeitlin vadim at wxwindows.org
Sat Sep 2 04:22:27 PDT 2006


On 1 Sep 2006 18:49:54 -0700 63q2o4i02 at sneakemail.com wrote:

> I'm getting a zillion OnPaint messages with no luck in trynig to handle
> them.

 The most likely reason is that you don't create wxPaintDC for the window
which must be repainted and so it remains invalidated resulting in more
paint events being sent.

 Regards,
VZ
-- 
TT-Solutions: wxWidgets consultancy and technical support
               http://www.tt-solutions.com/






More information about the wx-users mailing list