Changes between Version 80 and Version 81 of Docs/825gen2/Dev/UpdatingLegacyAppsToNewLook


Ignore:
Timestamp:
07/09/25 14:58:05 (2 weeks ago)
Author:
Don Wilson
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Docs/825gen2/Dev/UpdatingLegacyAppsToNewLook

    v80 v81  
    369369
    370370}}}
    371 In the above example the input items instead of prompt on the left and input to the right the inputs appear as buttons. The "On Threshold" and "Off Threshold" items will pressed will show the numeric input keypad directly below the selected button. 
     371In the above example instead of prompts on the left and inputs to the right the input items appear as buttons. The "On Threshold" and "Off Threshold" items use CFormRect::zero instead of rectKeypad. When pressed they will show the numeric input keypad directly below the selected button.  The "Traffic" items are Yes/No inputs which also show the selection at the input location. They also have CFormRect::zero. This type of input form is simple and works best without the popup tab keypad. Since there is no popup tab keypad with an ESC (escape) key the form has "Cancel" and "Ok" buttons.
    372372
    373373{{{#!c++