Frank Niessink wrote:
Hi all,
Is it possible to save and load perspectives of the AUI Notebook? I'd like to start Task Coach in a certain configuration and I'd also like to provide users the ability to save their favorite configuration.
I didn't find something similar to the wx.aui.FrameManager.Save-/ LoadPerspective methods, so I tried to develop something similar myself. However, I cannot even find methods to query and set the actual layout of the AUI Notebook. What are my options?
There isn't an accessor to get the notebook's internal wxAuiManager object, but I don't see why there couldn't be one. You may want ask about it on wx-users to see if it can be added.
ยทยทยท
--
Robin Dunn
Software Craftsman
http://wxPython.org Java give you jitters? Relax with wxPython!