I_DIALOG
defines the title and size of a dialog box. I_DIALOG
is mandatory for defining a dialog.
Syntax
I_DIALOG title [, size_x, size_y [, flag[, str1,str2,str3,str4,str5,str6]]]
Parameters
title
(string): the title of the dialog, in double quotes.
size_x, size_y
(integer, ³ 0): optional, defines size of dialog in pixels.
flag
: the flag number is a binary integer (between 0 and 7).
flag= 4*j3 + j2*2 + j1
where j1, j2, j3 can be 0 or 1.
j3: Apply and Cancel buttons are present
j2: show default Allplan info dialog
j1: has info dialog
str1
...str6
: text strings shown in the cells of the info dialog. With "pict=..."
you can set a picture to be shown in the cell. With "link=..."
a button with the URL is shown, by clicking on it, the URL is called in Web-Browser.
Remarks
Each Dialog Script can contain only one I_DIALOG command.
Usable since script version 1.1 (Allplan 2012-1).
(C) ALLPLAN GmbH |
Privacy policy |