Components | All | New | MacOS | Windows | Linux | iOS | ||||
Examples | Mac & Win | Server | Client | Guides | Statistic | FMM | Blog | Deprecated | Old |
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