|
This is an advanced Frontier verb of primary interest to implementers and advanced scripters. It is not necessary to understand it to use Frontier effectively for most tasks.
Dialog resources to be used in Frontier must be stored either in Frontier.root or in the Frontier program resource fork.
The callback script should take one parameter: the dialog item that was hit. This parameter is usually processed inside a CASE statement in the script.
Before the dialog is displayed and user input is accepted, the callback script is called with the special item value -1, to allow it to initialize the dialog's items as appropriate.
The callback script should return false to dismiss the dialog
|