This should be possible by using a cell renderer for the items inside the ComboBox. Simply choose mx.controls.Label as the base class for the cell renderer and set the enabled property to false on all items you want to grey out.
Dirk. > -----Original Message----- > From: Tom Fitzpatrick [mailto:[EMAIL PROTECTED] > Sent: Wednesday, March 16, 2005 4:30 PM > To: [email protected] > Subject: [flexcoders] Combobox unavailable items > > > > In a comboBox using a string array for a dataprovider, is > there a way to > display some of the items but have them unavailable for > selection - and, > even better, ghosted out or otherwise changed graphically to > indicate this? > This is for a prototype where we want to show some comboBox > choices that > aren't available now but will be in the future. > > > > > > > > Yahoo! Groups Links > > > > > > > >

