You might be able to redispatch the event to another object.  Not sure
it will work though.

 

________________________________

From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of toofah_gm
Sent: Thursday, March 06, 2008 7:35 AM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] DragEvent propagation

 

I have two objects on a canvas...both of which are Drag listeners and
can accept various Drops. These objects overlap one another.

If I drag an object over the two objects, only the one at the top of
the Z-order, (TextArea), gets the Drag events. It is blocking the
object underneath from getting these events, even though the object
underneath is viewable through it. If the TextArea on top does not
accept the Drop, can I have the DragEvent somehow propogated down to
the object underneath it so that it also has a chance to accept the
drop?

Thanks!

 

Reply via email to