[flexcoders] ComboBox Question

2008-06-10 Thread Nate Pearson
I have a combo box that has a data provider The data looks like this. myEntityArray: entityName entityID My combobox looks like this: mx:ComboBox dataProvider={myEntityArray} labelField=entityName/ When this data loads I want to set the selected combobox value to an entityID. I.E. I'll want

[flexcoders] Combobox Question

2008-04-21 Thread Parkash
Hello Friends I am using a flex combobox with following items Group Client --- Account i want to add seprator in the combox can u tell me how to do this i dont want to change componenet from combobox to any other. if any one can tell me how to make combo item uneditable..

RE: [flexcoders] Combobox Question

2008-04-21 Thread Alex Harui
@yahoogroups.com Subject: [flexcoders] Combobox Question Hello Friends I am using a flex combobox with following items Group Client --- Account i want to add seprator in the combox can u tell me how to do this i dont want to change componenet from combobox

[flexcoders] ComboBox question...

2008-02-22 Thread [p e r c e p t i c o n]
Hi Experts, I'm trying to do 2 things...one...i'd like theinitial item of my combobox to be empty...meaning not one of the selectable items, and secondly if this is not possible...i'd like to be able to handle a click on an already selected item...it seems that if it's the first one in the list

RE: [flexcoders] ComboBox question...

2008-02-22 Thread Tracy Spratt
To: flexcoders@yahoogroups.com Subject: [flexcoders] ComboBox question... Hi Experts, I'm trying to do 2 things...one...i'd like theinitial item of my combobox to be empty...meaning not one of the selectable items, and secondly if this is not possible...i'd like to be able to handle a click on an already

Re: [flexcoders] ComboBox question...

2008-02-22 Thread Jehanzeb Musani
Hello, Set the selectedIndex to -1 and prompt property to the text you want display when no item is selected, for example Select Hope this helps. Regards, Jehanzeb --- [p e r c e p t i c o n] [EMAIL PROTECTED] wrote: Hi Experts, I'm trying to do 2 things...one...i'd like theinitial

Re: [flexcoders] ComboBox question...

2008-02-22 Thread [p e r c e p t i c o n]
PROTECTED] *On Behalf Of *[p e r c e p t i c o n] *Sent:* Friday, February 22, 2008 2:17 PM *To:* flexcoders@yahoogroups.com *Subject:* [flexcoders] ComboBox question... Hi Experts, I'm trying to do 2 things...one...i'd like theinitial item of my combobox to be empty...meaning not one

[flexcoders] combobox question

2007-09-26 Thread djdyland
Is there a way to remove the scrolling on a drop down from a combo box.. so instead of scrolling it displays all the elements in a long list? Thanks Dylan