It is currently April 25th, 2024, 4:03 am

[SOLVED] Speedfan, IfActions and negative value

Get help with creating, editing & fixing problems with skins
66808
Posts: 4
Joined: January 24th, 2017, 10:02 pm

[SOLVED] Speedfan, IfActions and negative value

Post by 66808 »

Is it possible to use negative value reported by speedfan with IfEqual? The most basic approach didnt work.
IfAbove and IfBelow are already in use for positive values with great success.
Last edited by 66808 on February 26th, 2017, 9:01 pm, edited 1 time in total.
User avatar
balala
Rainmeter Sage
Posts: 16168
Joined: October 11th, 2010, 6:27 pm
Location: Gheorgheni, Romania

Re: Speedfan, IfActions and negative value

Post by balala »

I'd recommend to use IfConditions, instead of the IfActions (IfEqual or so on). The IfConditions are much much more versatile.
For specific help, please post your code.
66808
Posts: 4
Joined: January 24th, 2017, 10:02 pm

Re: Speedfan, IfActions and negative value

Post by 66808 »

Thanks. IfConditions did the trick :)
User avatar
balala
Rainmeter Sage
Posts: 16168
Joined: October 11th, 2010, 6:27 pm
Location: Gheorgheni, Romania

Re: Speedfan, IfActions and negative value

Post by balala »

66808 wrote:IfConditions did the trick :)
I'm glad.