Changes between Version 43 and Version 44 of Docs/825gen2/Dev/DeveloperNews


Ignore:
Timestamp:
04/11/25 07:07:52 (8 days ago)
Author:
Don Wilson
Comment:

--

Legend:

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

    v43 v44  
    77arm825beta lib825ev is updated to allow new style apps to run in dark mode (light text on black background). Previously legacy recompiled apps used dark mode, but new style apps used a white background.
    88
    9 To insure apps work properly in dark mode apps should not be coded with fixed colors. For example, //SetBkColor(nColorWhite);// should be changed to //SetBkColor(bkColorDefault)//.
     9To insure apps work properly in dark mode apps should not be coded with fixed colors. For example, //SetBkColor(nColorWhite);// should be changed to //SetBkColor(bkColorDefault)//. //SetCurColor(nColorBlack);// should be changed to //SetCurColor(COLOR_INFO);// or some other color profile identifier.
    1010
    1111== 2025-03-04 Eclipse Subclipse may stop working ==