f rom wrote:
I have a panel with some controls on whose value the
treecontrol content should change. So far I see two
possibilities :
- reload one treecontrol every time the controls
change (question then how to save/restore the
collapsed/expanded state)
This would probably work best. You can recursivly traverse the nodes in the tree and find expand/collapse states with GetFirstChild, GetNextChild, IsExpanded, etc.
···
--
Robin Dunn
Software Craftsman
http://wxPython.org Java give you jitters? Relax with wxPython!