activatePalettes

Typeproperty
DictionaryLCS
LibraryLiveCode Script
Syntax
set the activatePalettes to {true | false}
Summary

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

Introduced1.0
OSmac, windows, linux
Platformsdesktop
Example
set the activatePalettes to false
if the activatePalettes then hideAllPalettes
RelatedCommand: palette
Property: raisePalettes, lookAndFeel, hidePalettes
Description

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.

Tagswindowing