It is currently March 29th, 2024, 1:34 pm

[D2D][Fixed] Roundline - Solid

Backwards compatibility issues related to the conversion of Rainmeter to D2D.
User avatar
ikarus1969
Posts: 571
Joined: February 28th, 2011, 3:20 pm
Location: Vienna, Austria

[D2D][Fixed] Roundline - Solid

Post by ikarus1969 »

Hi!

Here's an issue with roundline. It seems to have a default of 1 for the solid property and not react to an explicit Solid=0.

Left: R4.2.0.3111, Right: Edit: R4.3.0.3218 too (was: R4.3.0.3217)
Screenshot RM RL.gif

Code: Select all

[Rainmeter]
Update=1000
AccurateText=1
DynamicWindowSize=1

[Meter_RL]
Meter=ROUNDLINE
X=0
Y=0
W=100
H=100
RotationAngle=(2 * PI)
StartAngle=(4 * (PI / 3))
LineStart=30
LineLength=50
LineColor=FF0000FF
AntiAlias=1
SolidColor=FFFFFFFF
LineWidth=20
You do not have the required permissions to view the files attached to this post.
User avatar
ikarus1969
Posts: 571
Joined: February 28th, 2011, 3:20 pm
Location: Vienna, Austria

Re: [Fixed] Roundline - Solid

Post by ikarus1969 »

Works with R4.3.0.3227 - Thank you!