FRIBDAQ / NSCLDAQ

0 stars 1 forks source link

Scaler display alarms no longer work. #140

Closed rfoxkendo closed 4 months ago

rfoxkendo commented 4 months ago

It appears there's a missing tcl proc getColorImage that generates/caches the images used to color tabs with alarmed lines. In 11.x these colors were generated from static image files. rather than dynamically.

Dynamic tab color generation is "better" because it allows users to customize not just the alarm colors but tab colors.

rfoxkendo commented 4 months ago

Should be backported to 12.0 as well as being implemented in 12.1

rfoxkendo commented 4 months ago

The above commits fix this issue... backported into 12.0-main as well.