How to make a specific index in a combobox not selectable but visible?

<mx:ComboBox id="typeCombo" change="validateType(event);">
  <mx:dataProvider>
   <mx:Array>
        <mx:String>Aucun</mx:String>                            
        <mx:String>Serpentin �lectrique</mx:String>
        <mx:String>Serpentin � eau chaude</mx:String>
        <mx:String>Pompe � chaleur sur boucle d'eau</mx:String>
        <mx:String>A�rotherme</mx:String>
        <mx:String>Unit� de fen�tre/murale</mx:String>
        <mx:String>Ventilo-convecteur</mx:String>
   </mx:Array>
  </mx:dataProvider>
</mx:ComboBox>

Thanks




 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/flexcoders/

<*> To unsubscribe from this group, send an email to:
    [EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/
 


Reply via email to