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:
9.3
9.4
9.5
10.0
10.1
10.2
10.3
10.4
10.5
10.6
Statistic
FMM
Blog
WindowsUserNotification.Initialize
Initializes notification system.
| Component | Version | macOS | Windows | Linux | Server | FileMaker iOS SDK |
| WindowsUserNotification UserNotification | 7.2 | No | Yes | No | No | No |
Parameters
| 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" |
Result
Returns OK or error.
Description
Initializes notification system.Must be called once on startup of solution.
Examples
Initialize:
Set Variable [$r; Value:MBS( "WindowsUserNotification.Initialize"; "FileMaker"; "Test"; "test"; "test"; "1.0")]
Show Custom Dialog ["Initialize"; $r]
See also
- WindowsUserNotification.Available
- WindowsUserNotification.GetFileName
- WindowsUserNotification.GetText
- WindowsUserNotification.Isinitialized
- WindowsUserNotification.Release
- WindowsUserNotification.ReleaseAll
- WindowsUserNotification.SetFileName
- WindowsUserNotification.SetText
- WindowsUserNotification.Setting
Example Databases
Created 2nd April 2017, last changed 24th May 2017
WindowsUserNotification.HideNotification - WindowsUserNotification.Isinitialized
Feedback: Report problem or ask question.
Links
MBS Xojo PDF Plugins