It is currently May 22nd, 2024, 2:56 am

!hide/showfade 1 update behind RecycleType=Count, can I fix?

Get help with creating, editing & fixing problems with skins
Raynemeetor
Posts: 6
Joined: March 17th, 2012, 5:17 pm

!hide/showfade 1 update behind RecycleType=Count, can I fix?

Post by Raynemeetor »

Hi,
I am using

Code: Select all

[Rainmeter]
Update=1000
[measureBinItems]
Measure=Plugin
Plugin=RecycleManager.dll
RecycleType=COUNT
IfEqualValue=0
IfEqualAction=!execute [!HideFade BinCommands]
IfAboveValue=0
IfAboveAction=!execute [!ShowFade BinCommands]
in my skin. The show/hidefade commands are one update behind. Is there a way around this?

This is the only way I found to fade an empty bin image to a full bin image (I am new at this). I am hoping there is another option other than increasing my measure's update rate 10fold. It will still be one update behind. Visually, it's good enough but it eats up CPU....
Last edited by Raynemeetor on April 18th, 2012, 5:50 pm, edited 1 time in total.
Raynemeetor
Posts: 6
Joined: March 17th, 2012, 5:17 pm

Re: !hide/showfade 1 update behind RecycleType=Count, can I

Post by Raynemeetor »