[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
+---------------------------------+
|           MOVE WINDOW           |
+---------------------------------+
MOVE WINDOW <window name>
        TO <row>, <column>
        | BY <expN1>, <expN2>

-----------------------------------
Moves window to new location.
-----------------------------------

<window name>
        Name of window to be moved.

TO <row>, <column>
        Moves window to coordinates specified by <row>, <column>.

BY <expN1>, <expN2>
        Moves window to another location relative to current position.  <expN1>
specifies number of rows to move window; <expN2> specifies number of
columns to move window.

+---------------------------------+
|         Program Example         |
+---------------------------------+
After window MENTER is defined and activated, window is moved.

DEFINE WINDOW menter FROM 10,4 TO 15,54
ACTIVATE WINDOW menter
WAIT WINDOW
MOVE WINDOW menter TO 15,10

-----------------------------------

See Also:  ACTIVATE WINDOW, DEFINE WINDOW, HIDE WINDOW, SCROLL, SHOW
WINDOW, ZOOM WINDOW

-----------------------------------

See Also: ACTIVATE WINDOW DEFINE WINDOW HIDE WINDOW SCROLL SHOW
This page created by ng2html v1.05, the Norton guide to HTML conversion utility. Written by Dave Pearson