Re: re drawing question
Tim Roberts <[email protected]>
| Newsgroups | gmane.comp.python.wxpython |
|---|---|
| Message-ID | <[email protected]> |
On Oct 31, 2020, at 7:04 PM, Phil <[email protected]> wrote: > > Regarding my earlier question. > > This solves the problem. Is it the correct solution is is there a better method? > > wx.FutureCall(2000, self.Fill_board) Why don’t you just do it in onPaint? That’s what the message is designed for. As a rule, you shouldn’t be doing a lot of drawing outside of onPaint. — Tim Roberts, [email protected] Providenza & Boekelheide, Inc. -- You received this message because you are subscribed to the Google Groups "wxPython-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/wxpython-users/D31FA651-CEEB-4FA7-A1AE-4ED2AF04C6AA%40probo.com.