Changes between Version 96 and Version 97 of Docs/825gen2/Dev/UpdatingLegacyAppsToNewLook
- Timestamp:
- 07/22/25 13:16:27 (10 hours ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Docs/825gen2/Dev/UpdatingLegacyAppsToNewLook
v96 v97 343 343 The //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. 344 344 345 The 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. 345 346 346 347 Another input form style is useful when !EnableFullScreenMode is used and the form has mostly selection items and numeric inputs.