About Window

You can customize the about window in several ways. The about window is always shown in the default window named 'about'.

Scripting

The standard about window displays information on the loaded project as well as application information (relating to the Test Engine). You can customize this information setting certain information in the script.

Name   Call set_project_name to have your project name show up here
Version   Call set_project_version to set the version number
URL   Assign a string to the variable project_version_URL, preferrably a web address
Description   Assign a string to the variable project_info.
Credits   Create a named page called 'project_credits' and the about box will contain a link to it.

Pages

You can also replace the standard documents entirely. Here is a list of the items to replace. Simply create a page item and name it the same thing as the document you wish to replace.

about   This is the main about window document.
about_credits   This is the document that contains the application credits
about_system   This document displays all application and system information in one convenient spot. You will probably not want to replace this, but remember to link to it. Tech Support will thank you.