In Procedure example a pointer to the procedure is passed into the dialog box constructor. The dialog box will use this pointer to access the mode's keywords. If you want the same default values to appear every time you post the dialog box, you must call the setKeywordValuesToDefaults() method before returning the dialog box, as shown in Procedure example. |