Hi,

I'm hoping someone can explain a weird ComboBox effect I'm seeing. 
I'm trying to have the ComboBox drop down with the 50 states, but I
want it to initially be blank.  I've defined the ComboBox as:
        <mx:ComboBox x="354" y="267" maxHeight="200" rowCount="10" width="60"
enabled="true" id="stateName"
dataProvider="{patientDataScreenData.lastResult.stateLabels.String}"></mx:ComboBox>

The dataProvider is <stateLabels>
                       <mx:String label="" data="0"/>
                       <mx:String label="AL" data="1"/>
                        .....
                       <mx:String label="WY" data="50"/>
                    </stateLabels>

What's happening is that when I scroll the combobox, I get some of the
states blanked out.  If I use "ZZ" instead of "" for the first item,
it works fine.  If I use a space " ", it prints a 0 in the combobox,
but the scrolling works fine.  Only a "" causes blanks to overwrite
some of my dropdown list.  It looks like it is blanking the first
state that is "off" the dropdown list area.  Any thoughts on what is
causing it or how to fix it?

Thanks,
jlentz





--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com 
Yahoo! Groups Links

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

<*> Your email settings:
    Individual Email | Traditional

<*> To change settings online go to:
    http://groups.yahoo.com/group/flexcoders/join
    (Yahoo! ID required)

<*> To change settings via email:
    mailto:[EMAIL PROTECTED] 
    mailto:[EMAIL PROTECTED]

<*> 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