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.
int32 ShowModal( string p_sTitle, string p_sHint )
| Parameter Type | Parameter Name | Documentation |
|---|---|---|
| string | p_sTitle | The title text. |
| string | p_sHint | The hint text, which is displayed immediately below the title. |
None published. Please look for an example in the Simdify Scripting Language code base.