This chapter provides reference material for system dialogs declared in the header files FatalAlert.h, Launcher.h, GraffitiReference.h, and GraffitiUI.h.
System Dialog Functions
SysAppLauncherDialog
Purpose
Display the launcher popup, get a choice, ask the system to launch the selected application, clean up, and leave. If there are no applications to launch, nothing happens.
Prototype
void SysAppLauncherDialog()
Parameters
Result
The system may be asked to launch an application.
Comments
Typically, this routine is called by the system as necessary. Most applications do not need to call this function themselves.
In Palm OS® version 3.0 and higher the launcher is an application, rather than a popup. This function remains available for compatibility purposes only.