Drag and Drop Flex

I am trying to do flexible drag and drop. This is very similar to this first example. http://livedocs.adobe.com/flex/3/html/help.html?content=dragdrop_7.html

The problem is that event.currentTarget.mouseX, mouseY shows the position where I place the mouse, not the position where I ended up dragging.

I'm just wondering why this might be? Is there a short answer?

0


a source to share


1 answer


It's worth noting that Flex-on-AIR and Flex-in-Browser applications have different DragManager implementations, and this behavior is not entirely consistent between the two frameworks.



0


a source







All Articles