Problem resizing window with AUI

I’m starting with the wx.aui (and wx.lib.agw.aui, since I have not decided yet which one I will use) and I have the following problems :

  • A first thing, not that important, is that the minimize button does not appear for wx.aui.AuiNotebook, whereas it does with the AGW library…
    Does anyone have the same problem and know how to fix that ? (except changing library of course :slight_smile:

  • Then, I have a problem while resizing my main window: the created
    notebook put at the bottom of the frame takes the whole frame. And this
    happend with both libraries. My code script is available as a joint piece.

If anyone can point me what I am doing wrong, that would be very nice !!!
Thanks a lot in advance !!!

Regards,
AR

scriptPblmResizing.py (1.75 KB)