Dialog box library

<< Click to Display Table of Contents >>

Navigation:  Project > Scripts > ST language > Embedded functions >

Dialog box library

Previous pageReturn to chapter overviewNext page

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");