Make j2me Alert Dismiss button invisible
问题 Is there any way to not show the default dismiss button when I set Alert to FOREVER? I was following the following post but it shows me a button with no characters. http://code-gotcha.blogspot.com/2011/09/dismiss-button-in-nokia-alert.html?showComment=1346738220258#c4876777871081894195 alert.addCommand(new Command("\u200B", Command.OK, 1)); //we dont like to see the DISMISS command, so adding an invisible command I am using LWUIT forms but have just invoked j2me native alerts to give the app