We saw this bug awhile back in the list... Make the name of the first item " " instead of "" and the problem goes away.
 
Shan


From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Luis Eduardo
Sent: Tuesday, November 07, 2006 12:49 PM
To: flexcoders@yahoogroups.com
Subject: [Junk E-Mail - LOW] [flexcoders] minor bug at combobox



hi,

if you execute this sample app, you will find strange gaps inside the
dropdwon list of the combobox as you move the scrollbar.
i really dont know why this but i think that is a bug.

<?xml version="1.0"?>
<mx:Application xmlns:mx="http://www.adobe.com/2006/mxml"
width="100%" height="100%">

<mx:XMLList id="lista">
<entry Id="0" Name=""/>
<entry Id="1" Name="name01"/>
<entry Id="2" Name="name02"/>
<entry Id="3" Name="name03"/>
<entry Id="4" Name="name04"/>
<entry Id="5" Name="name05"/>
<entry Id="6" Name="name06"/>
<entry Id="7" Name="name07"/>
<entry Id="8" Name="name08"/>
<entry Id="9" Name="name09"/>
<entry Id="10" Name="name10"/>
<entry Id="11" Name="name11"/>
<entry Id="12" Name="name12"/>
<entry Id="13" Name="name13"/>
<entry Id="14" Name="name14"/>
<entry Id="15" Name="name15"/>
<entry Id="16" Name="name16"/>
</mx:XMLList>

<mx:Panel width="100%" height="100%">
<mx:VBox width="100%" height="100%" verticalAlign="middle"
horizontalAlign="center">
<mx:ComboBox dataProvider="{lista}" rowCount="5"
labelField="@Name"/>
</mx:VBox>
</mx:Panel>
</mx:Application>

i said this is minor because the workaround is quite simple. Just trade
the empty Name="" at the first row for a space like Name=" " and all
goes rigth.
well... i know this is simple but i feel on the duty to report ;)

[]'s,

Luís Eduardo


_______________________________________________________
Novidade no Yahoo! Mail: receba alertas de novas mensagens no seu celular. Registre seu aparelho agora!
http://br.mobile.yahoo.com/mailalertas/



--
No virus found in this incoming message.
Checked by AVG Free Edition.
Version: 7.5.430 / Virus Database: 268.13.30/521 - Release Date: 11/7/2006 3:30 AM

__._,_.___

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





SPONSORED LINKS
Software development tool Software development Software development services
Home design software Software development company

Your email settings: Individual Email|Traditional
Change settings via the Web (Yahoo! ID required)
Change settings via email: Switch delivery to Daily Digest | Switch to Fully Featured
Visit Your Group | Yahoo! Groups Terms of Use | Unsubscribe

__,_._,___

--
No virus found in this outgoing message.
Checked by AVG Free Edition.
Version: 7.5.430 / Virus Database: 268.13.30/521 - Release Date: 11/7/2006 3:30 AM

Reply via email to