Changes between Version 54 and Version 55 of Docs/825gen2/Dev/DeveloperNews


Ignore:
Timestamp:
04/14/25 07:20:31 (5 days ago)
Author:
Don Wilson
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Docs/825gen2/Dev/DeveloperNews

    v54 v55  
    1313}}}
    1414
    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 very good when the colors are inverted.
     15Buttons 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.
    1616
    1717A new flag value for CFormButton is provided //FORM_BUTTON_BITMAP_NO_INVERT// to prevent the automatic bitmap color invert when in dark mode.
    1818
    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 use when in dark mode.
     19The following example shows how different bitmap images may be specified for the app to use for buttons when in dark mode.
    2020{{{
    2121const char* bitmapFile;