Livecode Wiki
Advertisement

Specifies whether palettes have the same appearance when active and inactive.Syntax:

set the activatePalettes to {true | false}

Examples:

set the activatePalettes to false
if the activatePalettes then hideAllPalettes

By default, the activatePalettes is true if LiveCode is running on a Mac OS system and false otherwise.

If the activatePalettes is true, all palettes look the same. If it is false, the active palette window looks different from the other palette windows.

See also: lookAndFeel (property),hidePalettes (property),

Advertisement