It is currently May 17th, 2024, 10:19 pm

Syntax help

Get help with creating, editing & fixing problems with skins
CybOrSpasm
Posts: 146
Joined: January 8th, 2011, 7:12 pm
Location: Tennessee

Re: Syntax help

Post by CybOrSpasm »

That's ok Brian, you have saved my bacon in the past, so all is forgiven. };] Consider this a chance to redeem yourself. };]
User avatar
smurfier
Moderator
Posts: 1931
Joined: January 29th, 2010, 1:43 am
Location: Willmar, MN

Re: Syntax help

Post by smurfier »

Code: Select all

[Rainmeter]
Update=1000
...
...
[MeasureTimer1]
Measure=Calc
Formula=(MeasureTimer1 + 1)
IfEqualValue=4
IfEqualAction=[!DisableMeasure #CURRENTSECTION#][!EnableMeasure MeasureTimer2][!Refresh TheRoom\Picture1]

[MeasureTimer2]
Measure=Calc
Formula=(MeasureTimer2 + 1)
IfEqualValue=4
IfEqualAction=[!DisableMeasure #CURRENTSECTION#][!EnableMeasure MeasureTimer3][!Refresh TheRoom\Picture2]
Disabled=1

[MeasureTimer3]
Measure=Calc
Formula=(MeasureTimer3 + 1)
IfEqualValue=4
IfEqualAction=[!DisableMeasure #CURRENTSECTION#][!EnableMeasure MeasureTimer4][!Refresh TheRoom\Picture3]
Disabled=1

[MeasureTimer4]
Measure=Calc
Formula=(MeasureTimer4 + 1)
IfEqualValue=4
IfEqualAction=[!DisableMeasure #CURRENTSECTION#][!EnableMeasure MeasureTimer1][!Refresh TheRoom\Picture4]
Disabled=1
GitHub | DeviantArt | Tumblr
This is the song that never ends. It just goes on and on my friends. Some people started singing it not knowing what it was, and they'll continue singing it forever just because . . .
CybOrSpasm
Posts: 146
Joined: January 8th, 2011, 7:12 pm
Location: Tennessee

Re: Syntax help

Post by CybOrSpasm »

Umm, wow. My whole post disappeared! But thanks smurfier, I will go give it a try right now! So much for thinking it was going to be an easy code!