Kobikan / rainmeter

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

DynamicVariables=1 disables UpdateDivider #123

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
If DynamicVariables=1 is set in a measure that uses UpdateDivider, 
UpdateDivider ceases to function completely

The issue is apparent in this bit of code:
[MeasureCounter]
Measure=Calc
Formula=Counter%20

[MeasureTest]
Measure=Calc
Formula=MeasureCounter
;DynamicVariables=1
UpdateDivider=5

[TXT]
Meter=String
Measurename=MeasureTest
MeasureName2=MeasureCounter
Text=%1 : %2
SolidColor=200,255,255

Note that when DynamicVariables=1 is commented out, the skin displays the 
first number updating at 1/5th the speed of the second, as normal. 
Uncommenting it will show them updating at the same rate.

Using Rainmeter 1.1 r302

Original issue reported on code.google.com by alex2...@gmail.com on 1 Nov 2009 at 5:07

GoogleCodeExporter commented 9 years ago

Original comment by spx268 on 29 Jan 2010 at 12:26

GoogleCodeExporter commented 9 years ago
Fixed in r324.

Original comment by spx268 on 30 Jan 2010 at 12:04