Hi,
i am developing s simple application when i'm impelmenting the CommandListener in the class title like this:
public my class extends MIDlet implements CommandListener {
and adding it's method:
public void commandAction(Command c, Displayable d) {
...
}
the application don't work on the real phone (nokia 7650) but when i'm deleting CommandListener from my application the program is running fine on the phone
what can be the problem???
many thanks itzik.

Reply With Quote



