--- In [email protected], "sufibaba" <[EMAIL PROTECTED]> wrote: > > Hi Adobe Engineers, > > I am working quite a lot with the tree control. The problem I am > having is that when a node is draged from a tree to another tree, the > dropped on tree doesn't allow dropping on its first node (all other > nodes after the first node works fine). > > Another bug is that dragging from a tree to a datagrid doesn't work. > > The App I am working on depends heavily on drag and drop of tree to > tree. Is there a work around for the tree to tree first node drop > problem. > > Help is Greatly Appreciated. > > Tim :) >
Hi Tim, By default the Tree only supports MOVE DND operations between Tree controls. To drop to a grid you'll want to implement your own DND methods. Dropping to the first item sounds like a bug. Are there items in it already? Does the control RTE? or does the item just disappear? Is the item removed from the drag initiator? Thanks, -Michael ------------------------ Yahoo! Groups Sponsor --------------------~--> Yahoo! Groups gets a make over. See the new email design. http://us.click.yahoo.com/XISQkA/lOaOAA/yQLSAA/nhFolB/TM --------------------------------------------------------------------~-> -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/flexcoders/ <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/

