google-code-export / rainmeter

Automatically exported from code.google.com/p/rainmeter
1 stars 0 forks source link

Confusing behavior of "Update" #155

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
The changed Update value doesn't return to the default value even if it is
deleted.
The following is an obvious examples.

Firstly, try this codes. The counter works at 10 milliseconds.
___________________________

[Rainmeter]
Update=10

[MeasureCount]
Measure=Calc
Formula=Counter % 10

[MeterCount]
Meter=STRING
MeasureName=MeasureCount
SolidColor=FFFFFF
FontSize=30
AntiAlias=1
___________________________

Secondarily, delete "Update=10" or add commentout. Then, refresh skin.
The Update value doesn't return to the default value (1000), and the
counter will keep still working at 10 milliseconds.
To return default value, it is necessary to redefine 1000 or completely
restart skin.

I don't think this is a serious problem, but this behavior becomes the
cause to often confuse a user.

Original issue reported on code.google.com by kenz0.sa...@gmail.com on 29 May 2010 at 2:47

GoogleCodeExporter commented 9 years ago

Original comment by spx268 on 30 May 2010 at 4:01

GoogleCodeExporter commented 9 years ago
Fixed in r422.

Original comment by spx268 on 30 May 2010 at 7:03