screen

Typeproperty
DictionaryLCS
LibraryLiveCode Script
Syntax
put the screen of <stack>
Associationsstack
Summary

Returns the screen number that the stack is on. The number corresponds to the line of the rect of the screen returned by the screenrects.

Introduced?.?
OSmac, windows, linux
Platformsdesktop, server
Example
on mouseUp
  put line (the screen of stack "My Stack" ) of \ 
        the screenRects into theRectOfScreenStackIsOn
end mouseUp
Values
NameTypeDescription
Value

The screen property of a stack is an integer.

RelatedProperty: screenPixelScales
Function: screenRect
Object: stack
Description

Use the screen property to determine which monitor the stack appears on or the pixel density of the monitor it is on.