calculateDropIndex?
________________________________ From: [email protected] [mailto:[EMAIL PROTECTED] On Behalf Of flashcrow2000 Sent: Monday, September 17, 2007 5:56 AM To: [email protected] Subject: [flexcoders] drag and drop an image object, over a list object Hello all, I have the following problem: I need to be able to drag an Image object over a list, and make some operations based on the specific row i'm dropping that picture on. The list contains names of different people, and each picture I drag over one name becomes assigned to that person. I have the drag and drop capability all worked out (i'm using the DragManager of course, and the List object accepts the drop) but I can't seem to be able to actually find out on what row the user dropped the picture. Any ideas? (I'm sure it's simple, but I just don't see it yet) Thanks, Cosmin

