Changes between Version 54 and Version 55 of Docs/825gen2/Dev/UpdatingLegacyAppsToNewLook
- Timestamp:
- 04/04/25 12:40:42 (2 weeks ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Docs/825gen2/Dev/UpdatingLegacyAppsToNewLook
v54 v55 9 9 2. Copy the files apphelpers.cpp, apphelpers.h, and appinfo.h from one of the new standard projects such as ID storage into the project to update. Changes to these files might be needed. For example, if different fonts or font sizes are desired these are specified in apphelpers.cpp. 10 10 11 3. C opy the //wght_screen.h// from a standard project if possible similar to the project being updated.11 3. Create a new header file //wght_screen.h// in the //src// folder. Copy the following code into the header: 12 12 13 13 {{{#!c++