I am creating am agw aui frame(s) w/ a notebook etc, pretty much like in
the AGW Aui Docking Library demo
Now I want to save all opened notebook panels w/ their respective
contents etc to be able to easily restore that state and entered values.
What would be the smartest way to do it?
I can always "collect" all panel contents and recreate these panels
later and post the collected data back etc, but I thought maybe there is
a better way to do it.
This thread adresses exactly my problem.
Werner, have you gotten around to solve this problem. Is saving the
notebook implemented working yet?
I am not sure what you think I solved in that thread as I didn't participate in it;-) .
But I am using persistence in my new stuff which is wxPython 2.9.x based, there where some issues with I worked out with Andrea. I think/guess that the persistance stuff in SVN is also compatible with 2.8.x, but I am not sure.
One thing to watch out is that you have to use SetName on controls you want to persist and the name has to be unique, I think per persistence manager.