Changes between Version 86 and Version 87 of Docs/825gen2/Dev/UpdatingLegacyAppsToNewLook


Ignore:
Timestamp:
07/15/25 10:01:17 (11 days ago)
Author:
Don Wilson
Comment:

--

Legend:

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

    v86 v87  
    368368
    369369}}}
    370 In 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.
     370In 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 always 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. The //AddFormCancelOkButtons()// function is defined in //apphelpers.cpp//.
    371371
    372372{{{#!c++