Changes between Version 42 and Version 43 of Docs/825gen2/Dev/DeveloperNews
- Timestamp:
- 04/11/25 07:06:00 (4 weeks ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
TabularUnified Docs/825gen2/Dev/DeveloperNews
v42 v43 1 1 = Developer News = 2 3 == 2025-04-11 Dark Mode for new style apps == 4 5 **Comming Soon...** 6 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 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)//. 2 10 3 11 == 2025-03-04 Eclipse Subclipse may stop working ==