Routing
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
An online version of Programming for the Newton using Macintosh, 2nd ed. ©1996, 1994, Julie McKeehan and Neil Rhodes.
Last modified: 1 DEC 1996