pointing cursor over textarea in lwuit

456 views Asked by At

How do we set the cursor in TextArea? Mainly the cursor should be visible to the user. The cursor is visible in the TextField where as it is not visible in the TextArea.How to set the cursor when the TextArea has focus?.

1

There are 1 answers

0
Shai Almog On BEST ANSWER

You can't.

LWUIT 1.5 supports a multi-line text field which has a cursor element.