flex4 - Flex: Set caret cursor position in RichEditableText control -


is there method set caret position within richeditabletext control?

the control's contents can contain errors user must fix navigated though via next/previous buttons, , during navigation set caret cursor end of each error within text.

first need change focus:

textfield.setfocus()

then set positoin:

textfield.selectrange()


Comments

Popular posts from this blog

Add email recipient to all new Trac tickets -

asp.net - repeatedly call AddImageUrl(url) to assemble pdf document -

java - Android recognize cell phone with keyboard or not? -