Apple Newton Utilities Uživatelská příručka Strana 179

  • Stažení
  • Přidat do mých příruček
  • Tisk
  • Strana
    / 942
  • Tabulka s obsahem
  • KNIHY
  • Hodnocené. / 5. Na základě hodnocení zákazníků
Zobrazit stránku 178
CHAPTER 4
NewtApp Applications
Summary of the NewtApp Framework 4-41
usePopup: true,// When true with labelCommands array
// picker is enabled
access: 'readWrite,// Could be 'readOnly or 'pickOnly
flavor: newtTextFilter,//
memory: nil, // most recent picker choices
path: 'pathExpr,// Data stored/retrieved from here
ChangePopup: // change picker items before they display
func(item, entry)..., //
UpdateText: // Used with Undo to update text to new text
func(newText)..., //
}
newtROLabelInputLine 4
aLabelInputLine:= { // Labelled display line for text
_proto: newtROLabelInputLine,
label: "",// Text for input line label
flavor: newtTextFilter,//
memory: nil, // most recent picker choices
path: 'pathExpr,// Data stored/retrieved from here
ChangePopup: // change picker items before they display
func(item, entry)..., //
UpdateText: // Used with Undo to update text to new text
func(newText)..., //
}
newtLabelNumInputLine 4
aLabelNumberInputLine:= { // Labelled number input line
_proto: newtLabelNumInputLine,
label: "",// Text for input line label
labelCommands: ["", "",],// Picker options
curLabelCommand: integer,// Integer for current command
usePopup: true,// When true with labelCommands array
// picker is enabled
access: 'readWrite,// Could be 'readOnly or 'pickOnly
flavor: newtNumberFilter,//
memory: nil, // most recent picker choices
path: 'pathExpr,// Data stored/retrieved from here
ChangePopup: // change picker items before they display
func(item, entry)..., //
UpdateText: // Used with Undo to update text to new text
func(newText)..., //
}
Zobrazit stránku 178
1 2 ... 174 175 176 177 178 179 180 181 182 183 184 ... 941 942

Komentáře k této Příručce

Žádné komentáře