raisePalettes | |||||||
Type | property | ||||||
Dictionary | LCS | ||||||
Library | LiveCode Script | ||||||
Syntax |
| ||||||
Summary | Specifies whether palettes always float above standard windows. | ||||||
Introduced | 1.0 | ||||||
OS | mac, windows, linux | ||||||
Platforms | desktop, server | ||||||
Example |
| ||||||
Values |
| ||||||
Related | Property: 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.
| ||||||
Tags | windowing |