How to set focus and insert caret in an empty text field in AS3

Posted by jash on Stack Overflow See other posts from Stack Overflow or by jash
Published on 2010-03-22T07:30:56Z Indexed on 2010/03/22 7:31 UTC
Read the original article Hit count: 295

Filed under:
|
|
|

stage.focus = textField textField.setSelection(0,0)

is not working for me.

© Stack Overflow or respective owner

Related posts about flash

Related posts about as3