aui notebook demo in 2.9.2/3

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.

Werner

Hi Werner,

···

On 5 November 2011 11:35, 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.

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…

Andrea.

“Imagination Is The Only Weapon In The War Against Reality.”
http://xoomer.alice.it/infinity77/

Yep, it was sick. It just needed a dose of "wx.CallAfter(self.nb.SendSizeEvent)" to be cured. :wink:

···

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.

--
Robin Dunn
Software Craftsman