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

  • 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 179
CHAPTER 4
NewtApp Applications
4-42 Summary of the NewtApp Framework
newtROLabelNumInputLine 4
aDisplayLabelNumberInputLine:= {// Labelled number display line
_proto: newtROLabelNumInputLine,
label: "",// Text for input line label
flavor: newtNumberFilter,//
path: 'pathExpr,// Data stored/retrieved from here
UpdateText: // Used with Undo to update text to new text
func(newText)..., //
}
newtLabelDateInputLine 4
editableLabelNumberInputLine:= {// Labelled date input line
_proto: newtLabelDateInputLine,
label: "",// Text for input line label
labelCommands: ["", "",],// Picker options
curLabelCommand: integer,// Integer for current command
memory: nil, // most recent picker choices
usePopup: true,// When true with labelCommands array
// picker is enabled
access: 'readWrite,// Could be 'readOnly or 'pickOnly
flavor: newtDateFilter,//
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)..., //
}
newtROLabelDateInputLine 4
displayLabelDateLine:= { // Labelled number display line
_proto: newtROLabelDateInputLine,
label: "",// Text for input line label
flavor: newtDateFilter,// Don’t change
path: 'pathExpr,// Data stored/retrieved from here
UpdateText: // Used with Undo to update text to new text
func(newText)..., //
}
newtLabelSimpleDateInputLine 4
editableLabelSimpleDateLine:= {// Labelled date display line
// accepts dates like 9/15 or 9/15/95
Zobrazit stránku 179
1 2 ... 175 176 177 178 179 180 181 182 183 184 185 ... 941 942

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

Žádné komentáře