Help Center

Local Navigation

Create a dialog box

  1. Import the following classes:
    • net.rim.device.api.ui.Manager
    • net.rim.device.api.ui.container.HorizontalFieldManager
    • net.rim.device.api.ui.container.PopupScreen
  2. Create an instance of a subclass of the Manager class.
    Manager manageLayout = new HorizontalFieldManager( VERTICAL_SCROLLBAR);
    
  3. Create an instance of a PopupScreen using the Manager object.
    PopupScreen popUp = new PopupScreen(manageLayout);
    

Index


Was this information helpful? Send us your comments.