07-18-2008 09:47 AM - edited 07-18-2008 10:45 AM
Anyone know how to turn off the close menu in a midlet (one where you press the menu key on the curve). It breaks the sound in a game so preferably I want it to not appear with the pop up menu at all and disable this button altogether as we have no need for this to function as a button in game.
I have seen other games manage this (Indiana Jones), where the command.exit button never appears at all, which is great. Even if I replace the exit command with one of null string "", it will still show and if I add one then remove it again, the default clsoe one appears again.
Basically, I think I am trying to get rid of the BASIC_CLOSE menu on a j2me canvas midlet. I am using normal j2me midlet and canvas, not the net.rim.device.api stuff.
Thanks
Solved! Go to Solution.
07-18-2008 11:09 AM - edited 07-18-2008 11:09 AM
This can be done when creating a BlackBerry CLDC application, but the Close menu should always appear for a MIDlet.
Here are instructions on how to do it from a BlackBerry CLDC application.
How To - Remove the default "Close" or "Hide" MenuItems from a Screen
Article Number: DB-00506
07-21-2008 04:54 AM
07-21-2008 06:39 AM - edited 07-21-2008 07:03 AM
Me being silly.
Thanks again