pragathikanth
04-04-2003, 10:17 AM
Hi All,
I have a problem here with changing the focus from the combobox to a text feild.
Problem:
I have a FcombBox component with 10 items, and a text feild below the comboBox which get teh selected Item from the combBox. All I want to do is change the focus to the text feild after an item is selected.
//code: --------------------------------
function setFocus(){
mytext.text = _root.list.getSelectedItem().label;
Selection.setFocus("myText");
};
// end of code--------------------------------------
When I do this, the focus does change to the textfeild but it leaves the comboBox open. it Does not goback to the closed state. How do I make the combobox close and then set teh focus to the textFeild.
Please help!!
I have a problem here with changing the focus from the combobox to a text feild.
Problem:
I have a FcombBox component with 10 items, and a text feild below the comboBox which get teh selected Item from the combBox. All I want to do is change the focus to the text feild after an item is selected.
//code: --------------------------------
function setFocus(){
mytext.text = _root.list.getSelectedItem().label;
Selection.setFocus("myText");
};
// end of code--------------------------------------
When I do this, the focus does change to the textfeild but it leaves the comboBox open. it Does not goback to the closed state. How do I make the combobox close and then set teh focus to the textFeild.
Please help!!