By the time you get the 'change' event, the selectedIndex has already changed. You'll have to store the previous selectedIndex somewhere.
- Gordon ________________________________ From: [email protected] [mailto:[EMAIL PROTECTED] On Behalf Of Simon Janssens Sent: Wednesday, December 06, 2006 9:42 PM To: [email protected] Subject: [flexcoders] Items in a list Howdy, If I am using a list to display information and I have an item selected. If I then select another item (fires change event) is there a way to work out the index of the previously selected item?? I've looked through the event and couldn't see anything. Cheers, Simon

