| Reply | « Previous Thread | Next Thread » |
|
I want to add CommandListener and Command into a FullCanvas, but I found it is not allowed to do that when I ran the MIDlet. Could anybody tell me how to solve this problem? Or please tell me aother solution to add Command and CommandListener into nokia 7650 full sreen mode. Thanks!
|
| ihadreampp |
| View Public Profile |
| Find all posts by ihadreampp |
|
u can use keyPressed function:
protected void keyPressed(int keyCode) { switch(keyCode) { case KEY_SOFTKEY1: case KEY_SOFTKEY2: // do something break; } repaint(); } hope it may help u :) |
| Reply | « Previous Thread | Next Thread » |
| Thread Tools | Search this Thread |
|---|---|