aiSee supports the concept of user actions. User action means that commands can be specified in GDL (see useractioncmd). These commands are executed when one of the menu entries of the Auxiliaries menu is invoked.
aiSee supports four commands to be specified in the graph description. They differ in the way that command line arguments are supplied to the command. The command specified for
The menu entries corresponding to the user actions in the Auxiliaries menu can be specified in GDL as well with the useractionname graph attribute.
Example: User Action
<>01 > ...
<>02 > useractionname1: "Start netscape"
<>03 > useractioncmd1: "netscape"
<>04 > useractionname2: "Goto AbsInt"
<>05 > useractioncmd2: "netscape http:\\www.AbsInt.de"
<>06 > useractionname3: "Start aisee with one GDL file"
<>07 > useractioncmd3: "aisee"
<>08 > useractionname4: "Start aisee with several GDL files"
<>09 > useractionname4: "aisee -multi"
<>10 > ...