Set Focus for any control in Adobe AIR/ FLEX

By | March 4, 2011

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.

Leave a Reply

Your email address will not be published. Required fields are marked *