My ecpectation is that this measure will apply it's value to a variable all the time. But for some reason, it will only be set to the variable once.
I checked at the About/Skin and I found the measure is dynamically changed, but the variable is not. Why?
I checked at the About/Skin and I found the measure is dynamically changed, but the variable is not. Why?
Code:
[sTopProcess]Measure=PluginPlugin=UsageMonitorAlias=CPUIndex=1Blacklist=_Total|Idle|Memory CompressionIfMatch=^$IfNotMatchAction=[!SetVariable TheirProcess1 [sTopProcess]][sTopProcess2]Measure=PluginPlugin=UsageMonitorAlias=CPUIndex=2Blacklist=_Total|Idle|Memory CompressionIfMatch=^$IfNotMatchAction=[!SetVariable TheirProcess2 [sTopProcess2]]IfCondition=(sCpuAverage > 50)IfTrueAction=[!DisableMeasure CsTopProcessVisibility]IfFalseAction=[!EnableMeasure CsTopProcessVisibility]IfCondition2=(CsTopProcessVisibility < 6)IfTrueAction2=[!ShowMeter tTopProcessBg][!ShowMeter tTopProcess][!UpdateMeasure sTopProcess]IfFalseAction2=[!HideMeter tTopProcessBg][!HideMeter tTopProcess][!UpdateMeasure sTopProcess]
Statistics: Posted by pegasusearl — June 12th, 2025, 2:29 am — Replies 3 — Views 236