Changes between Version 45 and Version 46 of Docs/825gen2/Dev/DeveloperNews


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

--

Legend:

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

    v45 v46  
    88
    99To 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
     11From ssh apps can be tested in normal or dark mode by setting the environment variable DARKMODE as 0 or 1. For example:
     12{{{
     13export DARKMODE=1
     14./myapp
     15}}}
     16
    1017
    1118== 2025-03-04 Eclipse Subclipse may stop working ==