SUI_Alert Table of Contents || Prev | Next || [?]

 
SUI_Alert (message{; buttonTitle{; mode}})
 
ParameterTypeDescription
messageStringMessage to display and/or speak (255 chars).
buttonTitleStringTitle of OK button to speak
modeInteger1: display dialog; 2: speak message; 3: speak & display
 
Description

SUI_Alert allows you to speak and display a 4D Alert, and dismiss it by speaking the button title.

NOTE: Do not use SUI_Alert while in a speakable dialog (where SUI_SetDialogState = 1).