Quantcast
Channel: Rainmeter Forums
Viewing all articles
Browse latest Browse all 1587

Help: Rainmeter Skins • Re: Again with the ToolTips!

$
0
0
It's the ToolTipTitle that has stopped working. If I Mute then Unmute, it works, but when the skin is launched or refreshed, it doesn't show the volume setting
This has nothing to do with tooltips, it's exactly the same problem I mentioned when testing your skin (both during the development phase and after you released it). Plus, as a second problem, while testing your code above, the tooltip title in [MicAdjust] didn't change for me when scrolling over its bar either.

Solution for the 1st problem:

Code:

OnRefreshAction=[!CommandMeasure mRunMicVol "Run"][!Delay 500][!CommandMeasure mRunMicVol "Run"][!Delay 500][!CommandMeasure mRunLineVol "Run"][!Delay 500][!CommandMeasure mRunMicMute "Run"][!Delay 500][!CommandMeasure mRunMicMute "Run"][!Delay 500][!CommandMeasure mRunLineMute "Run"][!Delay 500][!CommandMeasure mRunLineMute "Run"]
Solution for the 2nd problem:

Code:

[MicMute]Measure=CalcFormula=0IfCondition=(MicMute=1)IfTrueAction=[!SetOption MicAdjust ToolTipTitle "Muted"][!UpdateMeter MicAdjust][!Redraw]IfFalseAction=[!SetOption MicAdjust ToolTipTitle "[*MicVol*]%"][!UpdateMeter MicAdjust][!Redraw]DynamicVariables=1Group=MIC
The above solved both issues for me - hopefully it will for you too. I'll let you figure out why, especially since the solution to the 2nd problem is already applied in another part of your code. Also, although it strangely works both ways, it's Fill Color and not FillColor.

Statistics: Posted by Yincognito — Today, 8:10 pm



Viewing all articles
Browse latest Browse all 1587

Trending Articles