I created a customised keyboard in LWUIT as follows. I put a textfield and put buttons from "A-Z" and added actionlistener to each button so that it displays in the text field. Now my problem is there is no focus available. If I need to edit a letter in the middle of a word there is no way except to delete all the letters till then and correct it. So my question is how to implement a focuspointer in text field so that i can change any letter at any place.
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
|
||||
|
|
|
You can create FocusListener and implement what you want, and then use function add lisitner to text field :
|
|||
|
|
|
If you want to create a custom VirtualKeyboard, I recommend you to use the resource editor. You must take a look on this LWUIT VKB |
|||
|
|
|
Are you talking about moving the cursor in the virtual keyboard in LWUIT? All you need to do is touch the field within the VKB, not the text field being edited (which will close the VKB). This will move the cursor. |
|||
|
|
