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 whether customize menu is automatically enabled.
Component | Version | macOS | Windows | Linux | Server | iOS SDK |
TouchBar | 6.5 | ✅ Yes | ❌ No | ❌ No | ❌ No | ❌ No |
Parameter | Description | Example |
---|---|---|
Setting | The new setting. Can be 1 to enable or 0 to disable. |
1 |
Returns OK or error.
Enable menu command:
If [MBS( "TouchBar.Available" )]
Set Variable [$r; Value:MBS( "TouchBar.SetAutomaticCustomizeTouchBarMenuItemEnabled"; 1 )]
End If
Disable it:
Set Variable [ $r; Value: MBS( "TouchBar.SetAutomaticCustomizeTouchBarMenuItemEnabled"; 0 ) ]
Created 1st November 2016, last changed 5th July 2021
TouchBar.ReleaseAll - TouchBar.SetCustomizationAllowedItemIdentifiers
Feedback: Report problem or ask question.