It is currently April 19th, 2024, 12:55 am

[D2D][Fixed] Issue with transparency?

Backwards compatibility issues related to the conversion of Rainmeter to D2D.
User avatar
Axinoe
Posts: 14
Joined: April 27th, 2018, 10:52 pm

[D2D][Fixed] Issue with transparency?

Post by Axinoe »

When I set transparency of a skin to ~100%, and make it fade in on hover, the skin doesn't seem to behave correctly. It fades out when it shouldn't, and isn't being reliable.

Here's a test volume skin.
Set the transparency to ~100% and fade in on hover.

Code: Select all

[Rainmeter]
Update=1000
AccurateText=1

[Metadata]
Name=
Author=
Information=
Version=
License=Creative Commons Attribution - Non - Commercial - Share Alike 3.0

[Variables]
SetLo=18
SetMed=27
SetHi=36
[MeasureWin7Audio]
Measure=Plugin
Plugin=Win7AudioPlugin

[Meter]
Meter=Image
W=34
Y=18
SolidColor=0,0,0,1
[MeterStringl]
Meter=Shape
X=4
Y=4
Shape=Rectangle 0,0,6,6 | StrokeWidth 0 | Fill Color FFFFFF
LeftMouseUpAction=!CommandMeasure "MeasureWin7Audio" "SetVolume #SetLo#"
[MeterStrinmg]
X=14
Y=4
Meter=Shape
Shape=Rectangle 0,0,6,6 | StrokeWidth 0 | Fill Color FFFFFF
LeftMouseUpAction=!CommandMeasure "MeasureWin7Audio" "SetVolume #SetMed#"
[MeterStringh]
X=24
Y=4
Meter=Shape
Shape=Rectangle 0,0,6,6 | StrokeWidth 0 | Fill Color FFFFFF
LeftMouseUpAction=!CommandMeasure "MeasureWin7Audio" "SetVolume #SetHi#"
User avatar
Brian
Developer
Posts: 2678
Joined: November 24th, 2011, 1:42 am
Location: Utah

Re: Issue with transparency?

Post by Brian »

This *should* be fixed with r3217. Turns out the issue was the same as: https://forum.rainmeter.net/viewtopic.php?p=150740#p150740

Thanks for reporting!

-Brian