Sort takes precedence over drag/drop.  You can copy a sorted list into an 
unsorted list then allow drag/drop

Alex Harui
Flex SDK Developer
Adobe Systems Inc.<http://www.adobe.com/>
Blog: http://blogs.adobe.com/aharui

From: [email protected] [mailto:[email protected]] On Behalf 
Of djhatrick
Sent: Wednesday, February 25, 2009 2:21 PM
To: [email protected]
Subject: [flexcoders] Going Bananas with Lists and drag and drop


Alex H,

I am having an issue with drag and drop in a list in air, I am trying
to drop an item into the same list to change it's order. What happens
is when my item actually drops in, it goes into the wrong place in the
list and then it duplicates that item. It's really weird, If I set
dragMoveEnabled=true then nothing happens at all, except i do see the
feedback as the drag starts.

I have sorts on my collection inside my modelProxy that helps for
getItemById methods etc. Could that be interfering maybe? I am not
sure if it's just a geometry issue or what, but I am using a nested
container inside of custom chrome. I am using the 3.2sdk.

Thanks,
Patrick

Reply via email to