Hi, I am writing an application where I add, remove and modify random items of an FXIconList quite frequently. The only possible way i know to remove an item is through the index number. Unfortunately, whenever I add/modify + sort the list, the index changes; and I have to do a linear search to find the item I want to remove, which is painfully slow. Does anyone know a better way to do this? I use fxruby 1.0. martinus