It is currently April 20th, 2024, 10:14 am

How can I reset NetIn Total?

Get help with creating, editing & fixing problems with skins
Sunspot2
Posts: 46
Joined: January 29th, 2010, 3:39 pm

How can I reset NetIn Total?

Post by Sunspot2 »

Im using a config to show total downloaded size (NetIn with Cumulative=1)
Is there a way to reset this? I mean, with a button or something similar.
User avatar
Alex2539
Rainmeter Sage
Posts: 642
Joined: July 19th, 2009, 5:59 am
Location: Montreal, QC, Canada

Re: How can I reset NetIn Total?

Post by Alex2539 »

Use the !RainmeterResetStats bang. Here is an example button:

Code: Select all

[ResetStats]
Meter=String
W=50
H=16
Text=RESET
SolidColor=255,128,0,128
LeftMouseUpAction=!RainmeterResetStats
ImageImageImageImage
Sunspot2
Posts: 46
Joined: January 29th, 2010, 3:39 pm

Re: How can I reset NetIn Total?

Post by Sunspot2 »

Thanks a lot!