unlock recent | |
Type | command |
Dictionary | LCS |
Library | LiveCode Script |
Syntax |
|
Summary | Sets the lockRecent property to false, allowing cards to be added to the recent cards list. |
Introduced | 1.0 |
OS | mac, windows, linux, ios, android |
Platforms | desktop, server, mobile |
Example |
|
Related | Property: lockRecent, recentCards, recentNames Command: go, unlock messages, lock recent, unlock screen Object: card Glossary: property, handler, recent cards, command, execute |
Description | Use the unlock recent command to have cards added to the recent cards list when you navigate between cards. When either the user or a handler navigates to a card, that card is placed on the recent cards list, and the user can return to it with the go command or by choosing View ? Go Recent from the menubar. The unlock recent command sets the lockRecent property to false. When all pending handlers are finished executing, the lockRecent property is automatically set to false. |
Tags | navigation |