[flexcoders] Re: Determining Drop Index in a List

2007-02-18 Thread Paul Whitelock
Axel,

Thank you very much for the tip on calculateDropIndex and the link to
the example. I'll take a look a look and give it a try.

Paul


--- In flexcoders@yahoogroups.com, jensen.axel [EMAIL PROTECTED] wrote:

 Paul, 
 
 I think I found a good source to look at for the answer, use a
 function called calculateDropIndex(event)
 
 I don't know enough about it yet, but here is a page to look at, just
 right-click to view the source, and copy and paste it into your own
 new flex project... 
 
 Hope you can dissect it and understand it and put it to use like i
 did... anyway... later if anything just do some research on
 calculateDropIndex
 
 
 Here is the link where the project and source is:
 
 http://thanksmister.com/dnddatagrid/index.html





[flexcoders] Re: Determining Drop Index in a List

2007-02-17 Thread jensen.axel
For pete's sake, 

i hope someone answers this. 

I need to determine in if the drop is before the selected index... and
if it is, (i'm using allowMultipleSelection) I need to determine the
length of the drag source, and add that number to the selectedIndex... 

Axel



[flexcoders] Re: Determining Drop Index in a List

2007-02-17 Thread jensen.axel
Paul, 

I think I found a good source to look at for the answer, use a
function called calculateDropIndex(event)

I don't know enough about it yet, but here is a page to look at, just
right-click to view the source, and copy and paste it into your own
new flex project... 

Hope you can dissect it and understand it and put it to use like i
did... anyway... later if anything just do some research on
calculateDropIndex


Here is the link where the project and source is:

http://thanksmister.com/dnddatagrid/index.html