OpenDCL Forums

OpenDCL => Runtime/AutoLISP => Topic started by: Fred Tomke on April 29, 2009, 03:17:07 AM

Title: ChangeParent in tree
Post by: Fred Tomke on April 29, 2009, 03:17:07 AM
Hello,

I have a child in a tree. I want to move the child and its subordinated child items from one parent to another. Until know I have to read out the child and its child items, to delete the item I want to move to add the the list of childs under the destination parent.

Is there also another solution?

Fred
Title: Re: ChangeParent in tree
Post by: owenwengerd on April 29, 2009, 07:30:12 PM
I have now added code to make the automatic drag/drop within a tree control smart enough to move or copy the selected item and its children.