Questions tagged [lwuit-vkb]

A Virtual Keyboard (vkb) that can be bound to a text field will slide up when the user clicks or touches the text field to input characters.

8 questions
1
vote
0 answers

Focusing in the right field

in my app, I have a popup-dialog with an editable field where I enter a search string. Thus I have a second container in the dialog, where I show the results and two buttons for OK and CANCEL. When the popup shows, the VKB is activated but the field…
Babur
  • 115
  • 3
0
votes
1 answer

LWUIT 1.4 : Internal error with Virtual Keyboard

When I click outside the virtualKeyboard when it is shown then I got a Dialog showing this message : An internal application error occured : java.lang.IllegalArgumentException : Component is already contained in Container : Container[x=0 y=140…
pheromix
  • 18,213
  • 29
  • 88
  • 158
0
votes
1 answer

LWUIT 1.4 - Why doesn't the virtual keyboard appear after first show during textfield edit?

I want to show the virtual keyboard when the user is editing the textfield. I take this approach : public class ChpModif extends TextField { public ChpModif(int maxChars, FocusListener focusListener, DataChangedListener dataChangeListener,…
pheromix
  • 18,213
  • 29
  • 88
  • 158
0
votes
1 answer

issue with virtual keyboard scrolling in BB LWUIT

I have done a j2me application when I port it to Blackberry using LWUIT framework I have a problem in virtual keyboard as it does not automatically scrolls because of which the user is unable to view what he is typing in the text field . Can help me…
varun
  • 11
  • 1
0
votes
1 answer

How to set numeric virtual keyboard only for LWUIT TextField that constraint with Password and Numeric?

I want to set LWUIT TextField constraint to Number and Password. I make TextField by TextField tf=new TextField(); tf.setConstraints(TextArea.NUMBER|TextField.PASSWORD); tf.setInputModeOrder(new String[ ] {"123"} ); I use virtual keyboard for input…
AT07
  • 98
  • 1
  • 11
0
votes
1 answer

lwuit textfield decimal constraint and vbk wrong characters

I set the constraint of one of my tetfields to DECIMAL, the problem is that VBK shows other unnecessary characters such as: & @ - " ' etc because it's impossible to remove VBK in touch devices i decided to check the string for these characters: if…
Ali
  • 1,451
  • 1
  • 15
  • 19
0
votes
1 answer

How to set customized virtual keyboard code into the generated statemachine code of the resource editor (LWUIT or Codenameone)

Before I decided to make this question I've searched the answer here but didn't find. Sorry for my bad inglish but it isn't my native language. Here's my problem: I've made an LWUIT 1.5 app generated from the Resource editor into Netbeans, and I…
-1
votes
1 answer

Flickering issue in BBLWUIT virtualkeyboard

I have problem with virtual keyboard as whenever it pops up it flickers and displays a white screen and pops up. Does anyone have faced such problem? It happens in BBLwuit version 1.4. I am using the native BB virtual keyboard I have checked. Mainly…
Varun
  • 79
  • 6