12-20-2009 10:32 PM
Hi,
I have a problem,There is a AutoCompleteField in my screen but no button, when i input something in AutoCompleteField and click Scroll key or Enter key then move to other screen, How to move to other screen but no button only click enter key?
Thanks
12-21-2009 04:29 AM
Hi ,
My question mean is use trackball key .When i press the trackball key,the screen move to another screen,not scroll the key.what is the events of press trackball key?
Thanks
12-21-2009 04:35 AM
You can use two method :
- public boolean keyChar(char c, int status, int time)
- protected boolean navigationClick(int status, int time)
12-21-2009 08:28 PM
Hi,
I used the method is public boolean keyChar(char c, int status, int time),Characters.ENTER is the Enter key,but I donot know the trackball's name , Characters." what " ?
Thanks
12-21-2009 08:36 PM
Hi,
I have resolve the trackball problem as you said method.
Thank you very much!![]()
![]()