Blackberry: Create a popup Dialog

人走茶凉 提交于 2019-12-08 05:38:18

问题


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


回答1:


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 into vertical field manager

And add vertical field manager in your screen



来源:https://stackoverflow.com/questions/4169810/blackberry-create-a-popup-dialog

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!