[flexcoders] Tree drag-drop function

2012-01-19 Thread steveroger_flex
hello all, there is one single tree component in my application. XML is dataprovider of that tree. e.g node name=Cars id=1 isparent=true node name=Audi id=2 isparent=true node name=A4 id=3 isparent=false/ node name=A6 id=4 isparent=false/ /node node name=Mercedes id=5 isparent=true node

Re: [flexcoders] Tree - Drag Drop - prevent drop into folder

2008-09-10 Thread juan.mendez
Manohar,, thank you for your insights.. i tried it but didn't work for me.. so i used this one and it worked. http://life.neophi.com/danielr/2007/05/mx_internal.html what Manohar is trying to imply here is use _dropData. i am currently working on a project where i have to detect the parent where

Re: [flexcoders] Tree - Drag Drop - prevent drop into folder

2008-06-04 Thread manohar.dudda
fyi if you are looking for more information on dropTarget (in other words, the mx_internal variable _dropData), you could access it using namespace 'mx_internal'. for e.g., say I have a tree mx:Tree id=tree ..blah.. / _dropData could be accessed as - var ns:Namespace = mx_internal; var

[flexcoders] Tree - Drag Drop - prevent drop into folder

2008-05-18 Thread iilsley
I'm trying to prevent the 'drop' of a 'dragged' folder into an open folder but having no luck . I've looked @ the 'Spring Loaded Folders' http://www.flexibleexperiments.com/Flex/SpringLoadedFolders2/Sample.html which is almost there , but it still allows the drop if you position the source at

RE: [flexcoders] Tree - Drag Drop - prevent drop into folder

2008-05-18 Thread Alex Harui
@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of iilsley Sent: Sunday, May 18, 2008 9:20 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Tree - Drag Drop - prevent drop into folder I'm trying to prevent the 'drop' of a 'dragged' folder into an open folder but having no luck . I've

AW: [flexcoders] Tree drag drop

2006-12-07 Thread Essl, Markus
] Im Auftrag von hank williams Gesendet: Mittwoch, 06. Dezember 2006 21:55 An: flexcoders@yahoogroups.com Betreff: [flexcoders] Tree drag drop with dragEnabled, dropEnabled, dragMoveEnabled all set to true I am able to drag an Item from one

Re: [flexcoders] Tree drag drop

2006-12-07 Thread hank williams
. Dezember 2006 21:55 An: flexcoders@yahoogroups.com Betreff: [flexcoders] Tree drag drop with dragEnabled, dropEnabled, dragMoveEnabled all set to true I am able to drag an Item from one place in a tree to another. The only problem is that I dont seem

[flexcoders] Tree drag drop

2006-12-06 Thread hank williams
with dragEnabled, dropEnabled, dragMoveEnabled all set to true I am able to drag an Item from one place in a tree to another. The only problem is that I dont seem to be able to promote or demote an item. meaning I can drag an item to a sibling position of another item, but not to a child of

[flexcoders] tree drag drop

2006-08-06 Thread Lisa Nelson
I think this should be a simple thing to do, but I haven't been able to figure out the answer. I have a really simple tree with an array collection as a data provider. mx:Tree id="fundTree" dataProvider="{fundList}" labelField="fundShortName" dragEnabled="true"

[flexcoders] Tree drag drop: how to get node where item is dropped

2006-07-14 Thread Jonas Windey
Hi, I have a tree with drag drop enabled. Now what is the best way to find out where the current selected item is dropped? Id need to know its parent (if its not on the rootnode), and the position where its dropped inside that parent. Or is there an easier way to find the

[flexcoders] Tree Drag Drop Blues ... Bug Report

2006-07-13 Thread sufibaba
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