Note:
|
Alerts are always blocking: they prevent interaction with any other form until they have been actioned.
|
Defines a simple error alert with an acknowledge button at the current cursor position: Note that the result, which is always 'YES', has here been discarded
|
|
Displays a message alert with an acknowledge button at the current cursor position:
|
|
Displays a warning alert with an acknowledge button at the current cursor position:
|
|
Displays a confirm alert at the current cursor position.
This example comes up with two buttons: ‘YES’ and ‘NO’ , delivering the corresponding text as the string result.
|
|
Displays a question alert at the current cursor position: This example comes up with three buttons: ‘YES’, ‘NO’ and ‘CANCEL’ delivering the corresponding text as the string result.
|
|