Changes between Version 87 and Version 88 of Docs/825gen2/Dev/UpdatingLegacyAppsToNewLook
- Timestamp:
- 07/15/25 10:04:31 (11 days ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Docs/825gen2/Dev/UpdatingLegacyAppsToNewLook
v87 v88 248 248 } 249 249 }}} 250 The !EnableFullScreenMode() is optional but recommended for new apps. When this is included the app will stay in the zoomed state and only show a keypad as needed for input fields. This is easier for users of the app. However, this may require a little more work to make the app fully functional. All menu screens must have an //Exit// button provided since there is no always shown arrow buttons. Input screens should have //Cancel// or //ESC// and //Ok// buttons. The apphelpers.cpp/.h provides helpers to simplify these changes.250 The !EnableFullScreenMode() is optional but recommended for new apps. When this is included the app will stay in the zoomed state and only show a keypad as needed for input fields. This is easier for users of the app. However, this may require a little more work to make the app fully functional. All menu screens must have an //Exit// button provided since there is no always shown navigation keypad with arrow buttons. Input screens should have //ESC// or //Cancel// and //Ok// buttons. The apphelpers.cpp/.h provides helpers to simplify these changes. 251 251 252 252 10. Modify all the references to the Show//XXXX// show as ShowGTN() to add the weightScreen instance such as: