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.SetText
Sets the text to show.
| Component | Version | macOS | Windows | Linux | Server | FileMaker iOS SDK |
| WindowsUserNotification UserNotification | 7.2 | No | Yes | No | No | No |
MBS( "WindowsUserNotification.SetText"; Notification; Index; Text ) More
Parameters
| Parameter | Description | Example |
|---|---|---|
| Notification | The reference number for the Windows User Notification. | $Notification |
| Index | The index of the text. Range 0 to 3. |
0 |
| Text | The text to use. | "Hello World" |
Result
Returns OK or error.
Description
Sets the text to show.We can show up to three texts.
See also
- WindowsUserNotification.GetImagePath
- WindowsUserNotification.GetText
- WindowsUserNotification.Initialize
- WindowsUserNotification.NewNotification
- WindowsUserNotification.Release
- WindowsUserNotification.SetFileName
- WindowsUserNotification.SetImagePath
- WindowsUserNotification.SetScriptName
- WindowsUserNotification.Setting
- WindowsUserNotification.XMLUsed
Example Databases
Created 2nd April 2017, last changed 3th January 2018
WindowsUserNotification.SetScriptName - WindowsUserNotification.Setting
Feedback: Report problem or ask question.
Links
MBS Xojo Plugins