Dial_RemoveNotification |
Removes a (delivered) notification.
Syntax
Dial_RemoveNotification ( switches ; notificationID )
Dial_RemoveNotification |
Removes a (delivered) notification.
Dial_RemoveNotification ( switches ; notificationID )
Dial_BigInputDialog |
Displays an input dialog box, in which the user can enter a long text.
Dial_BigInputDialog ( switches ; prompt ; button1 ; button2 ; button3 ;
button4 ; initialText )
Dial_DelayTicks |
Waits a specified period of time.
Dial_DelayTicks ( switches ; ticks )
Dial_Dialog |
Displays a dialog box, from which the user can choose a button.
Dial_Dialog ( switches ; prompt ; button1 ; button2 ; button3 ; button4 )
Dial_FlashDialog |
Displays a flash dialog box for a specified period of time.
Dial_FlashDialog ( switches ; ticks ; message ; countdownText )
Dial_GetButton |
Returns the number of the button clicked in the last dialog shown.
Dial_GetButton ( switches )
Dial_GetCurrentTimestamp |
The function returns the current timestamp with extra precision, in milliseconds.
Dial_GetCurrentTimestamp ( switches )
Dial_InputDialog |
Displays an input dialog box, in which the user can fill the input fields. Each of the up to 20 input fields can be a normal text input field, a password field, a popup menu or a checkbox.
Dial_InputDialog (switches ; nr. of fields ; prompt ; button1 ; button2 ;
button3 ; button4 )
Dial_PresentImage |
Displays one or more images or movies full screen or as a slideshow.
Dial_PresentImage ( switches ; showTicks ; fileList )
Dial_ProgressBar |
Displays a progress bar dialog box.
Dial_ProgressBar ( switches ; command ; maxval/incrval ; text ) ]