PDA

View Full Version : ComboBox Question


LostInRecursion
03-01-2006, 03:25 PM
Does anyone know if it is possible to associate a MovieClip with each item in the ComboBox? Meaning a small thumbnail would show next to the item?

Kind of like the icon option in a Button, but different for each item in the list.

Any help is appreciated.

Thanks
-LIR

LostInRecursion
03-01-2006, 03:47 PM
Found it:

http://www.actkid.com/2006/01/26/imagesicon-in-combobox/

Good luck with it. It's a little code heavy and not the best practice.

But, essentially it says we can use a CellRenderer in a ComboBox

-LIR