RE: [flexcoders] Drag and drop for list items

2007-08-27 Thread Alex Harui
Maybe by making everything else a valid droptarget?  Or do you want the
"no-drop" feedback during mousemove?



From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of flashcrow2000
Sent: Monday, August 27, 2007 6:21 AM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] Drag and drop for list items



Hi all,

I have a problem (obviously). It's a bit hard to explain, but I'll do
my best.

So...I have a list item, and whenever I drag and drop one entry
outside of the list, I want it to display the same animation as when
I'm dropping the entry on the list ( or any other mxml element which
support dropEnabled). 

For example. If you drag and drop one item from one list, to another,
the dragged item will zoom out under your mouse. If you drag and drop
the item outside a drop enabled element, it will zoom out and slide
back to it's original position on it's parent list.

Is there a way to tell the list to always just zoom out the dragged
element, regardless of the drop target? (I really hope I managed to
make myself understood).

Thanks guys,
Cosmin



 


[flexcoders] Drag and drop for list items

2007-08-27 Thread flashcrow2000
Hi all,

I have a problem (obviously). It's a bit hard to explain, but I'll do
my best.

So...I have a list item, and whenever I drag and drop one entry
outside of the list, I want it to display the same animation as when
I'm dropping the entry on the list ( or any other mxml element which
support dropEnabled). 

For example. If you drag and drop one item from one list, to another,
the dragged item will zoom out under your mouse. If you drag and drop
the item outside a drop enabled element, it will zoom out and slide
back to it's original position on it's parent list.

Is there a way to tell the list to always just zoom out the dragged
element, regardless of the drop target? (I really hope I managed to
make myself understood).

Thanks guys,
Cosmin