PreFab...Player...Documentation...Frontier...User's Guide...

Chapter 1, Quick Start

(or, how to avoid the rest of the User's Guide)


To install Player, double-click on the Installer file and follow the prompts. For details, see Chapter 3, Installation.

To write a script with Player, first determine the step-by-step procedure for performing the desired task manually from the user interface. Then, translate each step into the equivalent Player verb and enter into a Frontier script window. For example:

The manual procedure:

  1. launch SimpleText and bring it to the front
  2. from the "File" menu, choose "Page Setup"
  3. from the "Page Size" pop-up menu, choose "US Legal"
  4. accept the dialog (e.g. using the enter key)
The script:
SimpleText.bringToFront()     « requires a SimpleText "glue table" (included)
with Player
   chooseMenu("File", "Page Setup")
   choosePopup("Page Size", "US Legal")
   acceptDialog()

Important!

Notes

| Top |


Cover, Inside Cover| Prev | Home | Next |Chapter 2. Product Overview

Updated on 1/24/99 by Scott S. Lawton (ssl@prefab.com)

Copyright 1993-99, PreFab Software, Inc. All Rights Reserved.

This site built and maintained using Stage Three, a set of custom Frontier scripts.