Hey all, It looks like my original plan to detect a user trying to change the 
List selection, and then stopping them from doing so isn't possible from what I 
can see. 

( The most hopeful sign that this is possible is the itemFocusOut event, but I 
can't use this, anyway, due to the editable value of my renderer 
(editable=false))

So my next best attempt to accomplish what I'm trying to do, is to get the last 
item that was just selected (the selectedIndex) before the user changed it.  

Is there anyway to do this without having to subclass the List ?

Thanks,
Steve

Reply via email to