The ShowDialog transaction displays the specified dialog box. The integration cannot respond to changes the end user makes in the dialog box.
Type XTYP_EXECUTE
Syntax [ShowDialog(docwinID, dialogID)]
|
Parameter |
Data type |
Values |
Meaning |
|
docwinID |
WORD |
0 | docwinID |
active | specific. See Remarks. |
|
dialogID |
WORD |
dialog box to show. To see a dialog box, click its name: |
|
|
|
1 |
|
|
|
|
2 |
|
|
|
|
3 |
|
|
|
|
4 |
|
|
|
|
5 |
|
|
|
|
6 |
|
|
|
|
7 |
|
|
|
|
8 |
|
|
|
|
9 |
|
|
|
|
10 |
|
|
|
|
11 |
|
|
|
|
12 |
|
|
|
|
13 |
|
|
|
|
14 |
|
|
|
|
15 |
|
|
|
|
16 |
Remarks
Generally, Options dialog boxes affect the active document or layer, while Preferences set defaults for future documents or layers. The docwinID, though it must be included, is ignored for Preferences dialog boxes that affect the entire system. Therefore, you can show one of the Preferences dialog boxes even when no document windows are open.
You can only display dialog boxes that are available in your edition of Imagenation.
Release information
Added in Release 3.40.
Published in Release 5.0.
See also