Changes between Version 43 and Version 44 of Docs/825gen2/Dev/DeveloperNews
- Timestamp:
- 04/11/25 07:07:52 (8 days ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Docs/825gen2/Dev/DeveloperNews
v43 v44 7 7 arm825beta 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. 8 8 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)//. 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)//. //SetCurColor(nColorBlack);// should be changed to //SetCurColor(COLOR_INFO);// or some other color profile identifier. 10 10 11 11 == 2025-03-04 Eclipse Subclipse may stop working ==