Changes between Version 89 and Version 90 of Docs/825gen2/Dev/UpdatingLegacyAppsToNewLook


Ignore:
Timestamp:
07/21/25 15:45:19 (5 days ago)
Author:
Don Wilson
Comment:

--

Legend:

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

    v89 v90  
    194194}}}
    195195
     196The header wght_screen.cpp should have a corresponding line added under //public:// such as:
     197{{{#!c++
     198    void ShowGTN(void);
     199}}}
     200This should not have the class name //CWeighingScreen:://. A semicolon is required at the end of this line.
     201
    1962026. Modify this function for new style display such as:
    197203