raiseWindows

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

# Metadata

Platforms: desktop, server OS: mac, windows, linux Introduced: 2.7.2 Security:

# Syntax

set the raiseWindows to {true | false}

# Examples

put the raiseWindows into tWindowsRaise

set the raiseWindows to true

set the raiseWindows to windowsRaise()

# 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.

# Tags

ui,

# See