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


Ignore:
Timestamp:
04/11/25 07:06:00 (4 weeks ago)
Author:
Don Wilson
Comment:

--

Legend:

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

    v42 v43  
    11= Developer News =
     2
     3== 2025-04-11 Dark Mode for new style apps ==
     4
     5**Comming Soon...**
     6
     7arm825beta 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
     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)//.
    210
    311== 2025-03-04 Eclipse Subclipse may stop working ==