Changes

Jump to: navigation, search

BlackBerry Concepts

3 bytes removed, 13:56, 22 February 2011
Procedure to add UI Elements to Application
To get a standard, predefined dialog use
* Dialog.alert(java.lang.String)
 
** This method creates an alert dialog typically used to notify the user of an event or some important information. The dialog uses a exclamation mark bitmap.
* Dialog.ask(int)
 
** This method creates a standard inquiry dialog. The dialog uses a question mark bitmap.Creates a standard inquiry dialog.
* Dialog.inform(java.lang.String).
 
** Creates a notification dialog with the specified message. This method creates a notification dialog displaying the specified message. The dialog uses the "information" bitmap.
These pop up a predefined dialog and wait for user input. To get a more customized dialog, instantiate this class or extend it.

Navigation menu