When multiple [Measure] values are sent as an execute command, it doesn't work correctly.
For instance,
[Hours] Measure=Time Format=%H
[Minutes] Measure=Time Format=%M
[Seconds] Measure=Time Format=%S
[MeterTest] Meter=String MeasureName=Hours MeasureName2=Minutes MeasureName3=Seconds X=0 Y=0 SolidColor=FFFFFF Text="%1:%2:%3" LeftMouseDownAction=!Execute
["http://www.google.com/search?&q=[Hours]:[Minutes]:[Seconds]"]
All [Measure] after the second seems to be ignored. This problem came to occur from r191.
Environment: Rainmeter.exe v1.1 r192 Windows XP SP3
Comment #1
Posted on Aug 27, 2009 by Swift CamelYou need to define DynamicVariables=1 for the [MeterTest]. Otherwise the measures are evaluated only on the beginning when their values are still 0.
Comment #2
Posted on Aug 28, 2009 by Quick RhinoI understood. However, If possible, I wished that the implementation that considered forward compatibility. A skin that doesn't work by this change will be actually occur and a skin builder would need to fix of their skin.
Anyway, thank you for the advice.
Comment #3
Posted on Sep 3, 2009 by Quick Rhino(No comment was entered for this change.)
Status: Invalid
Labels:
Type-Defect
Priority-Medium