Changes between Version 68 and Version 69 of Docs/825gen2/Dev/DeveloperNews
- Timestamp:
- 07/01/25 07:58:09 (4 days ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Docs/825gen2/Dev/DeveloperNews
v68 v69 11 11 When a popup selection list or keypad is presented the display items will be slightly grayed except for the selected item and popup. Any touch outside of the popup will dismiss the popup and redraw the form. 12 12 13 For input screens that may have several text inputs it is preferred to keep the keypad location at the bottom of the window. A small keypad with ESC and tab keys may be shown in this case to facilitate moving between fields. 13 For input screens that may have several text inputs it is preferred to keep the keypad location at the bottom of the window. A small keypad with ESC and tab keys may be shown in this case to facilitate moving between fields. For this initialize the form with //nFormFlgShowPopupTabKeypad | nFormFlgAutoPresentPopup// 14 14 15 15 == 2025-04-11 Dark Mode for new style apps ==