List of all Iphone and Blackberry Development codes in a one click Iphone,objective C,xcode,blackberry Development,iOS Development

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