Group: Forum Members
Last Active: 2 Years Ago
Posts: 1,
Visits: 2
|
Hello,
I want to remove shapes from a document (source) by drap&drop and place the shape name in a list box (target)
I have no problem to catch the dragdrop event and add a line in the list box but I'm enable to remove the shape in the document.
I've tried to remove the shape from the active layer by "document.ActiveLayer.RemoveChild(shape)" but shape is always in document.
Thanks in advance.
Laurent DEVILLE
|