RE: [flexcoders] Tree-to-tree drag drop

2006-08-11 Thread John Mazzocchi
Title: Re: [flexcoders] Tree-to-tree drag & drop Thanks, in the meantime I've written some drag-n-drop functions (not that they work completely yet ;) John -Original Message-From: Joan Tan [mailto:[EMAIL PROTECTED]Sent: Friday, 11 August 2006 6:55 AMTo: flexco

Re: [flexcoders] Tree-to-tree drag drop

2006-08-11 Thread Arul
From Flex2_devguide.pf Notice that the built-in drag-and-drop functionality of the Tree control lets you move items. However, if you want to copy items, you must implement your own event listeners for the dragDrop and dragComplete events. For more information on these events, see Drag-and-drop