You might try changing:
OnFinishAction=[!UpdateMeasure MeasureGetWallpaperImage][!UpdateMeterGroup Colors][!Redraw]
To:
OnFinishAction=[!Refresh]
You really must refresh the skin to get it to re-read the values in the Variables.inc file.
In any case !UpdateMeasure on a RunCommand plugin measure will never do anything. Only [!CommandMeasure MeasureName "Run"] will make a RunCommand measure take any action.
OnFinishAction=[!UpdateMeasure MeasureGetWallpaperImage][!UpdateMeterGroup Colors][!Redraw]
To:
OnFinishAction=[!Refresh]
You really must refresh the skin to get it to re-read the values in the Variables.inc file.
In any case !UpdateMeasure on a RunCommand plugin measure will never do anything. Only [!CommandMeasure MeasureName "Run"] will make a RunCommand measure take any action.
Statistics: Posted by jsmorley — Yesterday, 9:30 pm — Replies 6 — Views 101