Components | All | New | MacOS | Windows | Linux | iOS | ||||
Examples | Mac & Win | Server | Client | Guides | Statistic | FMM | Blog | Deprecated | Old |
WindowsUserNotification.ShowNotification
Shows the notification.
Component | Version | macOS | Windows | Linux | Server | iOS SDK |
WindowsUserNotification UserNotification | 7.2 | ❌ No | ✅ Yes | ❌ No | ❌ No | ❌ No |
MBS( "WindowsUserNotification.ShowNotification"; Notification ) More
Parameters
Parameter | Description | Example |
---|---|---|
Notification | The reference number for the Windows User Notification. | $Notification |
Result
Returns OK or error.
Description
Shows the notification.Examples
Show notification:
Set Variable [$r; Value:MBS( "WindowsUserNotification.ShowNotification"; Windows User Notifications::ID)]
If [MBS("IsError")]
Show Custom Dialog ["Error"; $r]
End If
See also
Release notes
- Version 8.0
- Changed WindowsUserNotification.ShowNotification to better handle empty texts.
Example Databases
Blog Entries
This function is free to use.
Created 2nd April 2017, last changed 24th May 2017
WindowsUserNotification.Setting - WindowsUserNotification.XMLUsed