Canvas MFD framework: Difference between revisions

(Update to cover the new UI Elements for the PFD)
Line 85: Line 85:
* setValues(values_array) sets the values of the element to values_array
* setValues(values_array) sets the values of the element to values_array


===DataEntryElement
===DataEntryElement===
Element that allows the user to enter input, e.g. entering an ICAO airport name to search for.  incrLarge() is used to move the cursor between characters, incrSmall() is used to change the current character, or if the DataEntryElement is not being edited, to start editing it.
Element that allows the user to enter input, e.g. entering an ICAO airport name to search for.  incrLarge() is used to move the cursor between characters, incrSmall() is used to change the current character, or if the DataEntryElement is not being edited, to start editing it.