Questions tagged [lwuit-textarea]

An optionally multi-line editable region that can display text and allow a user to edit it.

Depending on the platform editing might occur in a new screen. Notice that when creating a text area with one row it will act as a text field and never grow beyond that, however when assigning a greater number of rows the text area becomes multi-line with a minimum number of visible rows, the text area will grow based on its content.

19 questions
0
votes
1 answer

LWUIT 1.5 VKB issue

The native keyboard for BB, opened via LWUIT 1.5 has the following issues, The EditField of BB, if it is added to the bottom of the form, doesn't scroll up. I am getting a rectangular box (like a selector or a magnifier) when I type something, then…
0
votes
1 answer

Issue with BB LWUIT 1.5 TextField

I have problem with the LWUIT1.5 Textfield in BB . The issue is that even after I set the constraint as NUMERIC for the text field , the first character alone accepts alphabets. This happens only in BB and when Alt+key is used for entering the…
varunkumar
  • 49
  • 6
0
votes
1 answer

How to reduce font size/command area in lwuit?

In LWUIT..how do you reduce the command area size (The area at the bottom of the screen where the commands are added). Basically , I wish to reduce the font size of the command text and the size of the command area along with it. Also, in general…
Nikhil
  • 1,279
  • 2
  • 23
  • 43
-1
votes
1 answer

Displaying alert with multi line message inside lwuit form

I am getting a strange exception when trying to show Dialog alert on lwuit form. java.lang.NullPointerException at com.sun.lwuit.TextArea.shouldShowHint(+21) at com.sun.lwuit.TextArea.calcPreferredSize(+4) at…
vivek.m
  • 3,213
  • 5
  • 33
  • 48
1
2