Changes between Version 60 and Version 61 of Docs/825gen2/Dev/DeveloperNews
- Timestamp:
- 06/05/25 08:31:55 (5 days ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Docs/825gen2/Dev/DeveloperNews
v60 v61 3 3 == 2025-06-05 Popup selection lists and keypads == 4 4 5 The arm825beta lib825ev has updated CForm features to improve input forms. Flag FORM_FLAG_POPUP can be OR'd with FORM_ FLAG_UINT8_SEL, FORM_FLAG_UINTx fields to provide popup selection list or input fields.5 The arm825beta lib825ev has updated CForm features to improve input forms. Flag FORM_FLAG_POPUP can be OR'd with FORM_UINT8_SEL and FORM_UINTx_YESNO fields to provide popup selection lists. This allows selecting items without presenting the main on screen keypad and going out of zoom mode. FORM_FLAG_POPUP can also be used for inputs FORM_UINTx, FORM_FLOAT, and FORM_DOUBLE to present a popup number pad keypad for numeric entry. FORM_FLAG_POPUP can be used for FORM_STR inputs to present a popup alphanumeric keypad for string input. 6 6 7 7 == 2025-04-11 Dark Mode for new style apps ==