I'm learning wxPython and very often figure out how some example scripts work.
I ran this script http://zetcode.com/wxpython/thetetrisgame/ and noticed that it blinks all the time especially when there are many blocks in the bottom of the game area. I added wx.NO_FULL_REPAINT_ON_RESIZE style to initialization of the panel but it didn't help.
I wonder how to fix it. I think it's important because that way of behavior makes creating games or other dynamic UI in wxPython impossible.
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
|
|||
|