How to catch the return key

Hi all,

does anyone know how to catch the “return” key (this one that disconnects a call) so that it wouldn`t exit the midlet? I want to use it to navigate through the menu in my app, but pressing it always exits the midlet. I know it’s possible, but I don’t have any idea how to do it.

Thanks for your help
Marcin

The Exit midlet key isn’t catchable on Nokia devices (AFAIK) - so not much to do about that :confused:

Thanks for help, I only know that it’s possible on SE T630, as I have this phone and it works in one of the preinstalled midlets. What I want to do is to allow the user use the Exit button to go back to previous screen. I want to avoid using Commands and use a custom, full screen menu instead. I’m developing a game and it would just look better :slight_smile:

Marcin

If it works in 1 of the pre-installed midlets, just transfer the midlet to your pc, decompile it, and have a look how they did it.