It is currently March 28th, 2024, 6:40 pm

IfAboveAction doesn't always redraw

Report bugs with the Rainmeter application and suggest features.
Post Reply
highpec
Posts: 14
Joined: June 17th, 2018, 8:01 am

IfAboveAction doesn't always redraw

Post 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?
User avatar
jsmorley
Developer
Posts: 22628
Joined: April 19th, 2009, 11:02 pm
Location: Fort Hunt, Virginia, USA

Re: IfAboveAction doesn't always redraw

Post by jsmorley »

I'd have to see more of the skin code, as what you have there looks right to me.
Post Reply