Virtual Keyboard Not To Move Controls Upwards in a Form
Hello,
I have am developing an application for S40 Full Touch phones using LWUIT and Java ME. The problem is that in a form that fills the whole screen display with controls, such as TextBoxes, when focus is set to one of the controls the Virtual Keyboard slides, into display from the bottom of the screen, and thereby pushing the controls upwards. The controls at the top of the form are thus hidden out of display. Is there a way to cause the virtual keyboard to overlap controls instead of moving controls on a form, or do I have to always leave space at the bottom of the screen display to accommodate the keyboard?
Regards,
Board1
Re: Virtual Keyboard Not To Move Controls Upwards in a Form
I got it to work. The last control on the form was a TextArea. On removing this control, the virtual keyboard displays correctly.