|
Eric,
> Has anyone ever needed to explicitly manipulate the children of a node
> in a tree?
I know that both Bill and I have needed the ability to move items up and down
in the list of children ('cos we've discussed how to do it ;-). I, myself,
have not yet needed the ability to add children in other than the "default"
place.
<advertisement>By the way, for anyone doing this kind of thing, my own
ListTreeView works well as View, even if you don't need multiple columns, since
it doesn't react to #treeChanged: notification by closing the parent node[*].
It also copes correctly with changes to the ordering of root nodes.
Unfortunately LTV is not yet available for D6, but I know that OA did a port to
D6 (it was in the beta), perhaps they still have a copy and would be willing to
allow access to it.</advertisement>
-- chris
([*] Unless #useSmartRefresh: is set to false -- which it is by default, for
compatibility with TreeView)
|