Changes between Version 96 and Version 97 of Docs/825gen2/Dev/UpdatingLegacyAppsToNewLook


Ignore:
Timestamp:
07/22/25 13:16:27 (10 hours ago)
Author:
Don Wilson
Comment:

--

Legend:

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

    v96 v97  
    343343The //formSetup.!LeftAlignPromptInputs(inpThresh, inpViol1)// Statement is used to align the input fields. This function scans the input fields from //Thresh// through //Viol1// and finds the longest prompt text. It then sets all the input field coordinates all of these inputs so that the input prompts are lined up based on the longest prompt.
    344344
     345The popup tab keypad provides an ESC (escape) key. However, an "Ok" button is necessary to complete the form saving changes. The //AddFormOkButton()// function is used to provide the "Ok" button. The //AddFormOkButton()// function is defined in apphelpers.cpp.
    345346
    346347Another input form style is useful when !EnableFullScreenMode is used and the form has mostly selection items and numeric inputs.