Perspective and AuiNotebook, AuiManager questions

I have some questions regarding the Aui module. I am using
wxPython 2.8 release:

  • I want to enforce minimum sizes on the various panes being
    managed by the AuiManager. I tried to use the MinSize API on the AuiPaneInfo
    class but it doesn’t see to work as expected.

  • I have a AuiNotebook object which is being directly
    managed by AuiManager. I want the state of the AuiNotebook (meaning how the
    various pages in the notebook are split) to be saved when I save the
    perspective. It doesn’t seem to be happening right now. Is there a way I
    can save the state of the AuiNotebook.

Thanks,

  • Adi

Not with the current release. Robin indicated that the next release (wxPython 2.8.1) will expose the internal frame manager of the AuiNotebook.

Cheers, Frank

···

2007/1/10, Susarla, Aditya asusarla@qualcomm.com:

  • I have a AuiNotebook object which is being directly
    managed by AuiManager. I want the state of the AuiNotebook (meaning how the
    various pages in the notebook are split) to be saved when I save the
    perspective. It doesn’t seem to be happening right now. Is there a way I
    can save the state of the AuiNotebook.