Home THE HYPERCARD CENTER

HyperTalk Reference
Home » HyperTalk Reference » Properties

Note: This is a work in progress and will be formatting errors. Read more about the project on the home page.

lockScreen

set [the] lockScreen to trueOrFalse

The lockScreen property returns or sets whether HyperCard updates the screen when you go to another card. You can use lockScreen to prevent the user from seeing cards as a handler goes to them.

The default setting is false. HyperCard sets lockScreen to false on idle.

Setting lockScreen to true speeds up scripts that go to cards momentarily before returning to the source card. (HyperCard runs faster when it doesn't have to redraw the screen.)


Examples

set the lockScreen to true

Placeholders

trueOrFalse
Any expression that evaluates to the HyperTalk and AppleScript constants true or false.

For example:

true
false
the hilite of bg btn "Yes"
fld "Zip" contains "95014"
the short name of this stack is "Fred"


Related Topics

« lockRecent | HyperTalk Reference | lockText »


Version 0.7b1 (March 24, 2022)

Made with Macintosh

Switch to Modern View

Home
The HyperCard Center
HyperTalk Reference
Home » HyperTalk Reference » Properties

Note: This is a work in progress and will be formatting errors. Read more about the project on the home page.

lockScreen

set [the] lockScreen to trueOrFalse

The lockScreen property returns or sets whether HyperCard updates the screen when you go to another card. You can use lockScreen to prevent the user from seeing cards as a handler goes to them.

The default setting is false. HyperCard sets lockScreen to false on idle.

Setting lockScreen to true speeds up scripts that go to cards momentarily before returning to the source card. (HyperCard runs faster when it doesn't have to redraw the screen.)


Examples

set the lockScreen to true

Placeholders

trueOrFalse
Any expression that evaluates to the HyperTalk and AppleScript constants true or false.

For example:

true
false
the hilite of bg btn "Yes"
fld "Zip" contains "95014"
the short name of this stack is "Fred"


Related Topics

« lockRecent | HyperTalk Reference | lockText »

Version 0.7b1 (March 24, 2022)

Made with Macintosh

Switch to Retro View