app.zoomWindow

Syntax app.zoomWindow ()

Params None.

Action Zooms the window. Performs the same operation as clicking in the window's zoom box.

Returns False if there is no target window.

Examples app.start ("MinApp"); for i = 1 to 10 {app.zoomWindow ()}

   » true

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

Notes You can determine a window's position by calling app.getWindowPosition.

See Also app.getWindowPosition

Discuss