When using agw auto notebooks, the window doesn’t get drawn properly (drawing can be forced by a resize, but this is the only time that drawing works properly - Update() and Refresh() don’t result in a redraw). This occur both in the agw demo, and in custom code. I’m pretty stumped about what is causing this, but have so far been able to verify that the that EVT_PAINT methods are fired, and the OnPaint handlers are called following the Update() and Refresh() calls, although this doesn’t change what is shown on screen. Curiously this only occurs when using auto notebooks - when using the agw.aui framemanager without notebooks everything is fine, as is the use of a static agw.aui.AuiNotebook.
Any hints or suggestions would be much appreciated. I’m using wxPython 3.0.0 on python 2.7 (Anaconda) .
cheers,
David