Changes between Version 89 and Version 90 of Docs/825gen2/Dev/UpdatingLegacyAppsToNewLook
- Timestamp:
- 07/21/25 15:45:19 (5 days ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Docs/825gen2/Dev/UpdatingLegacyAppsToNewLook
v89 v90 194 194 }}} 195 195 196 The header wght_screen.cpp should have a corresponding line added under //public:// such as: 197 {{{#!c++ 198 void ShowGTN(void); 199 }}} 200 This should not have the class name //CWeighingScreen:://. A semicolon is required at the end of this line. 201 196 202 6. Modify this function for new style display such as: 197 203