[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

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 _dropData could be accessed as - var ns:Namespace = mx_internal; var dropData:Object = tree::ns._drop

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 bu

[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

[flexcoders] Tree, drag+drop, and XML

2007-03-13 Thread Douglas Knudsen
I have a Tree, and a dream it seems. The Tree's dataProvider is XML based. The Tree looks lovely and bares leaves. I set dragEnabled = true. On another object in my app I am capturing the dragEnter event with this mehtod privatefunction doDragEnter(event : DragEvent) : void {

Re: [flexcoders] Tree drag & drop

2006-12-07 Thread hank williams
> > Von: flexcoders@yahoogroups.com > [mailto:[EMAIL PROTECTED] Im Auftrag von hank williams > Gesendet: Mittwoch, 06. Dezember 2006 21:55 > An: flexcoders@yahoogroups.com > Betreff: [flexcoders] Tree drag & drop > > > > with

AW: [flexcoders] Tree drag & drop

2006-12-07 Thread Essl, Markus
oups.com [mailto:[EMAIL PROTECTED] 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

[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 another

[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.       dataProvider="{fundList}"    labelField="fundShortName"    dragEnabled="t

[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? I’d need to know its parent (if it’s not on the rootnode), and the position where it’s dropped inside that parent.   Or is there an easier way to find the p

[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 from