Quantcast
Viewing all articles
Browse latest Browse all 1609

Help: Rainmeter Skins • ToolTips no longer working

I've changed the design of a skin from showing SegoeFluent icons to using Shape meters and the ToolTips no longer work. I've added DynamicVariables to them with no luck and am completely lost as to the problem.

They work fine on the SF code but nothing shows with the Shape code. Everything else also works ok, it's literally this one thing that won't show up now that I changed the meters to shapes!

OLD code using the SF icons:

Code:

[sAllText]FontFace=Trebuchet MSStringStyle=BoldStringAlign=CenterCenterFontSize=9FontColor=#White#SolidColor=#Trans#AntiAlias=1DynamicVariables=1UpdateDivider=-1[MicIcon]Meter=StringMeterStyle=sAllTextFontFace=Segoe Fluent IconsFontSize=11FontColor=#White60#Text=[\xE720]LeftMouseUpAction=[!SetVariable MicVol 25]["#@#Mic\SoundVolumeView.exe" /SetVolume "#Mic#" 25][!CommandMeasure mRunMicVol "Run"][!Update]MiddleMouseUpAction=["#@#Mic\SoundVolumeView.exe" /Switch "#Mic#"][!CommandMeasure mRunMicMute "Run"][!Update]RightMouseUpAction=[!SetVariable MicVol 80]["#@#Mic\SoundVolumeView.exe" /SetVolume "#Mic#" 80][!CommandMeasure mRunMicVol "Run"][!Update]MouseScrollUpAction=[!SetVariable MicVol (Clamp(#MicVol#+#VolStep#,0,100))]["#@#Mic\SoundVolumeView.exe" /ChangeVolume "#Mic#" 5][!CommandMeasure mRunMicVol "Run"][!Update]MouseScrollDownAction=[!SetVariable MicVol (Clamp(#MicVol#-#VolStep#,0,100))]["#@#Mic\SoundVolumeView.exe" /ChangeVolume "#Mic#" -5][!CommandMeasure mRunMicVol "Run"][!Update]ToolTipTitle=[MicVol]%ToolTipText=[mDeviceName] - [mDeviceStatus]X=([Button1:X]+25)Y=([Button1:Y]+5)
NEW code with Shapes:

Code:

[MicAdjust]Meter=ShapeShape=Rectangle 0, 0, #BarW#, -#BarH# | StrokeWidth 0 | Extend FillFill=FillColor #Trans#DynamicVariables=1LeftMouseUpAction=[!SetVariable MicVol 25]["#@#Mic\SoundVolumeView.exe" /SetVolume "#Mic#" 25][!CommandMeasure mRunMicVol "Run"][!Update]MiddleMouseUpAction=["#@#Mic\SoundVolumeView.exe" /Switch "#Mic#"][!CommandMeasure mRunMicMute "Run"][!Update]RightMouseUpAction=[!SetVariable MicVol 80]["#@#Mic\SoundVolumeView.exe" /SetVolume "#Mic#" 80][!CommandMeasure mRunMicVol "Run"][!Update]MouseScrollUpAction=[!SetVariable MicVol (Clamp(#MicVol#+#VolStep#,0,100))]["#@#Mic\SoundVolumeView.exe" /ChangeVolume "#Mic#" 5][!CommandMeasure mRunMicVol "Run"][!Update]MouseScrollDownAction=[!SetVariable MicVol (Clamp(#MicVol#-#VolStep#,0,100))]["#@#Mic\SoundVolumeView.exe" /ChangeVolume "#Mic#" -5][!CommandMeasure mRunMicVol "Run"][!Update]MouseOverAction=[!SetOption #CURRENTSECTION# Fill "FillColor #Aqua#,#Alpha#"][!UpdateMeter #CURRENTSECTION#][!Redraw]MouseLeaveAction=[!SetOption #CURRENTSECTION# Fill "FillColor #Trans#"][!UpdateMeter #CURRENTSECTION#][!Redraw]ToolTipTitle=[MicVol]%ToolTipText=[mDeviceName] - [mDeviceStatus]X=rY=#BarH#
Any idea what the problem is?
Thanks. Image may be NSFW.
Clik here to view.
:thumbup:

Statistics: Posted by sl23 — 24 minutes ago



Viewing all articles
Browse latest Browse all 1609

Trending Articles