Changes between Version 54 and Version 55 of Docs/825gen2/Dev/DeveloperNews
- Timestamp:
- 04/14/25 07:20:31 (5 days ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Docs/825gen2/Dev/DeveloperNews
v54 v55 13 13 }}} 14 14 15 Buttons that have bitmap images included may not appear properly in dark mode. Most of the standard app button images such as the zero button image // /usr/images/icon_app_btn_zeroX.bmp// have only black, white, and gray pixels. These images will appear verygood when the colors are inverted.15 Buttons that have bitmap images included will automatically invert the bitmap colors when in dark mode. Most of the standard app button images such as the zero button image // /usr/images/icon_app_btn_zeroX.bmp// have only black, white, and gray pixels. These images will appear very good when the colors are inverted. However, bitmaps with other colors may not appear as good when the colors are inverted. 16 16 17 17 A new flag value for CFormButton is provided //FORM_BUTTON_BITMAP_NO_INVERT// to prevent the automatic bitmap color invert when in dark mode. 18 18 19 Bitmaps with color pixels may not appear as well when the colors are automatically inverted. Different bitmaps may be specified for the app to usewhen in dark mode.19 The following example shows how different bitmap images may be specified for the app to use for buttons when in dark mode. 20 20 {{{ 21 21 const char* bitmapFile;