Apple Newton Utilities User's Guide Page 578

  • Download
  • Add to my manuals
  • Print
  • Page
    / 942
  • Table of contents
  • BOOKMARKS
  • Rated. / 5. Based on customer reviews
Page view 577
CHAPTER 15
Filing
15-12 Using the Filing Service
Creating the appAll Slot 15
You must create in your application’s base view an appAll slot containing a string
of the form
"
All Items"
where Items is the plural for the items to be led, such as cards, notes, and so on.
For example, when the user taps the folder tab view in the built-in Notes
application, the last item in the picker is “All Notes.
The following code fragment denes a typical
appAll slot:
myAppBase := {… appAll: "All Notes", …}
Creating the appObjectFileThisIn Slot 15
You must dene the appObjectFileThisIn slot in your application’s base
view. This slot holds the full text of the message to be displayed to the user when
ling a single item; for example,
“File this widget in”
This string is shown at the top of the Filing slip pictured in Figure 15-2 (page 15-3).
Creating the appObjectFileThisOn Slot 15
You must dene the appObjectFileThisOn slot in your application’s base
view. This slot holds the full text of the string labelling the group of buttons that
represent stores in the Filing slip; for example,
“File this item on”
where item is the singular case of the target your application les, such as a card, a
note, and so on.
For an example of this string, see Figure 15-5 (page 15-5).
Creating the appObjectUnled Slot 15
You must dene an appObjectUnfiled slot in your application’s base view.
This slot holds a string of the form
"
Unfiled Items"
where Items is the plural case of the items to be led, such as cards, notes, and so
on. For example, if the user taps the folder tab view in the built-in Notes application,
the rst item in the picker is “Unled Notes.
The following code fragment denes a typical
appObjectUnfiled slot:
myAppBase := {… appObjectUnfiled: "Unfiled Notes", …}
Page view 577
1 2 ... 573 574 575 576 577 578 579 580 581 582 583 ... 941 942

Comments to this Manuals

No comments