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

Help: Rainmeter Skins • Re: Rainmeter refresh

$
0
0

Code:

...[Variables]ButtonState=1[MeasureSkinStatus]Measure=LoopIfCondition=(#ButtonState#=1)IfTrueAction=[!ActivateConfig "PcKapat"]...
The ButtonState=1 before the measure will always have the measure's IfCondition be true on refresh, loading the other skins. So you would need change it to ButtonState=0 to have the other skins start unloaded. If you want the other skins to keep their state and only change based on this skin's actions, see if the ConfigActive plugin fits what you want to do.

Note the Loop measure as it is currently (counting from 1 to 100) does not affect the IfCondition, as the IfCondiiton is only looking at the ButtonState variable. You could simplify it to a Calc measure if you don't need the counter, but it's a minor detail.

Statistics: Posted by Alex88 — Today, 12:24 am



Viewing all articles
Browse latest Browse all 1653

Trending Articles