http://apache-pivot-users.399431.n3.nabble.com/Drag-and-Drop-using-a-TreeView-as-the-DropTarget-td2657008.html

On 8 June 2011 01:31, Edvin Syse <[email protected]> wrote:

> My TreeView has a DragSource and DropTarget used to allow moving nodes
> around. In DropTarget#drop, I try to get the node the user dropped on like
> this:
>
> Sequence.Tree.get(getTreeData(), getNodeAt(y))
>
> .. but it seems y is relative to the window, and getNodeAt() expects
> coordinates relative to the component (TreeView). Is there method to convert
> the coordinates, or should I use another approach?
>
> -- Edvin
>

Reply via email to