<< Click to Display Table of Contents >> Dialog box library |
|
infodialogbox(Input1, Input2) - used to call information dialog. Input1 contains title of the dialog box; Input2 contains message.
Example:
infodialogbox(“Title”, “Some message here”);
setdialogbox(Input1, Input2, Input3, Input4) - used to call set tag’s value dialog box. Input1 contains title of the dialog box; Input2 contains message, Input3 tag’s name, Input4 contains value to set.
Example:
setdialogbox("Value set", "Set value", "FanStartRotation", "true");