I have the following issue when I drag and drop from a tree viewer in SWT. I am setting the image attribute of the dragSourceEvent
e.g.
event.image = _dragImage
which works fine EXCEPT for instances where I have a long label on my tree viewer node. If I have a long string and start the drag event from the far right edge of the caption on the node, I notice that the drag image is not correctly anchored and is actually offset X pixels according to the distance from the start of the tree node string to the end of the tree node string.
Anyone any suggestions? Yee would probably have to demo to get an idea of it. Has anyone seen this?