Show Data Member Function

Shows the <EnterTextDialog> and prompts the user to enter a text string.

Prototype

int32 Show( string p_sTitle, string p_sHint, int32 p_nTextRequired, Str p_sInitialText )

Parameters

Parameter Type Parameter Name Documentation
stringp_sTitleA string containing the title.
stringp_sHintA string containing a message or hint to display above the text entry control.
int32p_nTextRequiredIndicates whether or not text entry is required before the user can dismiss the dialog via OK.
<Str>p_sInitialTextDefault text to display in the text control.

Examples

Copy Text To Clipboard

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