When starting GraphX from the command line, you can include four optional parameters. These parameters specify the accessory configuration file, the communication path to use, the screen location of the accessory, and the accessory keyname.
The command line parameters are listed below:
Parameter |
Description |
---|---|
-Cfilename |
Indicates the name of the accessory configuration file. |
-Ppathname |
Indicates the path name to use for communication. |
-Lleft,top,right,bottom |
Indicates the location and dimensions for positioning the accessory. The left, top, right, and bottom parameters are pixel coordinates specified as integers. |
-Kkeyname |
Indicates the keyname assigned to the accessory which is used when opening an accessory from a parent accessory. The keyname for GraphX is UTS60G. |
Example 1 The following command line syntax runs GraphX, positions the accessory at coordinates 20,60,500,200, and specifies the name of the path over which GraphX receives graphics commands:
GRAPHX -L(20,60,500,200) -PPATHNAME