RE: [flexcoders] Drag And Drop Tree

2009-01-20 Thread Alex Harui
To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] Drag And Drop Tree It can be moved around but cannot be dropped into a folder (branch) unless the folder is open. I was adding those handlers, so that i can drop item/items inside a closed node... And it works for branches but not for leaf nodes

Re: [flexcoders] Drag And Drop Tree

2009-01-19 Thread claudiu ursica
: [flexcoders] Drag And Drop Tree Setting breakpoints in drag/drop generally doesn’t work because you tend to release the mouse in order to dig through the debugging info and when you resume the drag is cancelled. Remove the custom drag event handlers and try with simple data and see if it works. We

Re: [flexcoders] Drag And Drop Tree

2009-01-19 Thread Sefi Ninio
...@adobe.com *To:* flexcoders@yahoogroups.com flexcoders@yahoogroups.com *Sent:* Monday, January 19, 2009 7:47:53 AM *Subject:* RE: [flexcoders] Drag And Drop Tree Setting breakpoints in drag/drop generally doesn't work because you tend to release the mouse in order to dig through

Re: [flexcoders] Drag And Drop Tree

2009-01-19 Thread claudiu ursica
: [flexcoders] Drag And Drop Tree Are you using a custom event? And if so, did you implement the clone method? 2009/1/19 claudiu ursica the_braniak@ yahoo.com Hi Alex, I can move simple leafs from the root under a folder with no custom handlers, if the folder is open. However the thing is that I

RE: [flexcoders] Drag And Drop Tree

2009-01-19 Thread Alex Harui
...@yahoogroups.com] On Behalf Of claudiu ursica Sent: Monday, January 19, 2009 12:30 AM To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] Drag And Drop Tree Hi Alex, I can move simple leafs from the root under a folder with no custom handlers, if the folder is open. However the thing is that I

Re: [flexcoders] Drag And Drop Tree

2009-01-19 Thread claudiu ursica
Harui aha...@adobe.com To: flexcoders@yahoogroups.com flexcoders@yahoogroups.com Sent: Monday, January 19, 2009 11:01:07 PM Subject: RE: [flexcoders] Drag And Drop Tree If I remove your handlers, I can move Sent just fine. In your handler the following line is suspicious: var xml : XML = new

[flexcoders] Drag And Drop Tree

2009-01-18 Thread Claudiu Ursica
Hi I'm trying to implement the drag and drop functionality inside a tree, dragging and dropping inside the same tree. However It seems that I cannot drag and drop leaf nodes... When I handle enterDrag event the item seems to be appearing only at debug time and gets lost after that... here is the

RE: [flexcoders] Drag And Drop Tree

2009-01-18 Thread Alex Harui
...@yahoogroups.com] On Behalf Of Claudiu Ursica Sent: Sunday, January 18, 2009 9:59 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Drag And Drop Tree Hi I'm trying to implement the drag and drop functionality inside a tree, dragging and dropping inside the same tree. However It seems that I cannot

[flexcoders] Drag N' Drop Tree Issues

2007-01-10 Thread Jeremy Rottman
I am working with a tree component that is being used to display test documents that are in various folders on my server. What I am trying to work out is moving one document from one node to another node. When the drag is complete it sends data to my cfc that then moves the document on the server