Re: [flexcoders] Drag and Drop to Nowhere

2008-02-21 Thread Josh McDonald
I'm pretty sure the "x" icon image is set as a style on the dragproxy, so you should be able to get away with just assigning a custom style name and setting up your trashcan icon in your css. -J On Fri, Feb 22, 2008 at 7:11 AM, Jim Cook <[EMAIL PROTECTED]> wrote: > Can someone give me a pointe

[flexcoders] Drag and Drop to Nowhere

2008-02-21 Thread Jim Cook
Can someone give me a pointer on how to begin this? Imagine a shopping cart that contains images of items. I want to allow users to drag items out of the shopping cart and when they drop them, the items are removed. Detecting DRAG_COMPLETE and removing the items is not my problem. My problem is gi