See the online help for program usage information.
This file is be loaded in addition to the program’s help file and causes additional items to appear on the help menu.
The argument is optional, if not given it defaults to 1.
both are present -dbman_host option overrides DBMAN_HOST
The file may contain comments. The beginning of a comment is delimited by a pound sign (#) and continues to the end of the line. Comments may appear on a line by themselves or may be added to the end of a configuration directive.
The file may also contain blank lines.
Parameter sets can not be saved in the this directory. Rather, directories must be created below this directory in which parameters sets are stored.
This directive creates an association between a parameter list file, the file created when the parameter set is uploaded from the database (i.e. the file that is used to save the parameter values in) and the filename that is used for the name of the saved parameter set when sending parameter sets to the database.
Sometimes, the saved file name is different than the file name that is used when sending data to the databaase. This is because a saved file may be used as input to a program such as an scaling program where a new dataset is created from the information uploaded from the running database.
Field 1 is the keyword i.e. script.
Field 2 is the script file name. This is appended to the the directory path named by the default script <path> directive explained above.
Field 3 is the file name of the file created in Save Mode. The file is created in the currently selected directory.
Field 4 is the file name of the parameter set sent to the database in Restore Mode. The file to be sent is taken from the currently selected directory.
The maximum number of entries in the script table is 50.
Entries in the script table must be unique, duplicate script names are not allowed.
Field 1 is the keyword.
Field 2 is the text which appears on the button.
Field 3 associates a button with the name of a script defined above by the script directive.
The maximum number of entries in the request table is 50.
Field 1 is the keyword
Field 2 is the text which appears on the button.
Field 3 associates a button with the name of a script defined above by the script directive.
The maximum number of entries in the send table is 50.
The file contains a series of lines each specifying the name of an AccelNET parameter. The format of each line in the file is: label|refname.
The file may contain comments. Comments are placed on lines in the file beginning with a pound sign (#). See reqpar_processor(3) for more information.
The resources are specified in the manner of standard Xwindows resources i.e. the color values may be specified as a color name which appears in the rgb.txt file or may be specified as a color triple i.e. #rrggbb.
When experimenting with the colors it is necessary to either restart the Xserver to reload the .Xresources file or reload the .Xresources information by using the xrdb(1) command.
In both cases g_request must be restarted in order to load the newly updated resource information.
If the resource specification is missing the color defaults to black.
If the resource specification is missing the color defaults to white.
here is an example:
g_request*background:
#4040f0
g_request*file_absent_color: green
g_request*file_present_color: white
In the example the background color is specified as an RGB triple. The file_absent_color and file_present_color are specified as names in rgb.txt.
The xrdb command is used like this: xrdb .Xresources
When testing a new configuration file you should start the program on the command line and watch for error messages. The program will report to stderr errors such as duplicate lines in the script table or script/button relationships that it can’t resolve.
This manual page is becoming closer to usable :=)