Hey,
Apologies, I have only been able to test this in drpython.
In drNotebook.py, in OnSize, I simply printed out the value of
self.document
before and after a call to Size. The value remains the same. This is
only yhe case when resizing the window.
I wonder if Size for a child window does not work during a size for
the parent? The code ran fine under previous versions of wxPython.
Dan