Hi Stef,
Is there a (simple) way to save / reload the CustomTreeCtrl settings,
like which nodes are open, which checkboxes are checked etc
to / from a file ?In Delphi for example you can save / reload each object / component with
a signle command to a binary file,
does exists something similar in Python ?
For the wx.TreeCtrl/CustomTreeCtrl/TreeListCtrl *expansions state*,
you can use the beautiful mixin written by Frank Niessink in
wx.lib.mixins.treemixin. For the check box status, I don't think
anything already exists, but it would be very easy to traverse the
tree and store the checkboxes status using cPickle or something like
that...
Andrea.
"Imagination Is The Only Weapon In The War Against Reality."
http://xoomer.alice.it/infinity77/
ยทยทยท
On 8/12/07, Stef Mientki wrote: