DISPLAY NOTIFICATION

4D - Documentation   Français   English   German   4th Dimension 2004, Command Theme List   4th Dimension 2004, Command Alphabetical List   4th Dimension 2004, Constant Theme List   Back   Previous   Next

version 2004


DISPLAY NOTIFICATION (title; text{; duration})

ParameterTypeDescription
titleAlpha 255Notification title
textAlpha 255Notification text
durationNumberDisplay duration in seconds

Note: This command only works under Windows.

Description

The DISPLAY NOTIFICATION command displays a message in the notification area of the Windows taskbar:

Usually this kind of message is used by the OS or an application to inform the user of an external event (network disconnection, availability of an upgrade, etc.).

In title and text, pass the title and the text of the message to display (in the above example, the title is "4D Export"). You can enter up to 255 characters.

By default, the message window remains displayed until the user clicks on the close box. If you pass the optional duration parameter, the window will be closed automatically at the end of the duration set if the user did not click on the close box. Note that the notification icon will remain displayed until the end of duration, even if the user has closed the window.

See Also

ALERT.


4D - Documentation   Français   English   German   4th Dimension 2004, Command Theme List   4th Dimension 2004, Command Alphabetical List   4th Dimension 2004, Constant Theme List   Back   Previous   Next