Show Data Member Function

Shows the dialog as a modeless control. This means you can set focus to the dialog and then return to the user interface.

Prototype

int32 Show( 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.