Changes between Version 36 and Version 37 of Docs/825gen2/Dev/UpdatingLegacyAppsToNewLook
- Timestamp:
- 02/08/24 17:03:46 (10 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Docs/825gen2/Dev/UpdatingLegacyAppsToNewLook
v36 v37 256 256 Legacy code forms normally used fixed X,Y positions. It is often simpler and easier to maintain to just advance the positions. There are cases such as two column menus where at some point between FORM_ADD_BUTTON2 lines the rect position is reset to start the second column. 257 257 258 Some especially older apps may use other styles of forms such as !DynamicForm which is a C++ style of form defined in the older lib825 instead of lib825ev. Older apps may also use FormLCD which defines forms based on structs. Updating these apps will require more effort to convert them to use the newer FORM_INIT ... approach.259 258 Some especially older apps may use other styles of forms such as !DynamicForm which is a C++ style of form defined in the older lib825 instead of lib825ev. Apps may also use FormLCD which defines forms based on structs. Updating these apps will require more effort to convert them to use the newer FORM_INIT ... approach. 259