The wx.NO_FULL_REPAINT_ON_RESIZE style is now the default style for all
windows. The name still exists for compatibility, but it is set to
zero. If you want to disable the setting (so it matches the old
default) then you need to use the new wx.FULL_REPAINT_ON_RESIZE style
flag otherwise only the freshly exposed areas of the window will be
refreshed.
Ok, now I understand.
The only problem is, that there is no wx.FULL_REPAINT_ON_RESIZE
flag in wxPy 2.5.1p4 (dir(wx))
The wx.NO_FULL_REPAINT_ON_RESIZE style is now the default style for all windows. The name still exists for compatibility, but it is set to zero. If you want to disable the setting (so it matches the old default) then you need to use the new wx.FULL_REPAINT_ON_RESIZE style flag otherwise only the freshly exposed areas of the window will be refreshed.
Ok, now I understand.
The only problem is, that there is no wx.FULL_REPAINT_ON_RESIZE flag in wxPy 2.5.1p4 (dir(wx))
Oops...
There is now. Its value is 65536 if you want to try using it in the current version.
ยทยทยท
--
Robin Dunn
Software Craftsman http://wxPython.org Java give you jitters? Relax with wxPython!