sys.bringAppToFront

Syntax sys.bringAppToFront (appName)

Params appName is a string containing the name or file system path of a running application that you wish to make frontmost.

Action Activates the named application, bringing it to the front.

Returns True if the application is running and is now frontmost, false otherwise.

Examples sys.bringAppToFront ("HyperCard")

   » true

sys.bringAppToFront ('DOCS')

   » true

This example brings DocServer to the front. See Notes.

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

Notes appName can also be a string4 containing the application's signature.

See Also sys.frontmostApp

Frontier.bringToFront

Discuss