当我将警报设置为 FOREVER 时,有什么方法可以不显示默认的关闭按钮?
我正在关注以下帖子,但它向我显示了一个没有字符的按钮。
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
我正在使用 LWUIT 表单,但刚刚调用了 j2me 本机警报来为应用程序提供本机外观。