Livecode Wiki
Advertisement

Sets the lockRecent property to false, allowing cards to be added to the recent cards list.

Built-in Message handler[]

Syntax:

unlock recent

Examples:

unlock recent
if the short name of this card is "Overview" then unlock recent

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.

unlock recent command sets the lockRecent property to false. When all pending handlers are finished executing, the lockRecent property is automatically set to false.

See also: lock recent (command),unlock screen (command),card (object),lockRecent (property),recentCards (property),recentNames (property),

Advertisement