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

2008-05-22 Thread iilsley
It does not appear to be 'exposed' in Flex 3 sdk - released build. --- In flexcoders@yahoogroups.com, Andriy Panas [EMAIL PROTECTED] wrote: FYI, iilsley, back in November 2006, Adobe Flex SDK Engineer Deepa Subramaniam had made a promise on Flexcoders mailing list that the access to

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

2008-05-21 Thread Andriy Panas
FYI, iilsley, back in November 2006, Adobe Flex SDK Engineer Deepa Subramaniam had made a promise on Flexcoders mailing list that the access to Tree's property _dropData declared as 'mx_internal' in Flex 2.0.1 SDK will be upgraded to public in Flex 3 SDK release:

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

2008-05-20 Thread Andriy Panas
Hi there, I consider the task of preventing drag and drop operations on certain tree nodes when using Tree component shipped with Flex 2 SDK to be not trivial at all. The internal code of Tree component is complex and not very well documented inside the code. I would recommend you as as

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

2008-05-20 Thread iilsley
Thanks for the info .. I may log a feature request for the Tree control to expose more information about the dropTarget . --- In flexcoders@yahoogroups.com, Andriy Panas [EMAIL PROTECTED] wrote: Hi there, I consider the task of preventing drag and drop operations on certain tree nodes

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

2008-05-20 Thread Andriy Panas
Good idea iilsley with demanding more cleaner API for the Tree component to expose the dropTarget during drag and drop operations. I've started today a new thread on Flexcoders, you may be interested to read it too: http://tech.groups.yahoo.com/group/flexcoders/message/113475 Thanks for the

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

2008-05-19 Thread iilsley
Thanks for the response .. anywhere in an open folder .. I'm trying to prevent being able to 'drop' a folder in another folder . ( so a single level tree ).. top item1 middle item2 I want to prevent middle being dropped into top . I thought it would be as simple as if (