I am finding an odd occurance where if i click the bin and just delete one item from it the skin doesn't know i have deleted only one item from the bin. The bin works properly if i delete all items using the empty recycle bin button in the folder as well as if i use the command
Here are my Variables, Measures and Meters:Is this a limitation or am i just missing something all together? Like i said, if i open the bin and there are 5 items in it and i manually delete ONLY 1 item the count for my items stays at 5, If i where to then just click the empty recycle bin button in the folder not the skin it shows 0. Which that part works as stated.
If anyone else has this issue or sees some mistake I have made id really appreciate it.
Here are my Variables, Measures and Meters:
Code:
[Variables]binfull=Recycle-Bin_solar_full.pngbinempty=Recycle-Bin_solar.pngTSize="" [MeasureBin]Measure=PluginPlugin=RecycleManager.dllDrives=ALLRecycleType=COUNTIfAboveValue=0IfAboveAction=[!SetOption TrashImage ImageName "#ImagePath##binfull#"] [!UpdateMeter *] [!Redraw]IfEqualValue=0IfEqualAction=[!SetOption TrashImage ImageName "#ImagePath##binempty#"] [!UpdateMeter *] [!Redraw]UpdateDivider=3[MeasureSize]Measure=PluginPlugin=RecycleManager.dllDrives=ALLRecycleType=SIZEIfCondition=1IfTrueAction=[!SetVariable TSize [&LuaScript:FormatNumber([&MeasureSize:],4,'1k')]]OnChangeAction=[!SetVariable TSize [&LuaScript:FormatNumber([&MeasureSize:],4,'1k')]]UpdateDivider=3[TrashImage]Meter=IMAGEImageName=#ImagePath#emptytrash.pngX=35Y=3W=35H=35AntiAlias=1LeftMouseUpAction=!CommandMeasure MeasureBin OpenBinRightMouseUpAction=!CommandMeasure MeasureBin EmptyBinToolTipTitle="Recycle Bin Options"ToolTipText="Left Click to Open Recycle Bin.#CRLF#Right Click to Empty Recycle Bin"[MeterCount]Meter=STRINGMeterStyle=styleLeftTextWMeasureName=MeasureBinFontColor=#FCR#X=113Y=25W=60H=14Postfix=" : Items"InlineSetting=Color | #FCN#InlinePattern=\w*( : Items)[MeterSize]Meter=STRINGMeterStyle=styleRightTextWMeasureName=MeasureSizeFontColor=#FCO#X=230Y=0rW=200H=14AutoScale=1NumOfDecimals=1Text="#TSize#B"InlineSetting=Color | #FCN#InlinePattern=\w*(B)InlineSetting=Color | #FCN#InlinePattern=\w*(kB)InlineSetting2=Color | #FCN#InlinePattern2=\w*(MB)InlineSetting3=Color | #FCN#InlinePattern3=\w*(GB)InlineSetting4=Color | #FCN#InlinePattern4=\w*(TB)DynamicVariables=1
If anyone else has this issue or sees some mistake I have made id really appreciate it.
Statistics: Posted by Maggz — Yesterday, 10:35 pm