PDA

View Full Version : [AS2] Combo Box problem


bhuvan
03-02-2009, 06:53 AM
I have a comboBox component. It has its elements alphabetically sorted.Is it possible to make default selected element other than the first elemnent?

scott_euser
03-02-2009, 07:01 AM
I have a combobox in what I use where I want to recall the last choice of the user: what I did was do a .push and pushed the users previous choice into the first spot of the dataarray filling the combobox. You can see both dataarray and .push in the flash help

is that what you need?