Dial_ListDialog |
Displays a list dialog box, from which the user can choose an item.
Syntax
Dial_ListDialog ( switches ; prompt ; button1 ; button2; button3 ; button4 ;
listitems )
Online help for Troi Plug-ins for FileMaker Pro 16.
Dial_ListDialog |
Displays a list dialog box, from which the user can choose an item.
Dial_ListDialog ( switches ; prompt ; button1 ; button2; button3 ; button4 ;
listitems )
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 ) ]
Dial_SetDialogTitle |
Sets the default dialog title for the title bar of dialogs.
Dial_SetDialogTitle ( switches ; dialogTitle )
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 )