The [NetBytes] and [NetWidth] sections should have been removed and replaced with these measures.Not sure why, but I don't have NetDownload in my skin box; and I have NetBytes and NetWidth whereas it didn't appear from your picture that you do. Mine still isn't working. I did refresh the skin.
Code:
[NetDownload]Measure=NetInInterface=BestMinValue=0MaxValue=(65.97 * 1048576)UpdateDivider=(#BatterySaverMode# = 0 ? 10 : 20)OnChangeAction=[!UpdateMeasure NetRounded][NetRounded]Measure=CalcFormula=Round(Clamp([NetDownload:%], 0, 100),0)MinValue=0MaxValue=100IfCondition=(NetMeasure < #YellowStarts#)IfTrueAction=[!SetVariable NetColor #GreenColor#]IfCondition2=(NetMeasure >= #YellowStarts#) && (NetMeasure < #RedStarts#)IfTrueAction2=[!SetVariable NetColor #YellowColor#]IfCondition3=(NetMeasure >= #RedStarts#)IfTrueAction3=[!SetVariable NetColor #RedColor#]OnChangeAction=[!CommandMeasure NetAnimation "Stop [&ActionList]"][!CommandMeasure NetAnimation "Execute [&ActionList]"]DynamicVariables=1[NetMeasure]Measure=CalcFormula=#NetValue#MinValue=0MaxValue=100DynamicVariables=1[NetAnimation]Measure=PluginPlugin=ActionTimerActionList1=Repeat AddStep, 100, 10ActionList2=UpdateAddStep=[!SetVariable NetValue ([#NetValue]+([&NetRounded:]-[#NetValue])/2)][!UpdateMeasure NetMeasure]Update=[!SetVariable NetValue [&NetRounded:]][!UpdateMeasure NetMeasure]DynamicVariables=1
Statistics: Posted by eclectic-tech — Yesterday, 11:14 pm