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



Hi, I have a midlet. In that I created object that extends Canvas.In that canvas I added one comma..

Answer / sacihn

implements CommandListener and then
setCommandListener(this);
then control will go to commandAction()

Is This Answer Correct ?    10 Yes 0 No

Hi, I have a midlet. In that I created object that extends Canvas.In that canvas I added one comma..

Answer / oren

Implement CommandListener and set "this" to be a command
listener

Is This Answer Correct ?    8 Yes 2 No

Hi, I have a midlet. In that I created object that extends Canvas.In that canvas I added one comma..

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

Hi, I have a midlet. In that I created object that extends Canvas.In that canvas I added one comma..

Answer / data4pinto

extends CommandListener

Is This Answer Correct ?    6 Yes 8 No

Post New Answer

More J2ME Interview Questions

what are the protocol to used in j2me?

2 Answers  


What is SOAP ?

1 Answers  


What is configuration ?

1 Answers  


I want to know how to connect to DataBase from our MIDP application. I need just code for this

4 Answers   NIIT,


What is RMI ?

3 Answers  


What is CDPD ?

1 Answers  


what is the minimum supporting configurations of j2me

1 Answers   TCS,


What is WAP ?

1 Answers  


What is Obfuscation ?

5 Answers  


What is CLDC ?

1 Answers  


What is WTLS ?

1 Answers  


Explain GSM ?

2 Answers  


Categories