It is currently May 4th, 2024, 1:05 am

need help with spinner

Get help with creating, editing & fixing problems with skins
burnwell88
Posts: 90
Joined: August 13th, 2009, 8:37 am

need help with spinner

Post by burnwell88 »

how cand i add a spinner that will measure the disk usage ?

Code: Select all

[MeasureCPU]
Measure=CPU
AverageSize=50
 
[MeasureSpinner]
Measure=Calc
Formula=(MeasureSpinner + MeasureCPU/50)%100
MinValue=0
MaxValue=100
 
 
 
-------------------------------------------------------------------------------------------
 
[MeterUnder1]
MeasureName=MeasureSpinner
Meter=ROTATOR
X=0
Y=0
W=351
H=351
Greyscale=1
ImageTint=#RColor1#
ImageName=1xx.png
StartAngle=6.2832
RotationAngle=6.2832
OffsetX=174
OffsetY=175
Hidden=0

so that will spin after this ?

Code: Select all

[Mse_DriveAccess3]
Measure=Plugin
Plugin=Plugins\PerfMon.dll
PerfMonObject=LogicalDisk
PerfMonCounter="Disk Bytes/sec"
PerfMonInstance="#Drive3#:"
dont get me rong but when the drive goes after 20 or 30 mb/s the string will be very high ... do i need a reduction calc or somethig ?