I am using the Nokia Developers Suite 2.2 for J2ME and running an the S60_2nd_FP2_MIDP_SDK emulator.
Can anyone explain the following:
I am making use of a GameCanvas to which I have added just two Commands.
The Commands were created as follows:
cBack = new Command("BACK", Command.BACK, 0);
cHelp = new Command("HELP", Command.HELP, 10);
Viewing this GameCanvas in default screen size mode there is no problem, both the Back and Help Commands are visible to the user alongside the every present Exit Command.
When I then setFullScreenMode(true) and display the GameCanvas, of my two application Commands only the Help Command is visible, the Back Command is not longer available. As a result the user is stuck on this screen which is necessarily a big problem.
If anyone can identify the problem and suggest a solution I would greatly appreciate it.

Reply With Quote

