Application Launcher
is the screen from which most applications are launched.
Applications installed on the Palm Powered handheld appear in the Application Launcher automatically.
Specifically, the Launcher displays an application icon and an application name.
Users launch a specific application by tappings its icon.
Form Bitmap
object to the form.
Assign a resource ID in the Bitmap ID
field, and you can then create a bitmap resource.
Address Book
offers an Address List
view, Address Edit
view, and so on.
Each application has to have one form, and most applications have more than one.
To actually create the view, you have to add other UI elements to the form; either by dragging them onto the form from the catalog or by providing their ID as the value of some of the form's fields. Typical forms are as large as the screen. A window defines a drawing region. This region may be on the display or in a memory buffer (an off-screen window). |
A form example |