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:
12.1
12.2
12.3
12.4
12.5
13.0
13.1
13.2
13.3
13.4
Statistic
FMM
Blog
Sets the string to be displayed in the tile's badging area.
Component | Version | macOS | Windows | Linux | Server | iOS SDK |
App | 2.6 | ✅ Yes | ❌ No | ❌ No | ❌ No | ✅ Yes |
(old name: AppDockTile.setBadgeLabel)
Parameter | Description | Example |
---|---|---|
text | The localized string to display. This string can contain a count value or other badging information. To clear the badge string, specify an empty string "". | "123" |
Returns OK on success.
Set and query dock badge:
Set Variable [$r; Value:MBS( "App.SetDockBadgeLabel"; "123" )]
Show Custom Dialog [MBS( "App.GetDockBadgeLabel" )]
Clear it:
MBS( "App.SetDockBadgeLabel"; "" )
This function checks for a license.
Created 18th August 2014, last changed 6th June 2021