Changes between Version 45 and Version 46 of Docs/825gen2/Dev/DeveloperNews
- Timestamp:
- 04/11/25 07:38:59 (8 days ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Docs/825gen2/Dev/DeveloperNews
v45 v46 8 8 9 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(COLOR_BKGND)//. //SetCurColor(nColorBlack);// should be changed to //SetCurColor(COLOR_INFO);// or some other non-fixed color identifier. 10 11 From ssh apps can be tested in normal or dark mode by setting the environment variable DARKMODE as 0 or 1. For example: 12 {{{ 13 export DARKMODE=1 14 ./myapp 15 }}} 16 10 17 11 18 == 2025-03-04 Eclipse Subclipse may stop working ==