Page 1 of 1

IfAboveAction doesn't always redraw

Posted: June 18th, 2018, 7:47 am
by highpec
Hello,

Using this option

IfAboveValue=24
IfAboveAction=[!SetOption MeterCPUPercent FontColor #LightRed#][!UpdateMeter *][!Redraw]
IfBelowValue=25
IfBelowAction=[!SetOption MeterCPUPercent FontColor #White#][!UpdateMeter *][!Redraw]

Sometimes if the CPU spikes for a second like when opening a program, RainMeter will not re-draw the color to white once it's below the threshold. Right now for example I'm doing some testing and opened a few programs -- and it's staying red even at 1% CPU usage.

Any idea what would cause this? Or just a bug in the program?

Re: IfAboveAction doesn't always redraw

Posted: June 18th, 2018, 11:44 am
by jsmorley
I'd have to see more of the skin code, as what you have there looks right to me.