|
Replies:
1
-
Last Post:
Nov 5, 2009 6:39 AM
by: Chen Fishbein
|
Threads:
[
Previous
|
Next
]
|
|
|
|
|
|
Virtual Keyboard problem
Posted:
Nov 5, 2009 3:27 AM
|
|
|
Hi all,
I try to use Virtual Keyboard but failed. I dont know why but on Netbeans default qwerty emulator when I focus on a textfield, I dont see any virtual keyboard.
on code side;
public void startApp() { VKBImplementationFactory.init(); Display.init(this); ....
}
is there any function or procedure that Should I call or set something when focused ? or Does emulator needs a touchscreen support?
And the last question is, does handset needed to support touchscreen in order to use VKB?
If is there any help or simple source code want to share with me I'll be pleased...
thank you..
|
|
|
|
|
|
|
Re: Virtual Keyboard problem
Posted:
Nov 5, 2009 6:39 AM
in response to: btasdemir
|
|
|
Hi, The Emulator needs to be touch screen.
Regards, Chen
lwuit-users@mobileandembedded.org wrote: > Hi all, > > I try to use Virtual Keyboard but failed. I dont know why but on Netbeans default qwerty emulator when I focus on a textfield, I dont see any virtual keyboard. > > on code side; > > public void startApp() { > VKBImplementationFactory.init(); > Display.init(this); > .... > > } > > is there any function or procedure that Should I call or set something when focused ? > or > Does emulator needs a touchscreen support? > > And the last question is, does handset needed to support touchscreen in order to use VKB? > > If is there any help or simple source code want to share with me I'll be pleased... > > thank you.. > [Message sent by forum member 'btasdemir' (btasdemir@pos-micros.com)] > > http://forums.java.net/jive/thread.jspa?messageID=370670 > > --------------------------------------------------------------------- > To unsubscribe, e-mail: users-unsubscribe@lwuit.dev.java.net > For additional commands, e-mail: users-help@lwuit.dev.java.net > > >
--------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@lwuit.dev.java.net For additional commands, e-mail: users-help@lwuit.dev.java.net
|
|
|
|
|