<< Click to Display Table of Contents >> Navigation: AutoTRAX PCB Design Express (DEX) > Appendix > Scripting > The Scripting Panel |
The scripting panel allows you to create command and command buttons to add to the DEX menu. It is shown below.
The Scripting Panel
Help
Plug-in Directory
This is the directory that the command plug-in collection files are kept. Each file is an XML text file with a .xml file extension. This allows you to view and edit them in third part XML programs.
Command Sets
Command plug-ins are contained in a plug-in collection files. You can have any number of plug-in collection files in the plug-ins directory. When DEX starts, it loads all plug-in collection files found and adds menu items for each command plug-in the file if the collection is enabled.
The grid displays all collection files loaded on startup.
Name is the name of the collection file (less the .xml extension)
Description is a brief description of what the collection contains.
Enable - if checked then the commands in the collection file will be added to the menu as buttons subject to the individual commands being enabled (see below).
Commands
This lists the command plug-ins found in the selected collection file.
Name is the name of the command plug-in.
Description is a brief description of the command..
Enable - if checked then the command will be added to the menu as a buttons subject to it's collection file being enable (see above).
Command
Tooltip
Command Script
This is the IronPython program script for the command. See the API for more details.