It is currently May 4th, 2024, 11:49 am

Used space bar

Get help with creating, editing & fixing problems with skins
User avatar
Nugget
Posts: 43
Joined: November 1st, 2010, 4:10 am

Used space bar

Post by Nugget »

Trying to make a bar that shows used space and unused space. It isn't working >_>. Here's what I have:

Code: Select all

[HDMeasure]
Measure=FreeDiskSpace
Drive=C:
UpdateDivider=5

[HDbg]
Meter=IMAGE
X=0
Y=0
ImageName=unused.png

[HDBar]
MeasureName=HDMeasure
Meter=BAR
X=0
Y=0
BarImage=used.png
BarOrientation=Vertical
Flip=0
User avatar
santa_ryan
Posts: 397
Joined: June 22nd, 2010, 4:11 am

Re: Used space bar

Post by santa_ryan »

Code: Select all

[HDMeasure]
Measure=FreeDiskSpace
Drive=C:
UpdateDivider=5

[HDBar]
MeasureName=HDMeasure
Meter=BAR
X=0
Y=0
H=*YOU NEED A HEIGHT VALUE*
W=*YOU NEED A WIDTH VALUE*
BarImage=used.png
BarOrientation=Vertical
Flip=0
Replace the H and W key values.
I have three rules when I'm trying to help you.
  • Don't get mad when you don't understand something
  • Be VERY specific with what you ask for.
    The more specific you are, the higher the quality of support you receive.
  • Do not just copy and paste what I put in examples and come back saying it doesn't work.
    It does work, but I purposely left blanks that you need to fill for your specific needs.