pyAUI - perspective setting

I have a problem with LoadPerspective.

The app has (simplified):
panel with AUI Manager
subPanel1 with AUI Manager
subPanel2 with AUI Manager

Doing the SavePerspective I see the data being saved, but when I do the
LoadPerspective for the two subPanels they do not take effect.

I do a _mgr.Upgate for all three managers after the load, is there
something else I have to do?

Werner

Werner F. Bruhin wrote:

I have a problem with LoadPerspective.

The app has (simplified):
panel with AUI Manager
subPanel1 with AUI Manager
subPanel2 with AUI Manager

Doing the SavePerspective I see the data being saved, but when I do the
LoadPerspective for the two subPanels they do not take effect.

I do a _mgr.Upgate for all three managers after the load, is there
something else I have to do?
  

Sorry for the noise. There are some AUI notebooks on the subPanels, when I save/load their perspectives it all works.

Werner