The wxPython demo with 2.9.2.4 for aui notebook does not display the notebook when selecting the demo tab - instead it just shows "Hello! Welcome etc" in a "scrolled panel" on the top left of the demo tab and the rest still shows the code.
I still see this with the wxPython 2.9.3 (from SVN) demo.
Running it stand alone, i.e. AUI_Notebook.py works fine.
The wxPython demo with 2.9.2.4 for aui notebook does not display the notebook when selecting the demo tab - instead it just shows “Hello! Welcome etc” in a “scrolled panel” on the top left of the demo tab and the rest still shows the code.
I still see this with the wxPython 2.9.3 (from SVN) demo.
Running it stand alone, i.e. AUI_Notebook.py works fine.
I see the same issue, I am not sure if it is a problem in wx.aui or it is the main wxPython window that is playing some strange trick…
Yep, it was sick. It just needed a dose of "wx.CallAfter(self.nb.SendSizeEvent)" to be cured.
···
On 11/5/11 2:35 AM, werner wrote:
The wxPython demo with 2.9.2.4 for aui notebook does not display the
notebook when selecting the demo tab - instead it just shows "Hello!
Welcome etc" in a "scrolled panel" on the top left of the demo tab and
the rest still shows the code.
I still see this with the wxPython 2.9.3 (from SVN) demo.