On Aug 11, 3:31 am, Bjoern Schliessmann <usenet- [EMAIL PROTECTED]> wrote: > [EMAIL PROTECTED] wrote: > > On a related topic, it seems like it would be nice to do *all* > > drawing in > > response topaintevents. When I get aneventfrom the timer, I > > would just tell wx that part of the window needs redrawing, and > > depend on it to give me apainteven when nothing of higher > > priority needs to be done. > > One nice strategy from an example in "wxPython in Action" is the > following: > > * the frame has Draw methods that draw into a BufferedDC, which is > chained to a bitmap member > > * inside thepaintmethod, the bitmap member is drawn to screen
Okay, but how do I tell wx that it needs to send me a paint event? -- http://mail.python.org/mailman/listinfo/python-list