Note: This is a work in progress and will be formatting errors. Read more about the project on the home page.
enable menu
enable menuItem of menu
enable button
The enable
command activates menu items, entire menus, or buttons that are inactive (dimmed). It’s a shortcut for setting the enabled
property to true
. enable
command enables only items in HyperCard’s menus that are currently available to the user. For example, the following command will not enable the Button Info command in the Objects menu unless a button is currently selected: enable menuItem 1 of menu "Objects"
enable menu "File"
enable menu 2
enable second menu
enable menuItem "New" of menu "File"
enable menuItem 2 of menu 2
enable second menuItem of second menu
enable background button 3
enable last button
menu text
menu posInteger
ordinal menu
For example: menu "File"
menu 2
second menu
menuItem text
menuItem posInteger
ordinal menuItem
For example: menuItem "New"
menuItem 2
second menuItem
Commands
Version 0.7b1 (March 24, 2022)