raisePalettes

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

Specifies whether palettes always float above standard windows.

Introduced1.0
OSmac, windows, linux
Platformsdesktop, server
Example
set the raisePalettes to true
Values
NameTypeDescription
Value

The raisePalettes is true or false. By default, the raisePalettes property is set to true.

RelatedProperty: raiseMenus, activatePalettes
Glossary: property, Unix, modeless dialog box, editable window, palette
Description

Use the raisePalettes property to control interleaving of palettes with other windows.

If the raisePalettes property is true, palettes float in their own layer above standard windows. In other words, all palettes are always in front of editablewindows and modeless dialog boxes if this property is set to true.

If it is set to false, palette windows can be interleaved with standard windows.

Important: Setting this property to true may result in window flashing on Unix systems.

Tagswindowing