app.getWindowPosition

Syntax app.getWindowPosition ()

Params None.

Action Determines the position of the target window.

Returns A rectangle describing the position of the target window on the desktop.

Examples app.start ("MinApp"); app.getWindowPosition ()

   » 100,100,200,500

Platform Notes This verb is only implemented in the Mac OS version of Frontier.

See Also app.moveWindow

Discuss