[flexcoders] DragDrop event propagation

2010-01-18 Thread txakin
Hi all, I have a tree component with an xml file as dataprovider. I would like to move node from one parent to other one, previously an alert message. 1.- I drag a node 2.- Before drop this node in new parent node, i want to display an alert message. 3.- If the user click YES, i want to move

Re: [flexcoders] DragDrop event propagation

2010-01-18 Thread Alex Harui
I don’t think there is a way to refuse the drop when the dragDrop event occurs. And especially if you want to pause for input. On 1/18/10 4:19 AM, txakin txa...@yahoo.com wrote: Hi all, I have a tree component with an xml file as dataprovider. I would like to move node from one parent