[flexcoders] can I override the drag proxy behavior?

2006-06-26 Thread Tom Bray
When the dragDrop event occurs, I want the drag proxy to just disappear. It currently does a zoom effect (see the mouseUpHandler for the DragProxy class defined in DragManager.as). Is there a straightforward way to do this? Thanks,Tom __._,_.___ -- Flexcoders Mailing List FAQ:

Re: [flexcoders] can I override the drag proxy behavior?

2006-06-26 Thread Jeremy Lu
Guess not, I used to extends it and did a totall rewrite ( also adding dissolve effect).Jeremy.On 6/27/06, Tom Bray [EMAIL PROTECTED] wrote: When the dragDrop event occurs, I want the drag proxy to just disappear. It currently does a zoom effect (see the