It needs to be subclassed.  I've been playing around with examples that work
and have incorporated them with my tree, and they still work.  So the
culprit is still to be found...

On Fri, Aug 15, 2008 at 4:49 PM, Tracy Spratt <[EMAIL PROTECTED]> wrote:

>    You understand that you do not need to extend Tree just to do this?
> You can simply implement your own handlers, and call event.preventDefault.
> Subclassing has its own set of headaches, so don't do it if you don't need
> to.
>
>
>
> If you need to subclass for other purposes, ok.
>
> Tracy
>
>
>  ------------------------------
>
> *From:* flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] *On
> Behalf Of *Ryan Gravener
> *Sent:* Friday, August 15, 2008 3:39 PM
> *To:* flexcoders@yahoogroups.com
> *Subject:* [flexcoders] Drag/Move inside self
>
>
>
> I have extended Tree and overridden the methods:
>
> dragOverHandler and dragDropHandler.
>
> For the mxml I set the drag/drop booleans:
>
> dragEnabled="true"
> dropEnabled="true"
> dragMoveEnabled="true"
>
> When I drag and move within my Tree, the item I have selected and started
> dragging drags, but the dropFeedback which should show for DragManager.MOVE
> does not show.  Now when I drag this item into a different instance of this
> tree, the feedback shows.
>
> Thanks,
> Ryan Gravener
> http://ryangravener.com/flex
>
>  
>



-- 
Ryan Gravener
http://twitter.com/ryangravener

Reply via email to