vzwhaley
03-10-2008, 08:22 PM
I am populating a tree by dragging and dropping nodes from another tree. That works great, but I am wondering how I could delete nodes from the tree that has received the drops?
The first tree's data provider is an XMLList and I populate the second tree's node labels from an Array Collection based on which items have been dragged and dropped from the first tree. I have tried some of the example code to delete from an Array Collection, but it doesn't work.
Any ideas or suggestions would be greatly appreciated.
The first tree's data provider is an XMLList and I populate the second tree's node labels from an Array Collection based on which items have been dragged and dropped from the first tree. I have tried some of the example code to delete from an Array Collection, but it doesn't work.
Any ideas or suggestions would be greatly appreciated.