Manuals >User's Guide >Program Basics Print version of this Book (PDF file) |
||||||||
|
||||||||
Working with Dialog BoxesThe program uses a dialog box to display messages or to request information needed to carry out a command. The following figure shows an example dialog box.
Providing Dialog Box InformationList BoxContains the available choices. If there are more choices than can fit in the list box, you can use the scroll bars to access more choices. Click the item you want to select. Text BoxEnter the required information in the fields or edit information currently entered. One field has the keyboard focus (where keystrokes appear). This field is identified by a highlighted border and a blinking input cursor that looks like an I-beam. Drop-down ListOpens after you click the triangular symbol at the end of a bar-like button. Click the item you want to select. Command and Option ButtonsInitiate immediate action when selected. By default, the choice that has a darker border is active. To choose the default, press Enter or click OK. To implement the selections made in a dialog box:
PromptsA prompt dialog box requires information to carry out the current command. You must make a choice and close the dialog box before you can take any other action in the program. Error MessagesAn error dialog box opens after an operation in which one or more errors have occurred. All errors resulting from a particular operation are displayed in one box. You must clear the error dialog box before you can continue with IC-CAP operations. All error messages generated during a particular session are written to a file in your home directory named .icerrlog. The .icerrlog file is cleared each time IC-CAP is run. |
||||||||
|
||||||||