This page was last modified 10:39, 23 January 2008.
Talk:TSJ000021 - Removing the Close (or Exit) command from the LSK menu of the Nokia 6600
From Forum Nokia Wiki
You can remove close by making a work around. Define Command as:---
Command exitCommand = new Command("Exit", Command.CANCEL, 1);
Now when you addCommand then there is no close command will be there.
I tried it in my application. Try and let me know with your feedback.
Thank you for your feedback. This workaround is, however, not recommended by Forum Nokia. You should use Command.EXIT for exit commands.
Forum Nokia KB 12:39, 23 January 2008 (EET)
