0

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?.

bharath
  • 14,283
  • 16
  • 57
  • 95
  • 1
    What you want to do is edit the TextArea like a TextField? That is not possible in LWUIT for now. You should keep an eye on this. http://stackoverflow.com/questions/7384781/lwuit-textarea-question – Mun0n Nov 14 '11 at 08:32
  • Ask it like a question and i will answer it. – Mun0n Nov 16 '11 at 23:23

1 Answers1

2

You can't.

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

Shai Almog
  • 51,749
  • 5
  • 35
  • 65