Components | All | New | MacOS | Windows | Linux | iOS | ||||
Examples | Mac & Win | Server | Client | Guides | Statistic | FMM | Blog | Deprecated | Old |
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
- Version 11.0
- Added Window.GetToolbarDisplayMode and Window.SetToolbarDisplayMode functions to configure macOS toolbar to show icons and/or labels.
Blog Entries
This function checks for a license.
Created 29th November 2020, last changed 13th May 2021