Export to GitHub

rainmeter - issue #123

DynamicVariables=1 disables UpdateDivider


Posted on Nov 1, 2009 by Grumpy Monkey

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

Comment #1

Posted on Jan 29, 2010 by Helpful Camel

(No comment was entered for this change.)

Comment #2

Posted on Jan 30, 2010 by Helpful Camel

Fixed in r324.

Status: Fixed

Labels:
Type-Defect Priority-Medium