red / REP

Red Enhancement Process
BSD 3-Clause "New" or "Revised" License
10 stars 4 forks source link

WISH: runtime update of system/view/metrics/colors #105

Open hiiamboris opened 3 years ago

hiiamboris commented 3 years ago

Then programs written in Red could adapt their UI without the need for restart.

Red already handles WM_THEMECHANGED message to update some fonts, so logically colors could be the next target

Another missing piece is making system/view/metrics a reactor, so code would know when to update the UI. And triggering it's on-change* from R/S code, because maps it contains won't trigger it.