ShowModal Data Member Function

Shows the dialog as a modal control. This means that you must click OK or hit ENTER to dismiss the dialog before you can access the user interface again.

Prototype

int32 ShowModal( string p_sTitle, string p_sHint )

Parameters

Parameter Type Parameter Name Documentation
stringp_sTitleThe title text.
stringp_sHintThe hint text, which is displayed immediately below the title.

Examples

Copy Text To Clipboard

None published. Please look for an example in the Scenome Scripting Language code base.