Re: [flexcoders] coords on dragged object

2007-02-13 Thread slangeberg
Take a look at DragEvent... -Scott On 2/12/07, Douglas Knudsen [EMAIL PROTECTED] wrote: ok, I have a List populated from a AC of objects. I have drag+drop setup to drag one of the items from the list and drop it onto a VBox contained view. I need to get the x-coord relative to the object

[flexcoders] coords on dragged object

2007-02-12 Thread Douglas Knudsen
ok, I have a List populated from a AC of objects. I have drag+drop setup to drag one of the items from the list and drop it onto a VBox contained view. I need to get the x-coord relative to the object being dropped. Anyone have a idea? in 1.5 I used a undocumented piece DragManager[_dragProxy]