ComboBox doesn't have an itemEditor.  If you want to change the text display 
widget, you have to subclass.

You can attempt to mix itemRenderers by providing a custom subclass of List as 
the dropdown and overriding its createItemRenderer method

From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of 
florian.salihovic
Sent: Tuesday, November 04, 2008 2:14 AM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] Different Itemrenderer in ComoBox


Is it possible to set an itemrenderer and itemeditor in a ComboBox depending on 
the type of
object which is displayed?

Or do is have to use one renderer for all items and determine in the renderer 
itself how it
should be displayed -> same goes for the itemeditor.

Best regards

Reply via email to