lockRecent | |||||||
Type | property | ||||||
Dictionary | LCS | ||||||
Library | LiveCode Script | ||||||
Syntax |
| ||||||
Summary | Specifies whether visited cards are added to the recent cards list used by go back, go forth, and go recent. | ||||||
Introduced | 1.0 | ||||||
OS | mac, windows, linux, ios, android | ||||||
Platforms | desktop, server, mobile | ||||||
Example |
| ||||||
Values |
| ||||||
Related | Keyword: card Command: push, palette, reset, modal, show cards, unlock recent, modeless Object: card, stack Glossary: property, handler, recent cards, execute | ||||||
Description | Use the lockRecent property to to prevent the user from having easy access to a card used only by a handler. If the lockRecent property is set to true, visits to a card are not recorded in the recent cards list. The lockRecent property is automatically set to false when a palette, modeless, or modal stack is opened, even if a handler is still running. | ||||||
Tags | navigation |