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.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
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"]
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
Statistics: Posted by Yincognito — Today, 8:10 pm