event.target points to the object being dropped on though, eh? Not the object being dragged about. I need the coords of the object being dragged about.
DK On 11/28/05, JesterXL <[EMAIL PROTECTED]> wrote: > ...er, event.target.x and event.target.y, sorry. > > ----- Original Message ----- > From: "JesterXL" <[EMAIL PROTECTED]> > To: <[email protected]> > Sent: Monday, November 28, 2005 1:32 PM > Subject: Re: [flexcoders] getting coordinates of dropped item > > > function dragDropHandler(event) > { > trace(event.target.mouseX); > trace(event.target.mouseY); > } > > ----- Original Message ----- > From: "Douglas Knudsen" <[EMAIL PROTECTED]> > To: <[email protected]> > Sent: Monday, November 28, 2005 1:14 PM > Subject: [flexcoders] getting coordinates of dropped item > > > Ok, I'm using the DragManager on a List via dragEnabled="true". How > to get the coordinates of the dragproxy when its dropped? Possible? > > > -- > Douglas Knudsen > http://www.cubicleman.com > this is my signature, like it? > > > > -- > Flexcoders Mailing List > FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt > Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com > Yahoo! Groups Links > > > > > > > > > -- > Flexcoders Mailing List > FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt > Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com > Yahoo! Groups Links > > > > > > > > > -- > Flexcoders Mailing List > FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt > Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com > Yahoo! Groups Links > > > > > > > -- Douglas Knudsen http://www.cubicleman.com this is my signature, like it? ------------------------ Yahoo! Groups Sponsor --------------------~--> Get fast access to your favorite Yahoo! Groups. Make Yahoo! your home page http://us.click.yahoo.com/dpRU5A/wUILAA/yQLSAA/nhFolB/TM --------------------------------------------------------------------~-> -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/flexcoders/ <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/

