[flexcoders] Showing icons in ComboBox dropdowns

2007-11-26 Thread Dave Glasser
I need to show icons next to the items in a ComboBox dropdown. Unlike the List class, the ComboBox has no iconFunction property, and its default item renderer class, ListItemRender, has a *protected* icon property. I tried accessing the ComboBox's dropdown property directly, but that

RE: [flexcoders] Showing icons in ComboBox dropdowns

2007-11-26 Thread Alex Harui
To: flexcoders@yahoogroups.com Subject: [flexcoders] Showing icons in ComboBox dropdowns I need to show icons next to the items in a ComboBox dropdown. Unlike the List class, the ComboBox has no iconFunction property, and its default item renderer class, ListItemRender, has a *protected* icon property

RE: [flexcoders] Showing icons in ComboBox dropdowns

2007-11-26 Thread Dave Glasser
PROTECTED] On Behalf Of Dave Glasser Sent: Monday, November 26, 2007 11:47 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Showing icons in ComboBox dropdowns I need to show icons next to the items in a ComboBox dropdown. Unlike the List class, the ComboBox has no iconFunction