[flexcoders] Cancel Drag/Drop Operation

2007-01-02 Thread tnirenstein
Is there a way to cleanly cancel a drag/drop operation. I want to cancel it by hitting the escape key. I can capture the Escape key being hit during the drag/drop I don't know how to make the Image proxy go away and return to it's source. Thanks in advance!

[flexcoders] Turning Off Canvas Redraw

2007-01-02 Thread tnirenstein
I have a couple Image controls in a Canvas that I dynamically load with different images throughout the life of my application. When I need to change more than one of the images, one shows up and then the next and then the next. They happen quickly but not simultaneously. Is there a way to

[flexcoders] Re: Canceling Drag Drop

2006-12-13 Thread tnirenstein
will except the drop dp.mouseUpHandler(new MouseEvent()) // drop, fill mouse event with any data because the only properties that will be checked are the ctrl/all/shift down properties. - Dan On 12/12/06, tnirenstein [EMAIL PROTECTED] wrote: In my code, I want to be able to cancel