It is currently March 28th, 2024, 3:52 pm

Issue with RoundMeter

Report bugs with the Rainmeter application and suggest features.
Post Reply
oransmat
Posts: 2
Joined: February 9th, 2017, 5:25 pm

Issue with RoundMeter

Post by oransmat »

This is to follow up with Brian on what I think is a bug with the RoundMeter. Here is my sample case that demonstrates the issue when ControlAngle=0. Based on the ini below what should show up is a round circle with the center cut out. The outer diameter should change based on the Loop measure because ControlLength=1. What ends up happening is at the start of the loop there are two shapes that are like cropped circles(A), then there is one that is almost what I think should be there(B), and then near the end there is this line that shows up that connects the inner cutout to the outside of the meter(C).

What I think should be showing up are D and E. These are generated after I made the code change I suggested.

A: http://imgur.com/MJbtZi2
B: http://imgur.com/uj4YykJ
C: http://imgur.com/ddUcPp9


D: http://imgur.com/qUklQc7
E: http://imgur.com/QVpmAn4

[Rainmeter]
Update=500
AccurateText=1
DynamicWindowSize=1
[Metadata]
Name=Test
[Variables]
TotalColor=173,230,224,255
[MeasureLoop]
Measure=Loop
StartValue=0
EndValue=20
Increment=1
LoopCount=0

[MeterTotalDisk]
Meter=Roundline
MeasureName=MeasureLoop
X=450
Y=450
W=400
H=400
LineColor=#TotalColor#
Solid=1
ControlAngle=0
ControlLength=1
ControlStart=0
LineLength=10
LengthShift=150
LineStart=10



A:
rainmeterA.png
B:
rainmeterB.png
C:
rainmeterC.png
D:
rainmeterD.png
E:
rainmeterE.png
oransmat
Posts: 2
Joined: February 9th, 2017, 5:25 pm

Re: Issue with RoundMeter

Post by oransmat »

To be clear, the short of the issue is that ControlAngle=0 doesn't actually stop the RoundMeter from making angle based changes to what is drawn.
Post Reply