It is currently April 27th, 2024, 9:02 pm

Multi-Bar Meter

Get help with creating, editing & fixing problems with skins
User avatar
smurfier
Moderator
Posts: 1931
Joined: January 29th, 2010, 1:43 am
Location: Willmar, MN

Re: Multi-Bar Meter

Post by smurfier »

All of your bars are overlapping each other. The following change makes everything work as expected.

Code: Select all

[BarStyle]
BarColor=#LowColor#
BarOrientation=VERTICAL
X=1R
Y=60
H=44
W=2

[Bar1]
Meter=Bar
MeterStyle=BarStyle
MeasureName=Calc0
X=12
GitHub | DeviantArt | Tumblr
This is the song that never ends. It just goes on and on my friends. Some people started singing it not knowing what it was, and they'll continue singing it forever just because . . .
Keilvethe
Posts: 19
Joined: January 8th, 2012, 12:57 am

Re: Multi-Bar Meter

Post by Keilvethe »

Again, thanks a lot, smurfier.

It ended up looking like this:
CPUMeter1.jpg
It's now working almost perfectly, except that the CPU bars are updating a second behind all other meters in the skin.
You do not have the required permissions to view the files attached to this post.
User avatar
smurfier
Moderator
Posts: 1931
Joined: January 29th, 2010, 1:43 am
Location: Willmar, MN

Multi-Bar Meter

Post by smurfier »

With the method I provided you, that's just how it's going to be. The issue is about the colors updating one update behind so I had to adjust the values to match.
GitHub | DeviantArt | Tumblr
This is the song that never ends. It just goes on and on my friends. Some people started singing it not knowing what it was, and they'll continue singing it forever just because . . .
Keilvethe
Posts: 19
Joined: January 8th, 2012, 12:57 am

Re: Multi-Bar Meter

Post by Keilvethe »

So that's just the way it is. Anyway, thanks a lot for all your help!