How to set the caret position, there is only
this.caretIndex (READ)
use setSelection(beginIndex:int, endIndex:int):void
eg
this.textField.setSelection(20, 20)