 |
THE HYPERCARD CENTER |
|
|
Note: This is a work in progress and many formatting issues have been fixed. Read more about the project on the home page.
lockRecentset [the] lockRecent to trueOrFalse
The lockRecent property returns or sets whether HyperCard displays miniature pictures for the last 42 cards visited by the user (or a handler) in the Recent card dialog box. (LockRecent does not affect the trail of cards you can go back to.) The default setting is false, meaning HyperCard does display miniature pictures of the cards visited. Setting lockRecent to true speeds up scripts that go to cards. HyperCard sets lockRecent to false on idle. Examplesset the lockRecent to true
Related Topics Placeholders
trueOrFalseAny expression that evaluates to the HyperTalk and AppleScript constants true or false . For example: true false the hilite of bg btn "Yes" fld "Zip" contains "95014" the short name of this stack is "Fred"
HyperTalk Reference
|