Changes between Version 94 and Version 95 of Docs/825gen2/Dev/UpdatingLegacyAppsToNewLook


Ignore:
Timestamp:
07/21/25 15:56:10 (4 days ago)
Author:
Don Wilson
Comment:

--

Legend:

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

    v94 v95  
    256256The !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 for specified form 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.
    257257
    258 10. Modify all the references in the main .cpp file to Show//XXXX// functions show as ShowGTN() to add the weightScreen instance such as:
     25810. Modify all the references in the main .cpp file to Show//XXXX// functions such as ShowGTN() to call the functions within the weightScreen instance:
    259259{{{#!c++
    260260weightScreen.ShowGTN();