It is currently April 24th, 2024, 9:29 pm

Animated .GIF files in Rainmeter

Tips and Tricks from the Rainmeter Community
DizzyDaft
Posts: 4
Joined: June 4th, 2010, 9:50 am

Re: Animated .GIF files in Rainmeter

Post by DizzyDaft »

wow ty very much i can swithch if off then back on again.. :D

now the thing was for when rainmeter boots up, i need it to be switched off as the defult not on
this is what i got so far..

Code: Select all

[Rainmeter]
Background=../Images/background1.png

[Variables]
@include=#SKINSPATH#Black Widow\Variables\Variables.inc
Hidden=#MeterNameState#

;[Tab Section 1]==================================

[MeterTab-1]
Meter=Image
x=323
y=88
W=35
H=35
ImageName=../Images/EQ.png
LeftMouseDownAction=!Execute #TAB1A# [!RainmeterSetVariable 1]
RightMouseDownAction=!Execute #TAB1B#  [!RainmeterSetVariable 0]

[ImageMeter0]
Meter=Image
X=23
Y=10
W=12
H=49
ImageName=../Images/SYNTH/0/[ImageNumberCalc0].png
DynamicVariables=1

[ImageNumberCalc0]
Measure=Calc
Formula=Counter % 5
Substitute=".00000":""
this works fine to switch on or off but its in on mode by defult
if i chacnge
DynamicVariables=1 to 0 its permantly swithced off and makes
LeftMouseDownAction=!Execute #TAB1A# [!RainmeterSetVariable 1]
RightMouseDownAction=!Execute #TAB1B# [!RainmeterSetVariable 0]
useless :|
how do i get by this thanx agian ;)