Overview protos 6 – Apple Newton Programmer’s Newton 2.0 (for Newton 2.0) User Manual

Page 222

Advertising
background image

C H A P T E R 6

Pickers, Pop-up Views, and Overviews

6-22

Overview Protos

Overview Protos

6

You can use the protos described in this section to create overviews of data. An over-
view allows the user to see all of data in a soup or an array scrolling list. The user
can select individual items and open them to see the detail. Overview protos include:

The

protoOverview

provides a framework for displaying an overview of the

data in your application. Each overview item occupies one line, and the user can
scroll the list and pick individual or multiple items. “Using protoOverview”
(page 6-24) has information on using this proto. For further information about
the slots and methods of

protoOverview

, see “protoOverview” (page 5-85) in

Newton Programmer’s Reference. Figure 6-35 shows an example of a

protoOverview

.

Figure 6-35

A

protoOverview

example

The

protoSoupOverview

provides a framework for displaying an overview

of soup entries in your application. For information about the slots and methods
for this proto, see “protoSoupOverview” (page 5-90) in Newton Programmer’s
Reference
. Figure 6-36 shows an example of a

protoSoupOverview

.

Advertising