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.4
9.5
10.0
10.1
10.2
10.3
10.4
10.5
11.0
11.1
Statistic
FMM
Blog
Window.ConfigureToolbarMenu
Configures toolbar menu.
Component | Version | macOS | Windows | Linux | Server | FileMaker iOS SDK |
Toolbar Window | 8.3 | ✅ Yes | ❌ No | ❌ No | ❌ No | ❌ No |
MBS( "Window.ConfigureToolbarMenu"; Mode ) More
Parameters
Parameter | Description | Example |
---|---|---|
Mode | Pass 1 to disable menu completly. Pass 2 to remove the show/hide command. Pass 4 to remove the configuration command. Pass 6 to remove both commands. |
1 |
Result
Returns OK or error.
Description
Configures toolbar menu.The plugin can watch what menu is about to show up for the toolbar.
We can remove menu or remove some entries.
Examples
Disable toolbar menus:
Set Variable [$r; Value: MBS( "Window.ConfigureToolbarMenu"; 1 ) ]
Blog Entries
- Toolbar Security in FileMaker
- Neues MBS FileMaker Plugin 8.3
- MBS FileMaker Plugin 8.3 released
- MBS FileMaker Plugin, version 8.3pr2
- Configure Toolbar Menu with MBS FileMaker Plugin
FileMaker Magazin
Release notes
- Version 8.3
- Added Window.ConfigureToolbarMenu function.
Created 9th June 2018, last changed 9th October 2020
Window.ClearTouchBar - Window.Current
Feedback: Report problem or ask question.

Links
MBS Xojo tutorial videos