Owning Palette: Application Control VIs and Functions
Use the Palm OS Notifications VIs to register and receive system-level notifications on a Palm OS device. You also can use these VIs to register and launch other PDA applications.
| Palette Object | Description |
|---|---|
| Last Palm OS Service Requested | Returns the identifier string of the last service requested from the PDA application. |
| List Palm OS Notifications | Lists the Palm OS notifications the Register Palm OS Notification VI registers. |
| List Palm OS Services | Lists the services the Register Palm OS Service VI registers. |
| Register Palm OS Notification | Registers one or more Palm OS notifications. The notification remains registered until you reset the PDA device or specifically unregister the notification using the Unregister Palm OS Notification VI. The data type you wire to the notification in input parameter determines the polymorphic instance to use. |
| Register Palm OS Service | Registers a Palm OS service that other PDA applications can request. |
| Request Palm OS Service | Launches the PDA application that registered service id in. When the requested PDA application launches, the calling PDA application closes until the requested PDA application closes. The calling PDA application then relaunches. |
| Unregister Palm OS Notification | Unregisters one or more predefined Palm OS notifications. The data type you wire to the notification in input parameter determines the polymorphic instance to use. |
| Unregister Palm OS Service | Unregisters the service the service id in input parameter identifies. |
| Wait for Palm OS Notification | Waits until one or more registered Palm OS notifications occur. The data type you wire to the notification in input parameter determines the polymorphic instance to use. |