IIRC this has something to do with the size not being fully updated at the time the maximize happens because it isn’t shown yet, or something like that. Try doing wx.CallAfter(self.SendSizeEvent) so there will be an extra size event after the window has been shown and maximized.
–
Robin Dunn
Software Craftsman
http://wxPython.org Java give you jitters? Relax with wxPython!
I’ve tried with wx.CallAfter(self.frame.SendSizeEvent) but it doesn’t work.
Any other idea?
···
–
Web Master Simosito
(http://www.simosito.it)