Does any one has any idea how to reastart MIDlet when I press Restart key in commandAction?
Thankx in Advance
Regards
Vipul
Does any one has any idea how to reastart MIDlet when I press Restart key in commandAction?
Thankx in Advance
Regards
Vipul
restart key in commandAction???
If I understand you correctly, you need to implement the "restart" in your MIDlet yourself. There is no method for restarting you MIDlet in the MIDP specification.
Hartti