java me - LWUIT J2ME Using VirtualKeyboard -
is possible use virtual keyboard without assign textfield
/textarea
?
in doc said vk must linked component
( bindvirtualkeyboard()
).
i have label
, button
. after clicking on button
woud show virtual keybord numbers.
after typing finished change text in label
component.
of course can able show keyboard can't value keyboard because not assigned textfield
.
is possible described ? if can explain how or maybe there's example ?
best regards,
mel
i suggest take @ virtualkeyboard
code, technically dialog can subclass , show/used see fit. want won't work via standard show api because that's generic (for native vkb support) should work actual lwuit virtualkeyboard
implementation.
Comments
Post a Comment