[flexcoders] Re: Weird ComboBox behavior

2006-10-05 Thread Tim Hoff
Hi jlentz, Can't really tell if this will fix your problem; from the code provided. But, instead of having the first item in the dataProvider as blank, you could use the prompt property instead: mx:ComboBox x="354" y="267" maxHeight="200" rowCount="10" width="60" enabled="true" id="stateName"

[flexcoders] Re: Weird ComboBox behavior

2006-10-05 Thread jlentz2112
--- In flexcoders@yahoogroups.com, Tim Hoff [EMAIL PROTECTED] wrote: Thanks alot. That worked. I had to put spaces between the marks like: prompt= , or it ignored the prompt and just put my first data item up. With prompt and a space between, it works beautifully. Thanks again, jlentz Hi