I need to get the text of the keys at the event of key press in Blackberry. This happens when the user presses a key from the the keypad in order to type text. How is that possible?
相关问题
- How to make background of BrowserField transparent
- Eclipse Blackberry Preprocessor Not Working?
- Cannot register in sample BlackBerry push applicat
- Execute Ctrl+D on button click
- How to press Ctrl+V in Selenium WebDriver
相关文章
- Node.js multiline input
- To get the module names in blackberry
- How to close a global dialog and display another i
- How to install a draft app on a blackberry sandbox
- FB SDK not working on OS 7
- Parent & Child Node with different images & Clicka
- submit a comment on Instagram posts using jQuery o
- SQLite for BlackBerry
This helps you:
Then you can get the values in pressedKey(it is a String variable you have to declare it first).
you can get the pressed key text by overriding keyChar like this