how to call a command while pressing key # in Lwuit Midlet?

181 Views Asked by At

Possible Duplicate:
How to call Exit Command when I press Key # in Lwuit Mobile Application?

How Can I Call Command like SELECT, OPEN when I press Key # in LWUIT MIDLET Mobile Application.

1

There are 1 best solutions below

0
On BEST ANSWER

Capture the press of the key using Canvas.KEY_POUND and do the action what you want to do.