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 ( dragsource is branch and drop target is branch )
reject drop
 

I'll take a look at Tree.as - 

thanks again


--- In [email protected], "Alex Harui" <[EMAIL PROTECTED]> wrote:
>
> Anywhere in an open folder (like its children) or just the open folder
> row?
>  
> If you look at the Tree source you can see how to get parents of things
> that are visible, and you might be able to use that to call
> preventDefault on the drag event.
> 


Reply via email to