RE: [flexcoders] Items Invisible in ComboBox

2006-08-29 Thread Jason Szeto
Subject: RE: [flexcoders] Items Invisible in ComboBox I experienced this too at one point and it was because one of the items was null Remove it and back to normal. Dimitrios Gianninas RIA Developer Optimal Payments Inc. From: [EMAIL PROTECTED]ups.com [mailto:flexcoders

Re: [flexcoders] Items Invisible in ComboBox

2006-08-25 Thread Carlos Rovira
It looks like and old bud in flash v2 components, but I never get it in flex 2...On 8/24/06, stevehousefl [EMAIL PROTECTED] wrote: I have a very standard combobox control: mx:ComboBox id=cbStatus dataProvider={statusesWithAll} labelField=sStatus

Re: [flexcoders] Items Invisible in ComboBox

2006-08-25 Thread Nate Hardt
I've seen this exact same behavior in a ComboBox that is in a DataGrid. I didn't have to time to fully explore the issue so I just set the rowCount property to more items than I had in the ComboBox. The problem didn't happen for me without scrolling in the ComboBox. Nate On Aug 24, 2006,

RE: [flexcoders] Items Invisible in ComboBox

2006-08-25 Thread Dimitrios Gianninas
August 24, 2006 2:34 PMTo: flexcoders@yahoogroups.comSubject: [flexcoders] Items Invisible in ComboBox I have a very standard combobox control:mx:ComboBox id="cbStatus" dataProvider="{statusesWithAll}"labelField="sStatus" change="filterChange()"/mx:Co

[flexcoders] Items Invisible in ComboBox

2006-08-24 Thread stevehousefl
I have a very standard combobox control: mx:ComboBox id=cbStatus dataProvider={statusesWithAll} labelField=sStatus change=filterChange()/mx:ComboBox When I click on it and it opens, some items are invisible. The space for them is there, but the text is missing. If I select an invisible item,