Hi, I have a midlet. In that I created object that extends
Canvas.In that canvas I added one command,when I click that
command the control is not coming to CommandAction() method
of that canvas. Can u suggest me any solution for this?
Answers were Sorted based on User's Feedback
Answer / sacihn
implements CommandListener and then
setCommandListener(this);
then control will go to commandAction()
| Is This Answer Correct ? | 10 Yes | 0 No |
Answer / oren
Implement CommandListener and set "this" to be a command
listener
| Is This Answer Correct ? | 8 Yes | 2 No |
Answer / neel
By the way, If this kind of problem may come if u have not
performed this steps..
1. implement your canvas from CommandListener interface..
2. Add command to canvas addCommand(cmdExit)
3. Resister your command bu using setCommandListener(this);
4. then implement the commandAction(Command c, Displayable
d) method, and provide full implementation for the required
command action..
Thnx..
| Is This Answer Correct ? | 4 Yes | 0 No |
Explain about T9 ?
What is WTLS ?
What is j2me in mobile computing?
Hi, I have a midlet. In that I created object that extends Canvas.In that canvas I added one command,when I click that command the control is not coming to CommandAction() method of that canvas. Can u suggest me any solution for this?
Describe and explain WMLScript ?
What is RMI OP
create a midp application,where user can enter player name and points.the program saves the information to the record using RMS at MIDP device.program should also print out the top 10 player list to the end user.
What is SOAP ?
What is PCS ?
What is WDP ?
What is PDAP ?
What is LCDUI ?