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
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"; "" )
Created 18th August 2014, last changed 6th June 2021
App.RequestUserAttention - App.SetDockIcon
Feedback: Report problem or ask question.