Topics
All
MacOS
(Only)
Windows
(Only)
Linux
(Only, Not)
iOS
(Only, Not)
Components
Crossplatform Mac & Win
Server
Client
Old
Deprecated
Guides
Examples
Videos
New in version:
10.1
10.2
10.3
10.4
10.5
11.0
11.1
11.2
11.3
11.4
Statistic
FMM
Blog
Initializes notification system.
Component | Version | macOS | Windows | Linux | Server | iOS SDK |
WindowsUserNotification UserNotification | 7.2 | ❌ No | ✅ Yes | ❌ No | ❌ No | ❌ No |
Parameter | Description | Example |
---|---|---|
AppName | The application name. | "FileMaker Pro" |
Company | The company name. Used to build unique app id. |
"Test" |
Name | The name. Used to build unique app id. |
|
Surname | The surname. Used to build unique app id. |
|
VersionInfo | The version info. Used to build unique app id. |
"1.0" |
Returns OK or error.
Initialize:
Set Variable [$r; Value:MBS( "WindowsUserNotification.Initialize"; "FileMaker"; "Test"; "test"; "test"; "1.0")]
Show Custom Dialog ["Initialize"; $r]
Created 2nd April 2017, last changed 24th May 2017
WindowsUserNotification.HideNotification - WindowsUserNotification.Isinitialized
Feedback: Report problem or ask question.