Changes between Version 35 and Version 36 of Docs/825gen2/Dev/UpdatingLegacyAppsToNewLook
- Timestamp:
- 02/08/24 16:59:48 (10 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Docs/825gen2/Dev/UpdatingLegacyAppsToNewLook
v35 v36 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. 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