Hello,
I don't know if it's handle correctly, but i can't move caret position with line number like parameter.
I would like use something like textarea.positionCaret(int row), but the only param avalaible is number of characters.
I found and tried this solution without success:
textarea.position(row, col)
Somebody can tell me how i can do for solve my problem ?
Hello,
I don't know if it's handle correctly, but i can't move caret position with line number like parameter.
I would like use something like
textarea.positionCaret(int row), but the only param avalaible is number of characters.I found and tried this solution without success:
Somebody can tell me how i can do for solve my problem ?