Solved !

    def OnSize(self, event=None):
>         self.InitializePanel()
>         #self.SizeTimer.Start(50, oneShot=True)
>         self.OnSizeTimer()
>

This last line (self.OnSizeTimer())  was missing in the version of
floatcanvas.py I had.  Maybe I had an old version from wx 2.8...

What platform are you on? that may make a difference.
>
Python 2.7 x32  on Windows 7 64
But now it is solved!

(There is only one remaining thing to solve for my project : the maximizing
event! ;) )

Thank you, Jo
_______________________________________________
FloatCanvas mailing list
[email protected]
http://mailman.paulmcnett.com/cgi-bin/mailman/listinfo/floatcanvas

Reply via email to