Apple Newton Utilities Guide de l'utilisateur Page 247

  • 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 246
CHAPTER 6
Pickers, Pop-up Views, and Overviews
Summary 6-47
PickActionScript: function, // returns selected item
PickCancelledScript: function, // user cancelled picker
...
}
protoRepeatDateDurationTextPicker 6
aProtoRepeatDateDurationTextPicker := {
_proto: protoRepeatDateDurationTextPicker,
label: string, // picker label
startTime: integer, // initial start date
stopTime: integer, // initial end date
longFormat: symbol, // format to display date
shortFormat: symbol, // format to display date
repeatType: constant, // how often meeting meets
mtgInfo: constant, // repeating meetings
PickActionScript: function, // returns selected item
PickCancelledScript:function, // user cancelled picker
...
}
protoDateNTimeTextPicker 6
aProtoDateNTimeTextPicker := {
_proto: protoDateNTimeTextPicker,
label: string, // picker label
date: integer, // initial date/time
format: symbol, // format to display time
longFormat: symbol, // format to display date
shortFormat: symbol, // format to display date
increment: integer // amount to change time
PickActionScript: function, // returns selected item
PickCancelledScript: function, // user cancelled picker
...
}
protoTimeTextPicker 6
aProtoTimeTextPicker := {
_proto: protoTimeTextPicker,
label: string, // picker label
labelFont: fontSpec, // label display font
entryFont: fontSpec, // picked entry font
indent: integer, // amount to indent text
Vue de la page 246
1 2 ... 242 243 244 245 246 247 248 249 250 251 252 ... 941 942

Commentaires sur ces manuels

Pas de commentaire