How to constantly refresh a skin?
I got the VolumeMixer skin by JaxCore and I've set it on the static mode, where there's the volume icon in the system tray and if I click it it shows up the mixer. There's a problem, when hovering over the icon, it shows info
Volume: <volumeLevel>
but this isn't so accurate, sometimes it stucks up and doesn't adjust the text, for example if I connect/disconnect my bluetooth headphones (so the output device changes) it doesn't adjust the volume, or if I change volume frequently it doesn't adjust it. This thing is solved only by refreshing the skin! The Update and UpdateDivider variables in there seems to be useless at this point...
Now, I don't know how to code a skin and I don't know how to solve this bug, the only thing I can assume is that would be useful constantly refreshing the skin, not updating, refreshing!
How can I do it?
Here is the skin
I got the VolumeMixer skin by JaxCore and I've set it on the static mode, where there's the volume icon in the system tray and if I click it it shows up the mixer. There's a problem, when hovering over the icon, it shows info
Volume: <volumeLevel>
but this isn't so accurate, sometimes it stucks up and doesn't adjust the text, for example if I connect/disconnect my bluetooth headphones (so the output device changes) it doesn't adjust the volume, or if I change volume frequently it doesn't adjust it. This thing is solved only by refreshing the skin! The Update and UpdateDivider variables in there seems to be useless at this point...
Now, I don't know how to code a skin and I don't know how to solve this bug, the only thing I can assume is that would be useful constantly refreshing the skin, not updating, refreshing!
How can I do it?
Here is the skin
Code:
[Rainmeter]Update=1000DefaultSavePosition=0DefaultAlwaysOnTop=0DefaultDraggable=0DefaultSnapEdges=0DefaultStartHidden=1DefaultAlphaValue=255DefaultHideOnMouseOver=0DefaultFadeDuration=100DefaultClickThrough=0DefaultKeepOnScreen=0DefaultAutoSelectScreen=0DefaultUpdateDivider=-1DynamicWindowSize=1AccurateText=1RightMouseDownAction=[]RightMouseUpAction=[]AccurateIconName=1SkinWidth=#W#SkinHeight=#H#OnCloseAction=[!DeactivateConfig "YourMixer\Main\Elements\ControlScreen"]["#@#Actions\AHKv1.exe" "#@#Actions\Source Code\Close.ahk"][Variables]u/include=#@#Vars.incu/includegVar1=#SKINSPATH##JaxCore\@Resources\gVars\Time.incu/includeCoreDataVars=#SKINSPATH#..\CoreData\Vars.incH=#MinH#; ---------------------------------------------------------------------------- ;; Functions ;; ---------------------------------------------------------------------------- ;[Esc]Measure=PluginPlugin=HotkeyHotKey=ESCAPEKeyDownAction=[!UpdateMeasure mToggleSet]UpdateDivider=-1[Func]Measure=ScriptScriptFile=#@#Lua\Func.luaUpdateDivider=1[generateMixer]Measure=PluginPlugin=PowershellRMScriptfile=#@#Powershell\generateMixer.ps1u/includeTweenNode1Style=#@#Includes\Animation#Animated#.inc[mToggle]Measure=CalcFormula=1 - mToggle IfCondition=mToggle = 0IfTrueAction=[!UpdateMeasure ACTIONLOAD][!CommandMeasure Esc Start]IfCondition2=mToggle = 1IfTrueAction2=[!UpdateMeasure ACTIONUNLOAD][!CommandMeasure Esc Stop]IfConditionMode=1DynamicVariables=1[mToggleSet]Measure=CalcFormula=mToggleIfCondition=mToggle = 0iftrueaction=[!UpdateMeasure mToggle]ifconditionmode=1Group=NUOLDisabled=1[ACTIONLOAD]Measure=StringOnUpdateAction=[!CommandMeasure generateMixer "generateMixer"]Disabled=1Group=NUOL; ["#@#Icons\GetIcons#Layout.fetch_icons#\GetIcons.exe"][ACTIONUNLOAD]Measure=StringOnUpdateAction=[!UpdateMeasure ACTIONUNLOAD "YourMixer\Main\Elements\ControlScreen"]Disabled=1Group=NUOL[ACTIONREFRESH]Measure=StringOnUpdateAction=[!UpdateMeasure mToggleSet][!Delay 500][!UpdateMeasure mToggle]Disabled=1Group=NUOL[AppVolumeParent]Measure=PluginPlugin=AppVolumeIgnoreSystemSound=1ExcludeApp=#ExcludeApp#UpdateDivider=1[AppVolTester]Measure=PluginPlugin=AppVolumeParent=AppVolumeParentIndex=1Substitute=".exe":""u/includeTray=#@#Includes\Tray#StayOnDesktop##Tray##TrayScroll#.inc; Thanks DEATHCRAFTER; ---------------------------------------------------------------------------- ;; Content ;; ---------------------------------------------------------------------------- ;[Dum]Meter=String
Statistics: Posted by martinotecco — Today, 11:49 am — Replies 1 — Views 37