黑莓:创建弹出对话框
我想知道如何在 blakcberry 中创建自定义弹出窗口,以便以这种方式设置字段:
------Text---------
Button1 Button2
i would like to know how can i create a custom popup in blakcberry in order to set the Fields in this way:
------Text---------
Button1 Button2
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
创建一个扩展
Popup
的类。使用您自己的管理器,
在本课程中,根据您的情况
您需要一个
垂直字段管理器
,向其中添加文本,
准备一个
水平字段管理器
将两个按钮添加到其中,
将
水平字段管理器
添加到垂直字段管理器
中,并在屏幕中添加
垂直字段管理器
Create a class that extends
Popup
.In this class use your own manager
in your case you need
one
vertical field manager
add a text into it
prepare a
horizontal field manager
add both buttons into it
add that
horizontal field manager
intovertical field manager
And add
vertical field manager
in your screen