Dialog Designer |
|
| Top Previous Next | |
The Dialog Designer lets you design dialogs visually, instead of by writing a command.

You can access the Dialog Designer in two ways:
| • | from the code window using the context menu or the F2 keyboard shortcut. To edit an existing dialog description, place the cursor on the first line of the DIALOG CREATE command before right clicking the mouse or pressing F2. To create a dialog description where none existed before, place the cursor where you want the dialog description to go and press F2. |
| • | from the Tools menu, you can choose Application Wizard. The Wizard will let you run the Dialog Designer to design a new dialog from scratch, and then generate all the DialogScript code for a working (though non-functional) application. |
See also: