Apple Newton Utilities Guide de l'utilisateur Page 180

  • Télécharger
  • Ajouter à mon manuel
  • Imprimer
  • Page
    / 942
  • Table des matières
  • MARQUE LIVRES
  • Noté. / 5. Basé sur avis des utilisateurs
Vue de la page 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
Vue de la page 179
1 2 ... 175 176 177 178 179 180 181 182 183 184 185 ... 941 942

Commentaires sur ces manuels

Pas de commentaire