I think you want to get at all of the dragging events (dragEnter, dragOver) and call preventDefault() and call DragManager.showFeedback(DragManager.NONE); so it doesn't even allow the drop.
________________________________ From: [email protected] [mailto:[EMAIL PROTECTED] On Behalf Of David Ham Sent: Thursday, September 27, 2007 9:15 AM To: [email protected] Subject: [flexcoders] Disabling the caret on List drag operations? I have a List that needs to allow users to drag items into and out of it, but prevent them from dragging and dropping within the list, like if they wanted to reorder it. I can prevent the internal dragging and dropping by calling preventDefault() on the drag event, but the list still shows the caret where the user dropped the item, and it stays there even after the drop. Is there any way to disable this? It won't let me set showCaret=false, even though it's listed as a property of ListBase. Any help will be greatly appreciated, thanks, OK DAH

