Notification upon completion of a Window paint?

Dave Bee davebeeus at yahoo.com
Sun Jan 21 19:33:51 PST 2007


Olivier, merci beaucoup for your reply.

The problem is that if I override the OnPaint()
method, even I do nother other than calling the base
class (original) OnPaint() method, the entire display
becomes messed up. Very strange. It seems that
wxWizardPageSimple is implemented in such a way that
onPaint() should not be overriden.

I wonder whether there is another way to get a
notification upon completion of wizard page painting.

Thanks,
Dave

--- olivier.corrio at gmail.com wrote:

> 
> Hi,
> maybe at the end of your OnPaint method, send an
> custom event to say
> that it is finished.
> Sincerely
> 
> Dave Bee a écrit :
> > Is there a way to determine (via an event or any
> other
> > way) when a particular wxWindow-derived class
> finished
> > painting (as in response to EVT_PAINT)?
> >
> > More specifically I am looking to tell when a
> > wxWizardPageSimple page finished displaying, so
> that I
> > can start automatically another operation.
> >
> > What is the proper way to accomplish that?
> >
> > Thanks,
> > Dave
> >



 
____________________________________________________________________________________
Do you Yahoo!?
Everyone is raving about the all-new Yahoo! Mail beta.
http://new.mail.yahoo.com




More information about the wx-users mailing list