modifiedMark

Typeproperty
DictionaryLCS
LibraryLiveCode Script
Syntax
set the modifiedMark of <stack> to {true | false}
Associationsstack
Summary

Specifies whether the modified indicator dot should be displayed on the close-box of a stack.

Introduced4.6
OSmac
Platformsdesktop, server
Example
set the modifiedMark of stack 1 to true
Values
NameTypeDescription
Value

The modifiedMark of stack is true or false.

Description

Use the modifiedMark property to display the modified state of a stack.

Standard Mac document windows typically display the modified state of the document they represent by adding a dark dot to the close-box. It is possible to control the display of this dot in LiveCode by using the modifiedMark property.

The indicator will be displayed when the property is set to true.

*Cross-platform note:* This property has no effect on Windows nor Linux.