It is currently April 20th, 2024, 12:17 pm

Recycle Bin Error

Report bugs with the Rainmeter application and suggest features.
dv-ent
Posts: 62
Joined: November 13th, 2011, 11:43 am

Recycle Bin Error

Post by dv-ent »

i keep getting an error when i put the recycle bin code in my new skin

Code: Select all


[Image11c]
Meter=IMAGE
ImageName=#@#Images\empty_trash1.png
X=1725
Y=675
AntiAlias=1
Hidden=1

[Image11d]
Meter=IMAGE
ImageName=#@#Images\full_trash1.png
X=1725
Y=650
AntiAlias=1
Hidden=1
LeftMouseUpAction=!Execute [!CommandMeasure "MeasureBin" "EmptyBin"]
RightMouseUpAction=!Execute [!CommandMeasure "MeasureBin" "OpenBin"]





======================================
TRASH CODE
======================================

[MeasureBin]
Measure=Plugin
Plugin=RecycleManager.dll
Drives=ALL
RecycleType=COUNT

[BinAction]
Measure=Calc
Formula=MeasureBin
IfAboveAction=!execute [!HideMeter Image11c][!ShowMeter Image11d][!Redraw]
IfAboveValue=0
IfEqualAction=!execute [!HideMeter Image11d][!ShowMeter Image11c][!Redraw]
IfEqualValue=0

see pics for error message

is it something wrong on my end ?

using latest release
You do not have the required permissions to view the files attached to this post.
User avatar
Arne Anka
Posts: 100
Joined: April 18th, 2009, 11:31 am
Location: Sweden

Re: Recycle Bin Error

Post by Arne Anka »

dv-ent wrote:i keep getting an error when i put the recycle bin code in my new skin
I get something similar:
DriveT.png
Drive T: is a virtual drive... O.O
If I remove the Recycle Bin code, I don't get the error.
Livet är bara en period man ska överleva.
Som filosoferna säger: man föds, man lever och man dör ensam...
dv-ent
Posts: 62
Joined: November 13th, 2011, 11:43 am

Re: Recycle Bin Error

Post by dv-ent »

Arne Anka wrote:If I remove the Recycle Bin code, I don't get the error.

...same here !
User avatar
cwfrizzell
Posts: 77
Joined: August 10th, 2009, 9:03 pm

"Rainmeter.exe - No Disk" error

Post by cwfrizzell »

I updated to Rainmeter 2.31 and immediately started getting a "Rainmeter.exe - No Disk" error:

"There is no disk in the drive. Please insert a disk into drive \Device\Harddisk\DR30"

as well as

"...\Device\Harddisk1\DR29"

Prior to 2.31, I was using a 2.30 beta with no problems. This is the skin in question:

Code: Select all

[Rainmeter]
Author=
Update=1000

;Metadata added by RainBrowser
;http://rainmeter.net/RainCMS/?q=Rainmeter101_AnatomyOfASkin

[Metadata]
Name=
Config=
Description=
Instructions=
Version=
Tags=
License=
Variant=
Preview=

;End of added Metadata

[Variables]
Color1=255, 255, 255, 217
Color2=255, 255, 255, 160
FontName=Agency FB
FontHeight1=14
FontHeight2=7
FontHeight3=12
AntiAlias=1
Substitute="PM":"pm","AM":"am"
CAPS_Lock=No
BinState=Empty
lblRecycleSize=%2
Items=%1 items
MailState=NoNew
Accuracy=1

[sLine]
X=0
Y=0
W=540
H=36
SolidColor=00000001

;==============================
;MEASURES
;==============================

;------------
;Recycle Bin
;------------

[msrCount]
Measure=Plugin
Plugin=RecycleManager.dll
RecycleType=COUNT
Drives=ALL
UpdateDivider=3

[msrSize]
Measure=Plugin
Plugin=RecycleManager.dll
RecycleType=SIZE
Drives=ALL
UpdateDivider=3

[msrSize2]
Measure=Calc
Formula=Round(msrSize/1024/1024,#Accuracy#)

[msrIcon]
Measure=Calc
Formula=msrCount
IfAboveAction=!Execute [!RainmeterSetVariable Items "%1 items"][!RainmeterSetVariable BinState "Full"][!RainmeterSetVariable Total "%2 B"]
IfAboveValue=0
IfBelowAction=!Execute [!RainmeterSetVariable BinState "Empty"][!RainmeterSetVariable Total "0 B"]
IfBelowValue=1
IfEqualAction=!Execute [!RainmeterSetVariable Items "No items"][!RainmeterSetVariable Total "0 B"]
IfEqualValue=0

;------------
;Keystate Measure
;------------

[MeasureCAPS]
Measure=Plugin
Plugin=KeyState.dll
KeyName=CAPS
IfAboveValue=1
IfEqualAction=!Execute [!RainmeterShowMeter MeterCAPSOn][!RainmeterHideMeter MeterCAPSOff]
IfEqualValue=1
IfEqualAction=!Execute [!RainmeterShowMeter MeterCAPSOn][!RainmeterHideMeter MeterCAPSOff]
IfBelowValue=1
IfBelowAction=!Execute [!RainmeterShowMeter MeterCAPSOff][!RainmeterHideMeter MeterCAPSOn]

[MeasureCAPSWord]
Measure=Calc
Formula=MeasureCAPS*1
Substitute="0":"No","1":"Yes"

;------------
;Mail Measure
;------------

[mGmail]
Measure=Plugin
Plugin=WebParser.dll
Url=https://cwfrizzell:JBLEmerc1@mail.google.com/mail/feed/atom
RegExp="(?siU)<fullcount>(.*)</fullcount>"
UpdateRate=300
StringIndex=1
IfAboveValue=1
IfAboveAction=!Execute [!RainmeterSetVariable MailState "New"]
IfEqualValue=1
IfEqualAction=!Execute [!RainmeterSetVariable MailState "New"]
IfBelowValue=1
IfBelowAction=!Execute [!RainmeterSetVariable MailState "NoNew"]

;------------
;CPU Measures
;------------

[MeasureCPU]
Measure=CPU

[MeasureCPU2]
Measure=Calc
Formula=ROUND(MeasureCPU,1)
Substitute="0":""

[MeasureCPUCore1]
Measure=CPU
Processor=1

[MeasureCPUCore1Round]
Measure=Calc
Formula=ROUND(MeasureCPUCore1,1)
Substitute="0":""

[MeasureCPUCore2]
Measure=CPU
Processor=2

[MeasureCPUCore2Round]
Measure=Calc
Formula=ROUND(MeasureCPUCore2,1)
Substitute="0":""

[MeasureTopCPU]
Measure=Plugin
Plugin=Plugins\TopProcesses.dll
: Indicates if this init entry should re-look at the process list
:		1 = Yes, 0 = No
:		If you do more than one config entry, only one needs to do the ReQuery
ReQuery=1
: Pipe-delimited processess to exclude from the list (can handle wildcards, use the % or * character)
IgnoredProcesses=Idle|%Total|rundll32|wscript|userinit|svchost%
: Metric for which to determine top processes (CPU or Memory)
MetricType=CPU
: The top processes to find can be a single number (e.g. 0 = top one process) or a range (0-4 = top five processes)
ProcNums=0-2
: Format in which to return the results... any string including the following keys: %pName %pID %CPU %Memory
Format="%CPU%: s(%pName,0,11)"
: A multiple of update timespans to actually perform the update (see http://rainmeter.net/RainCMS/?q=TipsAndTricksUpdate).
:		Only pertinent when ReQuery = 1
UpdateDivider=5

;------------
;RAM Measures
;------------

[MeasureSwapTotal]
Measure=SwapMemory
Total=1

[MeasureSwapTotal2]
Measure=Calc
Formula=Round(MeasureSwapTotal/1072000000,1)
Substitute="0":""

[MeasureSwapUsed]
Measure=SwapMemory

[MeasureSwapUsed2]
Measure=Calc
Formula=ROUND((MeasureSwapUsed/MeasureSwapTotal)*100,1)
Substitute="0":""

[MeasureSwapUsed3]
Measure=Calc
Formula=ROUND(MeasureSwapUsed/1072000000,1)
Substitute="0":""

[MeasureSwapFree]
Measure=Calc
Formula=ROUND((MeasureSwapTotal-MeasureSwapUsed)/1072000000,1)
Substitute="0":""

[MeasurePhysicalTotal]
Measure=PhysicalMemory
Total=1

[MeasurePhysicalTotal2]
Measure=Calc
Formula=ROUND(MeasurePhysicalTotal/1072000000,1)
Substitute="0":""

[MeasurePhysicalUsed]
Measure=PhysicalMemory

[MeasurePhysicalUsed2]
Measure=Calc
Formula=ROUND(MeasurePhysicalUsed/1072000000,1)
Substitute="0":""

[MeasurePhysicalFree]
Measure=Calc
Formula=ROUND((MeasurePhysicalTotal-MeasurePhysicalUsed)/1072000000,1)
Substitute="0":""

[MeasureVirtualTotal]
Measure=Memory
Total=1

[MeasureVirtualTotal2]
Measure=Calc
Formula=ROUND(MeasureVirtualTotal/1072000000,1)
Substitute="0":""

[MeasureVirtualUsed]
Measure=Memory

[MeasureVirtualUsed2]
Measure=Calc
Formula=ROUND(MeasureVirtualUsed/1072000000,1)
Substitute="0":""

[MeasureVirtualFree]
Measure=Calc
Formula=ROUND((MeasureVirtualTotal-MeasureVirtualUsed)/1072000000,1)
Substitute="0":""

[MeasureTopMemory]
Measure=Plugin
Plugin=Plugins\TopProcesses.dll
: Indicates if this init entry should re-look at the process list
:		1 = Yes, 0 = No
:		If you do more than one config entry, only one needs to do the ReQuery
ReQuery=1
: Pipe-delimited processess to exclude from the list
IgnoredProcesses=Idle|_Total|rundll32|wscript|userinit|svchost%
: Metric for which to determine top processes (CPU or Memory)
MetricType=Memory
: The top processes to find can be a single number (e.g. 0 = top one process) or a range (0-4 = top five processes)
ProcNums=0-2
: Format in which to return the results... any string including the following keys: %pName %pID %CPU %Memory
Format="%Memory: s(%pName,0,11)"

;-------------
;WiFi Measures
;-------------

[MeasureProcesses]
Measure=Plugin
Plugin=Perfmon.dll
PerfMonObject="System"
PerfMonCounter="Processes"
PerfMonInstance=""
PerfMonDifference=0
UpdateDivider=5

[MeasureSSID]
Measure=Plugin
Plugin=Plugins\WifiStatus.dll
WifiInfoType=SSID
WifiIntfID=0
WifiListStyle=0
UpdateDivider=5

[MeasureQuality]
Measure=Plugin
Plugin=Plugins\WifiStatus.dll
WifiInfoType=QUALITY
WifiIntfID=0
WifiListStyle=0
UpdateDivider=5

[MeasureWifi]
Measure=Calc
Formula=MeasureQuality < 1 ? 1 : (((MeasureQuality > 1) && (MeasureQuality < 50)) ? 2 : ((MeasurePercent > 50) && (MeasurePercent < 90)) ? 3 : 4)
Substitute=".0":"","1":"Wifi_None.png","2":"Wifi_Low.png","3":"Wifi_Medium.png","4":"Wifi_High.png"
UpdateDivider=5

[MeasureIP]
Measure=Plugin
Plugin=Plugins\SysInfo.dll
SysInfoType=IP_ADDRESS
UpdateDivider=30

[MeasureGateway]
Measure=Plugin
Plugin=Plugins\SysInfo.dll
SysInfoType=GATEWAY_ADDRESS
UpdateDivider=30

[MeasureHost]
Measure=Plugin
Plugin=Plugins\SysInfo.dll
SysInfoType=HOST_NAME
UpdateDivider=30

[MeasureDomain]
Measure=Plugin
Plugin=Plugins\SysInfo.dll
SysInfoType=DOMAIN_NAME
UpdateDivider=30

[MeasureDNS]
Measure=Plugin
Plugin=Plugins\SysInfo.dll
SysInfoType=DNS_SERVER
UpdateDivider=30

;--------------
;Power Measures
;--------------

[MeasurePower]
Measure=Plugin
Plugin=Plugins\PowerPlugin.dll
PowerState=PERCENT
UpdateDivider=10

[MeasurePercent]
Measure=Plugin
Plugin=Plugins\PowerPlugin.dll
PowerState=PERCENT
UpdateDivider=10

[MeasureBattery]
Measure=Calc
Formula=MeasurePercent < 25 ? 1 : (((MeasurePercent > 25) && (MeasurePercent < 50)) ? 2 : ((MeasurePercent > 50) && (MeasurePercent < 75)) ? 3 : ((MeasurePercent > 75) && (MeasurePercent < 100)) ? 4 : 5)
Substitute=".0":"","1":"Battery_1.png","2":"Battery_3.png","3":"Battery_5.png","4":"Battery_7.png","5":"Battery_Full.png"
UpdateDivider=10

[MeasureAC]
Measure=Plugin
Plugin=Plugins\PowerPlugin.dll
PowerState=ACLINE
IfEqualValue=1
IfEqualAction=!Execute [!RainmeterShowMeter DisplayAC][!RainmeterHideMeter IconPower]
IfBelowValue=1
IfBelowAction=!Execute [!RainmeterHideMeter DisplayAC][!RainmeterShowMeter IconPower]
UpdateDivider=10

[MeasureLife]
Measure=Plugin
Plugin=Plugins\PowerPlugin.dll
PowerState=LIFETIME
Substitute="Unknown":"Charging"
Format=%#H:%M
UpdateDivider=10

;---------------
;Temperature Measures
;---------------

[MeasureHDDTemp]
Measure=Plugin
Plugin=Plugins\SpeedFanPlugin.dll
SpeedFanType=TEMPERATURE
SpeedFanNumber=0
UpdateDivider=10

[MeasureACPITemp]
Measure=Plugin
Plugin=Plugins\SpeedFanPlugin.dll
SpeedFanType=TEMPERATURE
SpeedFanNumber=1
UpdateDivider=10

[MeasureCore0Temp]
Measure=Plugin
Plugin=Plugins\SpeedFanPlugin.dll
SpeedFanType=TEMPERATURE
SpeedFanNumber=2
UpdateDivider=10

[MeasureCore1Temp]
Measure=Plugin
Plugin=Plugins\SpeedFanPlugin.dll
SpeedFanType=TEMPERATURE
SpeedFanNumber=3
UpdateDivider=10

[MeasureGPUTemp]
Measure=Plugin
Plugin=Plugins\SpeedFanPlugin.dll
SpeedFanType=TEMPERATURE
SpeedFanNumber=4
UpdateDivider=10

[MeasureChipsetTemp]
Measure=Plugin
Plugin=Plugins\SpeedFanPlugin.dll
SpeedFanType=TEMPERATURE
SpeedFanNumber=5
UpdateDivider=10

[MeasureCPUTemp]
Measure=Plugin
Plugin=Plugins\SpeedFanPlugin.dll
SpeedFanType=TEMPERATURE
SpeedFanNumber=7
UpdateDivider=10

[MeasureDIMMTemp]
Measure=Plugin
Plugin=Plugins\SpeedFanPlugin.dll
SpeedFanType=TEMPERATURE
SpeedFanNumber=8
UpdateDivider=10

[MeasureFanSpeed]
Measure=Plugin
Plugin=Plugins\SpeedFanPlugin.dll
SpeedFanType=FAN
SpeedFanNumber=0
UpdateDivider=10

;---------------------
;Time Measures
;---------------------

[MeasureTime]
Measure=Time
Format="%#I:%M:%S %p"

[MeasureUptime]
Measure=UPTIME
Format="%4!i!d %3!02i!h %2!02i!m %1!02i!s"
Substitute=":":"h ","0d ":"","0h ":"","01":"1","02":"2","03":"3","04":"4","05":"5","06":"6","07":"7","08":"8","09":"9","00":"0"

[MeasureDate]
Measure=Time
Format="%A, %#d %B %Y"

[MeasureJulian]
Measure=Time
Format="%j"

[MeasureYear]
Measure=Time
Format="%Y"

[MeasureNewYear]
Measure=Calc
Formula=MeasureYear + 1

[MeasureDays]
Measure=Calc
Formula=measureYear%4 = 0 ? 366 : 365

[MeasureDaysLeft]
Measure=Calc
Formula=MeasureDays - MeasureJulian

;==============================
;METERS
;==============================

[Line]
Meter=IMAGE
MeterStyle=sLine
w=600

;-----------
;Lock Meters
;-----------

[MeterCAPSOn]
Meter=Image
ImageName=Alpha_Color.png
Path="#SKINSPATH#\My All In One\Resources"
X=0
Y=0
H=25
W=25

[MeterCAPSOff]
Meter=Image
ImageName=Alpha_BW.png
Path="#SKINSPATH#\My All In One\Resources"
X=0
Y=0
H=25
W=25

;----------
;Mail Meters
;----------

[IconMail]
Meter=IMAGE
ImageName=#SKINSPATH#\My All In One\Resources\#MailState#.png
X=40r
Y=0
H=25
W=25
ToolTipTitle="Mail"
ToolTipText="Open Gmail (right-click to refresh)#CRLF##CRLF#New Mail:  [mGmail]"
ToolTipType=1
LeftMouseUpAction=!Execute [www.google.com/mail]
RightMouseUpAction=!Execute [!RainmeterRefresh]
DynamicVariables=1
MouseActionCursor=1

;----------
;Trash Meters

[IconTrash]
Meter=IMAGE
ImageName=#SKINSPATH#\My All In One\Resources\#BinState#.png
X=40r
Y=0
H=25
W=25
LeftMouseUpAction=!RainmeterPluginBang "msrCount OpenBin"
RightMouseUpAction=!RainmeterPluginBang "msrCount EmptyBin"
DynamicVariables=1
MouseActionCursor=1
UpdateDivider=2
ToolTipTitle="Recycle Bin"
ToolTipIcon="#SKINSPATH#\My All In One\Resources\Full.png"
ToolTipType=1
ToolTipText="Open Recycle Bin (right-click to empty)#CRLF##CRLF#[msrCount] items#CRLF#[msrSize2] MB"
Hidden=0
AutoScale=1
DynamicVariables=1

;----------
;CPU Meters
;----------

[IconCPU2]
Meter=IMAGE
ImageName=CPU_Reverse.png
Path="#SKINSPATH#\My All In One\Resources"
X=40r
Y=0
H=25
W=25
LeftMouseDownAction= !Execute ["C:\Program Files\Sysinternals\Process Explorer\procexp.exe"]
ToolTipTitle="CPU Usage:  [MeasureCPU2]%"
ToolTipIcon="#SKINSPATH#\My All In One\Resources\Process_Explorer.ico"
ToolTipType=1
DynamicVariables=1
ToolTipText=Click to open SysInternals Process Explorer#CRLF##CRLF#Core 1: [MeasureCPUCore1Round]%     Core 2: [MeasureCPUCore2Round]%#CRLF##CRLF#CPU HOGS:#CRLF##CRLF#[MeasureTopCPU]
NumOfDecimals=0

[CPU]
Meter=STRING
MeasureName=MeasureCPU
X=25r
Y=4
H=15
W=50
FontColor=#Color1#
FontFace=#FontName#
FontSize=#FontHeight1#
StringAlign=LEFT
StringEffect=SHADOW
StringStyle=NORMAL
AntiAlias=1
Text="%1"
Postfix="% "

;----------
;RAM Meters
;----------

[IconRAM2]
Meter=IMAGE
ImageName=RAM_Reverse.png
Path="#SKINSPATH#\My All In One\Resources"
X=50r
Y=0
H=25
W=25
LeftMouseDownAction= !Execute ["C:\Program Files\Sysinternals\Process Explorer\procexp.exe"]
ToolTipTitle="Memory:  [MeasureSwapUsed2]%"
ToolTipIcon="#SKINSPATH#\My All In One\Resources\Process_Explorer.ico"
ToolTipType=1
DynamicVariables=1
ToolTipText=Click to open SysInternals Process Explorer #CRLF##CRLF#Total Memory:#CRLF#RAM:  [MeasurePhysicalTotal2] GB     Swap:  [MeasureSwapTotal2] GB     Virtual:  [MeasureVirtualTotal2] GB#CRLF##CRLF#Total Used:#CRLF#RAM:  [MeasurePhysicalUsed2] GB     Swap:  [MeasureSwapUsed3] GB     Virtual:  [MeasureVirtualUsed2] GB#CRLF##CRLF#Free Memory:#CRLF#RAM:  [MeasurePhysicalFree] GB     Swap:  [MeasureSwapFree] GB     Virtual:  [MeasureVirtualFree] GB #CRLF##CRLF#MEMORY HOGS:#CRLF##CRLF#[MeasureTopMemory]
[RAM]
Meter=STRING
MeasureName=MeasureSwapUsed
X=25r
Y=4
H=15
W=50
FontColor=#Color1#
FontFace=#FontName#
FontSize=#FontHeight1#
StringAlign=LEFT
StringEffect=SHADOW
StringStyle=NORMAL
AntiAlias=1
Text="%1"
Percentual=1
Postfix="% "
AutoScale=1

[IconProcesses2]
Meter=IMAGE
ImageName=PROCESS_Reverse.png
Path="#SKINSPATH#\My All In One\Resources"
X=50r
Y=0
H=25
W=25
LeftMouseDownAction= !Execute ["C:\Program Files\Sysinternals\Process Explorer\procexp.exe"]
MiddleMouseDownAction= !Execute [!RainmeterActivateConfig "My All In One\Processes" "CPU and RAM.ini"]
ToolTipTitle="Running Processes:  [MeasureProcesses]"
ToolTipIcon="#SKINSPATH#\My All In One\Resources\Process_Explorer.ico"
ToolTipType=1
ToolTipText=Click to open SysInternals Process Explorer#CRLF##CRLF#CPU: [MeasureCPU2]%           RAM: [MeasureSwapUsed2]%
DynamicVariables=1

[Processes]
Meter=STRING
MeasureName=MeasureProcesses
X=25r
Y=4
H=15
W=50
FontColor=#Color1#
FontFace=#FontName#
FontSize=#FontHeight1#
StringAlign=LEFT
StringEffect=SHADOW
StringStyle=NORMAL
AntiAlias=1
Text="%1"
AutoScale=0

;-----------
;WiFI Meters
;-----------

[IconWiFi]
Meter=IMAGE
ImageName=[MeasureWifi]
Path="#SKINSPATH#\My All In One\Resources"
X=50r
Y=0
H=25
W=25
LeftMouseDownAction= !Execute [control.exe /name Microsoft.NetworkAndSharingCenter]
ToolTipTitle="Network:  [MeasureSSID] ([MeasureQuality]%)"
ToolTipIcon="#SKINSPATH#\My All In One\Resources\Wifi.ico"
ToolTipText="Click to open Network and Sharing Center#CRLF##CRLF#IP Address:  [MeasureIP]#CRLF#Gateway:  [MeasureGateway]#CRLF#Host:  [MeasureHost]#CRLF#Domain:  [MeasureDomain]#CRLF#DNS:  [MeasureDNS]"
ToolTipType=1
DynamicVariables=1


[WiFi]
Meter=STRING
MeasureName=MeasureQuality
X=25r
Y=4
H=15
W=50
FontColor=#Color1#
FontFace=#FontName#
FontSize=#FontHeight1#
StringAlign=LEFT
StringEffect=SHADOW
StringStyle=NORMAL
AntiAlias=1
Percentual=1
Postfix="% "
AutoScale=1

;------------
;Power Meters
;------------

[DisplayAC]
Meter=IMAGE
ImageName=Battery_Power.png
Path="#SKINSPATH#\My All In One\Resources"
X=50r
Y=0
H=25
W=25
LeftMouseDownAction= !Execute [control.exe /name Microsoft.PowerOptions]
ToolTipTitle="Power:  AC"
ToolTipIcon="#SKINSPATH#\My All In One\Resources\Battery.ico"
ToolTipType=1
ToolTipText="Click to open Control Panel Power Options#CRLF##CRLF#Battery: [MeasurePercent]%     Life:  [MeasureLife]"
Hidden=1
DynamicVariables=1

[IconPower]
Meter=IMAGE
ImageName=[MeasureBattery]
Path="#SKINSPATH#\My All In One\Resources"
X=r
Y=r
H=25
W=25
LeftMouseDownAction= !Execute [control.exe /name Microsoft.PowerOptions]
ToolTipTitle="Power:  Battery"
ToolTipIcon="#SKINSPATH#\My All In One\Resources\Battery.ico"
ToolTipType=1
ToolTipText="Click to open Control Panel Power Options#CRLF##CRLF#Battery: [MeasurePercent]%     Life:  [MeasureLife]"
Hidden=0
DynamicVariables=1

[Power]
Meter=STRING
MeasureName=MeasurePower
X=25r
Y=4
H=15
W=50
FontColor=#Color1#
FontFace=#FontName#
FontSize=#FontHeight1#
StringAlign=LEFT
StringEffect=SHADOW
StringStyle=NORMAL
AntiAlias=1
Text="%1"
Percentual=1
Postfix="% "
AutoScale=1

[IconCPUTemp]
Meter=IMAGE
ImageName=HDD_Temp.png
Path="#SKINSPATH#\My All In One\Resources"
X=55r
Y=0
H=25
W=25
ToolTipTitle="SpeedFan Readings"
ToolTipIcon="#SKINSPATH#\My All In One\Resources\Temperature.ico"
ToolTipText="CPU:  [MeasureCPUTemp]°C      GPU:  [MeasureGPUTemp]°C#CRLF#RAM:  [MeasureDIMMTemp]°C     HDD:  [MeasureHDDTemp]°C#CRLF#Fan Speed:  [MeasureFanSpeed] RPM"
;ToolTipText="CPU:  [MeasureCPUTemp]°C#CRLF#HDD:  [MeasureHDDTemp]°C#CRLF#GPU:  [MeasureGPUTemp]°C#CRLF#DIMM:  [MeasureDIMMTemp]°C#CRLF#Fan Speed:  [MeasureFanSpeed] RPM"
;ToolTipText="CPU:  [MeasureCPUTemp]°C      Chipset:  [MeasureChipsetTemp]°C#CRLF#Core 0:  [MeasureCore0Temp]°C     Core 1:  [MeasureCore1Temp]°C#CRLF#HDD:  [MeasureHDDTemp]°C     GPU:  [MeasureGPUTemp]°C#CRLF#DIMM:  [MeasureDIMMTemp]°C     ACPI:  [MeasureACPITemp]°C#CRLF#Fan Speed:  [MeasureFanSpeed] RPM"
ToolTipType=1
NumofDecimals=3
DynamicVariables=1

[MeterHDDTemp]
Meter=STRING
MeasureName=MeasureHDDTemp
X=25r
Y=4
StringStyle=NORMAL
StringAlign=Left
StringEffect=SHADOW
FontColor=#Color1#
FontSize=#FontHeight1#
FontFace=#FontName#
AntiAlias=1
Postfix="°C"

[MeterClock]
Meter=IMAGE
ImageName=CLOCK.png
Path="#SKINSPATH#\My All In One\Resources"
X=50r
Y=0
H=25
W=25
LeftMouseDownAction= !Execute [RunDll32.exe shell32.dll,Control_RunDLL timedate.cpl]
ToolTipTitle="[MeasureTime] - [MeasureDate]"
ToolTipIcon="#SKINSPATH#\My All In One\Resources\Clock.ico"
ToolTipText="Click to open Windows Date and Time#CRLF##CRLF#Julian Day:  [MeasureJulian] of [MeasureDays] #CRLF#Days left in [MeasureYear]:  [MeasureDaysLeft] #CRLF##CRLF#Last reboot:  [MeasureUptime]"
ToolTipType=1
DynamicVariables=1


[MeterTime]
Meter=STRING
MeasureName=MeasureTime
X=25r
Y=4
H=15
W=80
StringStyle=NORMAL
StringAlign=Left
StringEffect=SHADOW
FontColor=#Color1#
FontSize=#FontHeight1#
FontFace=#FontName#
AntiAlias=1
Any ideas?
Cheers!

Chuck
poiru
Developer
Posts: 2872
Joined: April 17th, 2009, 12:18 pm

Re: Recycle Bin Error

Post by poiru »

Can you guys give this test build a shot?
User avatar
cwfrizzell
Posts: 77
Joined: August 10th, 2009, 9:03 pm

Re: Recycle Bin Error

Post by cwfrizzell »

poiru wrote:Can you guys give this test build a shot?
Just tried this. Same error.
Cheers!

Chuck
poiru
Developer
Posts: 2872
Joined: April 17th, 2009, 12:18 pm

Re: Recycle Bin Error

Post by poiru »

cwfrizzell wrote: Just tried this. Same error.
What about this build?
User avatar
cwfrizzell
Posts: 77
Joined: August 10th, 2009, 9:03 pm

Re: Recycle Bin Error

Post by cwfrizzell »

poiru wrote: What about this build?
Cleared the error; everything seems to be working.

Thanks!
Cheers!

Chuck
poiru
Developer
Posts: 2872
Joined: April 17th, 2009, 12:18 pm

Re: Recycle Bin Error

Post by poiru »

cwfrizzell wrote:Cleared the error; everything seems to be working.

Thanks!
Fantastic, thanks for testing! :thumbup:
poiru
Developer
Posts: 2872
Joined: April 17th, 2009, 12:18 pm

Re: Recycle Bin Error

Post by poiru »

We have released 2.3.2 to fix this issue.

Thanks for reporting everyone! :)