|
|
|
|
|
Interactive notification functions
The following functions are used to handle interactive notifications:
| | SysNotificationClear | Removes all interactive notifications previously sent by the current application. | SysNotificationCompatible | Checks if the operating system supports interactive notifications. | | Updates the characteristics of a progress bar present in a system notification. This new function is available from WINDEV Suite SaaS 2025 Update 1. | SysNotificationRemove | Removes a previously sent interactive notification. | SysNotificationRemoveID | Removes all previously sent interactive notifications that match the specified identifier (ID). | SysNotificationSend | Sends an interactive notification to the system in order to be displayed. |
The interactive notification functions use the following types of variables:
| | sysNotification | The sysNotification type is used to define all the advanced characteristics of an interactive system notification. | sysNotificationButton | The sysNotificationButton type is used to define all the advanced characteristics of Button control in an interactive notification. | sysNotificationInput | The sysNotificationInput type is used to define all the advanced features of an input control, such as a text input or combo box control, in an interactive notification. | | The sysNotificationProgressBar type is used to define all the characteristics of a progress bar displayed in an interactive notification, including text, progress, etc. This new variable type is available from WINDEV Suite SaaS 2025 Update 1. |
Related Examples:
|
Training (WINDEV): WD Windows Notification Management
[ + ] Starting with Windows 10, "toast" notifications (on the right side of the Desktop) are interactive, and enable you to include buttons, input areas and combo boxes. This example shows how to use this type of notifications.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|