The Script commands panel contains three columns.
The first column contains check boxes. When the box is checked, that step in the script is executed. When the box is unchecked, that step is skipped duing playback. When a script is recorded, PSP 8 checks all the boxes for you because it assumes that you plan on executing all the steps.
The second column contains the command mode and the drop dowm list that is used to change the state of that mode. When a script is first recorded PSP 8 sets all the modes to Default or Silent depending on the action. YOu can Edit the running mode by clicking the arrow on the right side of the box and selecting from the list either Default, Interactive or Silent. In the Default mode PSP8 will execute the command as it would normally do when selected manually from the respective toolbar. In Interactive mode, PSP8 will open all dialog windows that are activated by the script commands and allow you to set or change the default vaklues. In Silent mode, the script executes to the end without any intervention.
The third column contains the actual command. There is only one change that can be made to this column from within the built in Script Editor. You can DELETE the step. If you want to do anything fancier than that, you must do it through a Text Editor using the Python Language. |