Hello everyone,

I'd like to display an animation in a frame. Each frame is calculated in real time, so it does not consist in display a GIF animation.
I am using a wx.StaticBitmap , and I replace the bitmap inside every 50 ms.
However each time the bitmap is changed, the grey frame background is displayed, so the animation is sparkling. In Tkinter the animation is displaying properly if i use a Canvas.

here...