unlock menus | |
Type | command |
Dictionary | LCS |
Library | LiveCode Script |
Syntax |
|
Summary | Sets the lockMenus property to false, so the menu bar is updated when the menus are changed. |
Introduced | 1.0 |
OS | mac, windows, linux |
Platforms | desktop |
Example |
|
Related | Property: lockMenus Command: lock menus Function: menus Glossary: property, undo, menu bar, command |
Description | Use the unlock menus command to show changes in the menu bar to the user. The unlock menus command sets the lockMenus property to false. When all pending handlers are finished executing, the lockMenus property is set to false, undoing the lock menus command's action. Any changes made to the menus become visible to the user. |
Tags | menus |