Dial_SetInput |
Sets the text to be pre-entered in the input fields of the next input dialog.
Syntax
Dial_SetInput ( switches ; text1 ; text2 ; text3 ; text4 ; ... ; text20 )
Dial_SetInput |
Sets the text to be pre-entered in the input fields of the next input dialog.
Dial_SetInput ( switches ; text1 ; text2 ; text3 ; text4 ; ... ; text20 )
Dial_SetLabels |
Sets the label text to be displayed next to the input fields of the next input dialog.
Dial_SetLabels ( switches ; label1 ; label2 ; label3 ; ... ; label20 )
Dial_SetListInput |
This function allows you to preselect an item from the list in the Dial_ListDialog function.
Dial_SetListInput ( switches ; preselectedText )
Dial_SetPopup |
Sets the values to be used for the popup list.
Dial_SetPopup ( switches ; popupvalues {; secondvaluelist} )
Dial_SetPosition |
Sets the position on the screen of dialogs to be shown.
Dial_SetPosition ( switches ; left ; top )
Dial_SetPreference |
Sets preferences, like the timeout time of the progress dialog.
Dial_SetPreference ( switches ; value )
Dial_Version |
Use this function to see which version of the plug-in is loaded. This function is also used to register the plug-in.
Dial_Version ( switches )
Dial_VersionAutoUpdate |
Use this function to see which version of the plug-in is loaded, formatted as an 8 digit number to represent an AutoUpdate version.
Dial_VersionAutoUpdate
Show Big Input Dialog |
Displays an input dialog box, in which the user can enter a (very) long text.
Show Big Input Dialog [ Select ; Result ; Prompt ; Button1 ; Button2 ;
Button3 ; Button4 ; Initial text ; Switches ; Icon ;
Custom icon ]
Show Flash Dialog |
Displays a flash dialog box for a specified period of time.
Show Flash Dialog [ Select ; Result ; Ticks ; Dialog text ; Countdown text ;
Switches ; Icon ; Custom icon ]