Apple Newton Utilities Betriebsanweisung Seite 170

  • Herunterladen
  • Zu meinen Handbüchern hinzufügen
  • Drucken
  • Seite
    / 942
  • Inhaltsverzeichnis
  • LESEZEICHEN
  • Bewertet. / 5. Basierend auf Kundenbewertungen
Seitenansicht 169
CHAPTER 4
NewtApp Applications
4-32 Summary of the NewtApp Framework
newtRollLayout 4
myRollLayout:= { // Dynamically lays out child views
_proto: newtRollLayout, // using protoChild as default
protoChild: GetLayout("DefaultEntryView"), // Default view
name: "", // Optional.
masterSoupSlot: 'mainSoup, // Required.
// Symbol referring to soup from allSoups slot
forceNewEntry: true, //Forces new entry when empty
//folder opened.
menuRightButtons:[], //Replaces slot in status bar
menuLeftButtons:[], //Replaces slot in status bar
dataSoup: 'soupSymbol,//Set to soup for this layout
dataCursor: ,// Set to top visible entry; main cursor
// All newtLayout methods are inherited.
}
newtPageLayout 4
myPageLayout:= { // Dynamically lays out child views
_proto: newtPageLayout, // using protoChild as default
protoChild: GetLayout("DefaultEntryView"), // Default view
name: "", // Optional.
masterSoupSlot: 'mainSoup, // Required.
// Symbol referring to soup from allSoups slot
forceNewEntry: true, //Forces new entry when empty
//folder opened.
menuRightButtons:[], //Replaces slot in status bar
menuLeftButtons:[], //Replaces slot in status bar
dataSoup: 'soupSymbol,//Set to soup for this layout
dataCursor: ,// Set to top visible entry; main cursor
// All newtLayout methods are inherited.
}
newtOverLayout 4
myOverLayout:= { // Overview for page and card type layout
_proto: newtOverLayout
centerTarget: nil, // True centers entry in overview
masterSoupSlot: 'mainSoup, // Required.
// Symbol referring to soup from allSoups slot
name: "", // Required but not used.
Seitenansicht 169
1 2 ... 165 166 167 168 169 170 171 172 173 174 175 ... 941 942

Kommentare zu diesen Handbüchern

Keine Kommentare