Name
MoveDisplay -- move the display to a new position on the host screen (V2.0)
Synopsis
MoveDisplay(x, y)
Function
This function moves the display to the new position specified by x and y. You can also use Hollywood's special coordinate constants here. To find out which x- and y-positions are valid, you can query the #ATTRMAXWIDTH and #ATTRMAXHEIGHT attributes with GetAttribute().

The initial position of the display can be set with the @DISPLAY preprocessor command.

Inputs
x
new x-position for the display
y
new y-position for the display
Example
MoveDisplay(#LEFT, #TOP)
This moves the display to the top-left of the screen

Show TOC