So the solution was to extend the Tree and add a function that
replicates the part of Tree::updateDropData() that sets the value of
rowNum.

The rowNum then is the index of the node on which the event occurs.

Thanks,

Ivo

--- In flexcoders@yahoogroups.com, "Ivo" <[EMAIL PROTECTED]> wrote:
>
> Does anyone have any experience with finding out over which node in a
> list/tree a NativeDragEvent occurs?
> 
> I have been using calculateDropIndex() but this only works on
DragEvents.
> 
> I've been testing with passing null to calculateDropIndex() and
> checking the dropTarget property with no luck.
> 
> Any clues as to the proper way to do this are greatly apprecited.
> 
> Thanks,
> 
> Ivo 
> 
> --- In flexcoders@yahoogroups.com, "Ivo" <cervantes_vive@> wrote:
> >
> > I want to evaluate over which node of a Tree a NativeDragEvent
> > occurred. The fn calculateDropIndex() tho only accepts DragEvents.
> > 
> > How do I go about getting this information?
> > 
> > Thanks,
> > 
> > - Ivo
> >
>


Reply via email to