AUI - sizing problem (similar to the multi panel problem)

I have another AUI issue.

This time I have three listctrl's on top. Left and middle should use up about 20% each and the third should get about 60% of the width.

Below is a panel with two lines of controls (static, text on one line and some buttons on the second line).

The problems are:
- if calling _mgr.Update the layout is worse then when not calling it.
- that the bottom panel does not show the button line
- it won't respect the width proportion, even using SetSizeHints does not help
- using SetSizeHints fixes the bottom panel issue if Update is not called

Attached is a small sample showing the issues.

Andrea, should I setup a trac ticket(s) for these things?

Werner

auiMultiPanelInNB2.py (6.34 KB)