Home THE HYPERCARD CENTER

HyperTalk Reference
Home » HyperTalk Reference » System messages

Note: This is a work in progress and will be formatting errors. Read more about the project on the home page.

Commands sent automatically

HyperCard sends some commands automatically in response to events, just as it sends system messages. But unlike system messages, if the command passes all the way to HyperCard, HyperCard performs a built-in action. So if you trap the command, the action won't happen.

HyperCard sends choose and doMenu as messages when the user chooses a tool or an item from one of HyperCard’s menus. It sends close as a message when the user clicks the close box of a window.

HyperCard sends help as a message when the user chooses Help from the Go menu (or presses Command-?).

HyperCard sends arrowKey, commandKeyDown, controlKey, enterInField, enterKey, functionKey, keyDown, returnInField, returnKey, and tabKey as messages when the user presses a key. It automatically sends errorDialog and appleEvent messages.

Click Related Topics for more information about each command.


Related Topics

HyperTalk Reference | Message sending orders »


Version 0.7b1 (March 24, 2022)

Made with Macintosh

Switch to Modern View

Home
The HyperCard Center
HyperTalk Reference
Home » HyperTalk Reference » System messages

Note: This is a work in progress and will be formatting errors. Read more about the project on the home page.

Commands sent automatically

HyperCard sends some commands automatically in response to events, just as it sends system messages. But unlike system messages, if the command passes all the way to HyperCard, HyperCard performs a built-in action. So if you trap the command, the action won't happen.

HyperCard sends choose and doMenu as messages when the user chooses a tool or an item from one of HyperCard’s menus. It sends close as a message when the user clicks the close box of a window.

HyperCard sends help as a message when the user chooses Help from the Go menu (or presses Command-?).

HyperCard sends arrowKey, commandKeyDown, controlKey, enterInField, enterKey, functionKey, keyDown, returnInField, returnKey, and tabKey as messages when the user presses a key. It automatically sends errorDialog and appleEvent messages.

Click Related Topics for more information about each command.


Related Topics

HyperTalk Reference | Message sending orders »

Version 0.7b1 (March 24, 2022)

Made with Macintosh

Switch to Retro View