Dial_BigInputDialog |
Displays an input dialog box, in which the user can enter a long text.
Syntax
Dial_BigInputDialog ( switches ; prompt ; button1 ; button2 ; button3 ;
button4 ; initialText )
Online help for Troi Plug-ins for FileMaker Pro 16.
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_GetInput |
Returns the contents of one of the input fields. This makes it easy to get the result without parsing.
Dial_GetInput ( switches )
Dial_GetPopup |
Returns the popup list that is currently stored in the plug-in.
Dial_GetPopup ( switches )
Dial_IconControl |
Sets the custom icon, to be used in subsequent dialogs where the switch “-customIcon” is specified.
Dial_IconControl ( switches ; theIcon )
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 )