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
App.GetDockBadgeLabel
Returns the tile's current badge label.
| Component | Version | macOS | Windows | Linux | Server | FileMaker iOS SDK |
| App | 2.6 | Yes | No | No | No | Yes |
MBS( "App.GetDockBadgeLabel" ) More
(old name: AppDockTile.getBadgeLabel)
Parameters
none
Result
Returns text or error.
Description
Returns the tile's current badge label.Available in macOS v10.5 and later.
iOS added in 7.2, but the badge is a number.
Examples
Set and query dock badge:
Set Variable [$r; Value:MBS( "App.SetDockBadgeLabel"; "123" )]
Show Custom Dialog [MBS( "App.GetDockBadgeLabel" )]
See also
Blog Entries
Release notes
- Version 10.5
- Improved App.GetDockBadgeLabel and App.SetDockBadgeLabel for iOS to not cause warning message.
- Version 7.2
- Implemented App.SetDockBadgeLabel and App.GetDockBadgeLabel for iOS.
Created 18th August 2014, last changed 10th August 2020
App.EffectiveUserID - App.GetDockIcon
Feedback: Report problem or ask question.
Links
MBS Xojo Plugins