/ Published in: ActionScript 3
URL: http://code.arthipesa.com/
Expand |
Embed | Plain Text
import mx.events.FlexEvent; // Flex 4 private function creationComplete(event:FlexEvent):void { textInput.selectRange(textInput.text.length, textInput.text.length); textInput.setFocus(); }
You need to login to post a comment.
