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  

TouchBar.SetAutomaticCustomizeTouchBarMenuItemEnabled

Sets whether customize menu is automatically enabled.

Component Version macOS Windows Linux Server FileMaker iOS SDK
TouchBar 6.5 Yes No No No No
MBS( "TouchBar.SetAutomaticCustomizeTouchBarMenuItemEnabled"; Setting )   More

Parameters

Parameter Description Example
Setting The new setting.
Can be 1 to enable or 0 to disable.
1

Result

Returns OK or error.

Description

Sets whether customize menu is automatically enabled.
Whether or not a menu item to customize the touch bar can be automatically added to the main menu. It will only actually be added when a touch bar hardware or simulator is present. Defaults to 0. Setting this property to 1 is the recommended way to add the customization menu item.
But if non-standard placement of the menu item is needed, creating a menu item with an action of toggleTouchBarCustomizationPalette can be used instead.

Examples

Enable menu command:

If [MBS( "TouchBar.Available" )]
    Set Variable [$r; Value:MBS( "TouchBar.SetAutomaticCustomizeTouchBarMenuItemEnabled"; 1 )]
End If

See also

Example Databases

Created 1st November 2016, last changed 3th November 2016


TouchBar.ReleaseAll   -   TouchBar.SetCustomizationAllowedItemIdentifiers

Feedback: Report problem or ask question.




Links
MBS Xojo tutorial videos

Start Chat