Here I will show how to set focus for a textInput in Adobe AIR/FLEX.
Look at the following code……..
txt_field.setFocus();
Here “txt_field” is the textInput.
Here I will show how to set focus for a textInput in Adobe AIR/FLEX.
Look at the following code……..
txt_field.setFocus();
Here “txt_field” is the textInput.