raiseWindows

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

Set the raiseWindows global property to true if you want to force LiveCode's windows to move as one layer.

Introduced2.7.2
OSmac, windows, linux
Platformsdesktop, server
Example
put the raiseWindows into tWindowsRaise
set the raiseWindows to true
set the raiseWindows to windowsRaise()
RelatedProperty: backdrop, hideBackdrop, hidePalettes
Description

When the raiseWindows is set to true, LiveCode's windows move as one layer, this means it will not be possible for another application to become interleaved with LiveCode's windows, as is possible if the property is set to false.

Tagsui