show menubar

Typecommand
DictionaryLCS
LibraryLiveCode Script
Syntax
show menubar
Summary

Displays the menu bar on Mac OS systems.

Introduced1.0
OSmac
Platformsdesktop, server
Example
show menubar
if the mouseV < 20 then show menubar
RelatedCommand: show groups, show taskbar, hide menubar
Glossary: Mac OS, command, menu bar
Description

Use the show menubar command to display the menu bar if it has been hidden. For example, if the menu bar is hidden, you might want to show it only if the user moves the mouse to the top of the screen.

The menu bar can be hidden only on Mac OS systems. This command has no effect on Windows or Unix systems.

Hiding the menu bar in LiveCode does not affect its appearance in other applications; if the user switches to another application, the menu bar becomes visible. If the user switches back to LiveCode, the menu bar is hidden again.

Tagsmenus