Hi all,
I managed to find a way to run my midlet in the background on series 60 devices using :
Display display = Display.getDisplay(myMIDletClass);
display.setCurrent(null);
as discussed here : http://wiki.forum.nokia.com/index.ph..._to_background
However, once the midlet is in the background, how can I get back to it ?
I want my user to be able to actively return inside my midlet application.
Any ideas ?

Reply With Quote



