> 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 _______________________________________________ Python-win32 mailing list [email protected] http://mail.python.org/mailman/listinfo/python-win32
