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

