lockRecent

Typeproperty
DictionaryLCS
LibraryLiveCode Script
Syntax
set the lockRecent to {true | false}
Summary

Specifies whether visited cards are added to the recent cards list used by go back, go forth, and go recent.

Introduced1.0
OSmac, windows, linux, ios, android
Platformsdesktop, server, mobile
Example
set the lockRecent to true
Values
NameTypeDescription
Value

The lockRecent is true or false. By default, the lockRecent property is set to false. It is reset to false when no handlers are executing.

RelatedKeyword: 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.

Tagsnavigation