window.setPosition
| Syntax |
window.setPosition (title, horiz, vert)
|
| Params |
title is the name of an open window. horiz is the horizontal coordinate to which you wish to move the window. vert is the vertical coordinate to which you wish to move the window.
|
| Action |
Sets the position of the window to the indicated horizontal and vertical coordinates.
|
| Returns |
True if the object is open in a window, false otherwise.
|
| Examples |
window.setPosition (window.frontMost (), 150, 150) » true
|
| Notes |
Frontier will not permit a window to be moved off the desktop. If you provide a horiz or a vert that would result in the window moving off the desktop, Frontier simply constrains the appropriate setting(s) to keep the window visible on the desktop.
|
| See Also |
window.getPosition
|