Question
Control cursor position in TextInput() ?
Hi --
I would like to know if it is possible to control the position of the cursor
in a text input in Flash CS 3 using AS 3.0.
I know how to figure out where the cursor is by using the
selectionBeginIndex property. However, this and the selectionEndIndex are
read only. Basically I am manipulating text as the user enters it and
sometimes I add a character but the cursor does not automatically move to
the end of the input box and that is what I am trying to do.
Thanks
Rich
I would like to know if it is possible to control the position of the cursor
in a text input in Flash CS 3 using AS 3.0.
I know how to figure out where the cursor is by using the
selectionBeginIndex property. However, this and the selectionEndIndex are
read only. Basically I am manipulating text as the user enters it and
sometimes I add a character but the cursor does not automatically move to
the end of the input box and that is what I am trying to do.
Thanks
Rich