Routing

Route Scripts

These are the items below the line in the Action button.

When the user taps on the Action button, the Action button sends itself the GetRouteScripts message to obtain an array of route scripts. The default version of that method in the root view looks for a slot named routeScripts using inheritance:

rootView.GetRouteScripts := func(targetInfo)
begin
   return routeScripts;
end
The routeScripts Array
Adding a routeScripts Slot to a newtApp Application
Appending Ending Route Scripts to the Standard NewtApp Ones
Handling Multiple Items

An online version of Programming for the Newton using Macintosh, 2nd ed. ©1996, 1994, Julie McKeehan and Neil Rhodes.

Last modified: 1 DEC 1996