disable

Typecommand
DictionaryLCS
LibraryLiveCode Script
Syntax
disable <object>
Summary

Dims a control so that it no longer responds to user actions.

Introduced1.0
OSmac, windows, linux, ios, android
Platformsdesktop, server, mobile
Parameters
NameTypeDescription
object

Any control in an open stack.

Example
disable field 1
disable button 2 of card 7 of stack "Overall Controls"
RelatedKeyword: control
Property: cantSelect, visible, disabledIcon, enabled, lockText, disabled, invisible, traversalOn
Command: enable, disable menu, hide
Glossary: object, command, property
Description

Use the disable command to prevent an object from responding to mouse clicks or keyboard presses.

The disable command is equivalent to setting the object's disabled property to true.

Tagsui