My bad. Use showFeedback() to switch to copy mode.
________________________________ From: [email protected] [mailto:[EMAIL PROTECTED] On Behalf Of bjorn Sent: Tuesday, June 10, 2008 6:55 AM To: [email protected] Subject: Re: [flexcoders] dragMoveEnabled: sometimes move/sometimes copy? Hmm, I tried this - but I don't see that fixing anything since I don't specify COPY anywhere .. private function onImageDragOver( event:DragEvent ):void { trace("onImageDragOver..."); event.preventDefault(); DragManager.acceptDragDrop(this.imageTileList); } 2008/6/4 Alex Harui <[EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]> >: Get dragOver events, call preventDefault() on the event, call DragManager.acceptDragDrop with the right information ________________________________ From: [email protected] <mailto:[email protected]> [mailto:[email protected] <mailto:[email protected]> ] On Behalf Of bjorn Sent: Wednesday, June 04, 2008 5:54 AM To: [email protected] <mailto:[email protected]> Subject: [flexcoders] dragMoveEnabled: sometimes move/sometimes copy? I have a TileList which contains draggable elements and has dragMoveEnabled. This works fine, however, I have one problem. The thing is that I need to be able to remove them from the drag source in some cases and not remove them in some cases, based on the drop target (and not user keyboard interaction). How do I accomplish this behaviour? -- ======================== http://www.juicability.com <http://www.juicability.com/> - flex blog http://www.43min.com <http://www.43min.com/> - funny movies -- ======================== http://www.juicability.com <http://www.juicability.com> - flex blog http://www.43min.com <http://www.43min.com> - funny movies

