This works for me (& # 176 ; is the little circle used for degrees
right):

<?xml version="1.0" encoding="utf-8"?>
<mx:Application xmlns:mx="http://www.adobe.com/2006/mxml";
layout="absolute" backgroundColor="#FFFFFF">
     <mx:ComboBox x="100" y="200" rowCount="7" prompt="Special Characters
Test">
         <mx:dataProvider>
             <mx:String>Character &#171;</mx:String>
             <mx:String>Character &#172;</mx:String>
             <mx:String>Character &#173;</mx:String>
             <mx:String>Character &#174;</mx:String>
             <mx:String>Character &#175;</mx:String>
             <mx:String>Character &#176;</mx:String>
         </mx:dataProvider>
     </mx:ComboBox>
</mx:Application>

Maybe if you post some code?  [;)]

--- In flexcoders@yahoogroups.com, "Tracy Spratt" <[EMAIL PROTECTED]> wrote:
>
> The special character numeric references work fine in Label and Text
and
> such, but are interpreted literally in a ComboBox's drop list.
>
> Any sugestions?
>
> Tracy
>

Reply via email to