[python-win32] Flicker and OnEraseBkgnd

Mark Hammond mhammond at skippinet.com.au
Mon Oct 9 11:13:16 CEST 2006


> Hi,
>
> I currently try to add a matplotlib backend based on the Gecko engine
> (XPCOM, plugin), PIL and pywin.
>
> I simply build a new window and place it in the plugin area
> as a child.
>
> All works fine, bur when I change the size of the window, there is a
> flicker .
> I 've read some pages on the web, but I don't see how to adapt the
> solutions with python.
> Precisely, i can't overwrite the OnResizeBkgnd often spotted
> in articles.

Do a google for "flicker free drawing" - you will find ton's of advice you
can adapt to these tools.

Cheers,

Mark



More information about the Python-win32 mailing list