Mobile App Development Codes
iOS and Blackberry Development
Pages
Home
Sitemap
Contact Us
Friday, April 27, 2012
Creating Popup Screen in Blackberry
UiApplication.getUiApplication().pushScreen(new MyPopup());
public class MyPopup extends PopupScreen{
public MyPopup() {
super(new VerticalFieldManager(), Field.FOCUSABLE);
add();//add Fields (checkbox , radio buttons.......) here.
}
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment