Setup script


A setup script can be created on the home directory with the name

xtt_setup.rtt_com


This will be executed when the operator environment (or Xtt) is started, and can
contain script statements and xtt commands.

Here are some examples of useable commands.

Open a graph

    open graph my_graph

Create a maintenance menu in the navigator

    create item/text="Maintenance"/menu/destination="DataBase"/before
    create item/text="My graph"/command="open graph my_graph"/pixmap=graph
            /dest=Maintenance/first

Remove menu items from the standarde menu of the navigator

    delete item /name=close
    delete item /name=system-nethandler

Short command for an hierarchy in the database

    define rb9 "show children /name=hql-rb9"

Short command for a graph

    define my_graph "open graph my_graph"