Quantcast
Channel: Rainmeter Forums
Viewing all articles
Browse latest Browse all 688

Help: Rainmeter Skins • Re: Need a little help with getting an If Condition to do a different Mouse Click Action

$
0
0
Yes, you can both nest:
(#AMDg#=0?0:(#NVIDIA#=0?1:0))
and use multiple conditions:
((#AMDg#=0)&&(#NVIDIA#=0)?0:...)
((#AMDg#=0)||(#NVIDIA#=0)?1:...)
How to do that, depends on what you want to achieve. Basically all rules valid for formulas apply, except that they're done in the conditional.

With the Example above, Is it possible to Hide a Group of Strings? To Hide the Group STRING1

Code:

[MeterStringAlpha]Group=STRING1Meter=String[MeterStringBeta]Group=STRING1Meter=String

Statistics: Posted by Rooky_89 — Today, 1:29 pm



Viewing all articles
Browse latest Browse all 688

Trending Articles