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: 11.4   11.5   12.0   12.1   12.2   12.3   12.4   12.5   13.0   13.1    Statistic    FMM    Blog  

Window.SetToolbarDisplayMode

Sets mode of Mac toolbar.

Component Version macOS Windows Linux Server iOS SDK
Toolbar Window 11.0 ✅ Yes ❌ No ❌ No ❌ No ❌ No
MBS( "Window.SetToolbarDisplayMode"; WindowRef; Mode )   More

Parameters

Parameter Description Example
WindowRef Window Reference is the unique OS level window ID. You can obtain this by using the Window.FindByTitle or Window.FindByIndex functions. Pass zero to access the frontmost window. 0
Mode The new mode.
Value can be Default, IconAndLabel, IconOnly or LabelOnly.
"IconAndLabel"

Result

Returns OK or error.

Description

Sets mode of Mac toolbar.
Default in FileMaker is IconAndLabel.

Examples

Set to show icons and labels:

Set Variable [ $r ; Value: MBS( "Window.SetToolbarDisplayMode"; 0; "IconAndLabel" ) ]

Set to show icons without labels:

Set Variable [ $r ; Value: MBS( "Window.SetToolbarDisplayMode"; 0; "IconOnly" ) ]

See also

Release notes

Blog Entries

This function checks for a paid license.

Created 29th November 2020, last changed 13th May 2021


Window.SetToolbarConfiguration - Window.SetToolbarStyle

💬 Ask a question or report a problem


Start Chat