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.5
10.0
10.1
10.2
10.3
10.4
10.5
11.0
11.1
11.2
Statistic
FMM
Blog
Show or hide a menu command.
Component | Version | macOS | Windows | Linux | Server | iOS SDK |
Menubar | 5.0 | ✅ Yes | ✅ Yes | ❌ No | ❌ No | ❌ No |
Parameter | Description | Example |
---|---|---|
Path | The ID or path to the menu entry. Use Menubar.ListMenuCommands to find out the IDs and names. |
49297 |
Visible | The new visible state. Pass 1 to make visible and 0 to hide. | 1 |
Returns OK or error.
Hide preferences menu command:
MBS("Menubar.SetMenuCommandVisible"; 49153; 0)
Hide service menu in FileMaker Pro Advanced in German:
MBS("Menubar.SetMenuCommandVisible"; "FileMaker Pro Advanced¶Dienste"; 0)
Created 15th November 2014, last changed 17th June 2018
Menubar.SetMenuCommandTitle - MessageComposer.AddAttachmentContainer
Feedback: Report problem or ask question.