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 dropData:Object = tree::ns._dropData;

-manohar


iilsley-2 wrote:
> 
> 
> 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 Tree's property _dropData declared as  'mx_internal' in Flex
>> 2.0.1 SDK will be upgraded to public in Flex 3 SDK release:
>> 
>>    http://www.mail-archive.com/flexcoders@yahoogroups.com/msg46023.html
>> 
>>   I am currently on Flex 2.0.1 SDK, can you check for me whether the
>> access to _dropData was upgraded to public in Flex 3 SDK?
>> 
>> -- 
>> --
>> Med venlig hilsen / Best regards
>> Andriy Panas
>> [EMAIL PROTECTED]
>> 
>> 
>> On 21/05/2008, Andriy Panas <[EMAIL PROTECTED]> wrote:
>> > 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 info ..
>> > > I may log a feature request for the Tree control to expose
>> > > more information about the dropTarget .
>> > >
>> >
>> >
>> > --
>> > --
>> > Med venlig hilsen / Best regards
>> > Andriy Panas
>> > [EMAIL PROTECTED]
>>
> 
> 
> 
> 

-- 
View this message in context: 
http://www.nabble.com/Tree---Drag-Drop---prevent-drop-into-folder-tp17304720p17656503.html
Sent from the FlexCoders mailing list archive at Nabble.com.

Reply via email to