sys.setFrontApp

Syntax sys.setFrontApp (appName)

Params appName is the name of a currently running application

Action Brings the specified application to the front

Returns True if the application could be brought to the front, false if not.

Examples sys.setFrontApp ("HyperCard")

   » true

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

Notes This verb is implemented as a script.

See Also sys.bringAppToFront

Discuss