如何在黑莓的对话框上添加另一个按钮
可能的重复:
如何创建自定义对话框
我正在制作一个对话框 。 我想创建两个按钮是(“查看”)和“取消”按钮。 如何在对话框上创建“查看”按钮?
Possible Duplicate:
How to create a custom dialog
I am making a dialog .
I want to creat two button is (" View " ) and " Cancel " button.
How do I creat " View " button on Dialog ?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
您可以使用dialog.ask,而不是创建自定义对话框,如下代码所示:
Instead of creating a custom dialog, you can use the dialog.ask like the code below:
就这样。
that's all.