Troi Plug-ins are very diverse in the functionality they add to FileMaker Pro. To give you an idea of what they can do, we are (irregularly) highlighting one of our plug-ins’ functions in alphabetical order.
Continue Reading
Schedule Notification |
Schedules the display of a notification dialog on screen (and in the notification center).
Syntax
Schedule Notification[ Select ; Result ; NotificationID ; Delay ; Title ;
Message body ; Action button ; File name ;
Script name ; Script parameter; Switches ]
Remove Notification |
Removes a (delivered) notification.
Syntax
Remove Notification [ NotificationID ; Switches ]
Show List Dialog |
Displays a list dialog box, from which the user can choose an item.
Syntax
Show List Dialog [ Select ; Result ; Title ; Prompt ; Button 1 ; Button 2;
Button 3 ; Button 4 ; List items ; Switches ; Icon ;
Custom icon ]
Dial_ScheduleNotification |
Schedules the display of a notification dialog on screen (and in the notification center).
Syntax
Dial_ScheduleNotification( switches ; notificationID ; delay ; title ;
message ; buttonLabel ; fileName ; scriptName ;
scriptParameter )
Dial_RemoveNotification |
Removes a (delivered) notification.
Syntax
Dial_RemoveNotification ( switches ; notificationID )
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 )
Dial_DelayTicks |
Waits a specified period of time.
Syntax
Dial_DelayTicks ( switches ; ticks )
Dial_Dialog |
Displays a dialog box, from which the user can choose a button.
Syntax
Dial_Dialog ( switches ; prompt ; button1 ; button2 ; button3 ; button4 )
Dial_FlashDialog |
Displays a flash dialog box for a specified period of time.
Syntax
Dial_FlashDialog ( switches ; ticks ; message ; countdownText )