Changes between Version 78 and Version 79 of Docs/825gen2/Dev/UpdatingLegacyAppsToNewLook


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

--

Legend:

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

    v78 v79  
    249249}
    250250}}}
    251 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. These is easier for users of the app. However, this will require a little more work to make the app fully functional. All menu screens should must have an //Exit// button provided. Input screens should have //Cancel// or //ESC// and //Ok// buttons. The apphelpers.cpp/.h provides helpers to simplify these changes.
     251The !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. This is easier for users of the app. However, this will require a little more work to make the app fully functional. All menu screens should must have an //Exit// button provided. Input screens should have //Cancel// or //ESC// and //Ok// buttons. The apphelpers.cpp/.h provides helpers to simplify these changes.
    252252
    25325310. Modify all the references to the Show//XXXX// show as ShowGTN() to add the weightScreen instance such as: