Hello,
I have a widget with three combo boxes. i need to keep a specific value as a default value.
i added the following two line of code in fillComboBoxGovs() function
i attached the code of the widget. its should be a little update but i'm new in flex and stuck with this.
Thank you
I have a widget with three combo boxes. i need to keep a specific value as a default value.
i added the following two line of code in fillComboBoxGovs() function
Code:
cbGovName.selectedIndex=1;
fillComboBoxDist();
Thank you