It is currently April 19th, 2024, 4:51 pm

Bitmap Ram

Get help with creating, editing & fixing problems with skins
99vills
Posts: 2
Joined: May 22nd, 2019, 6:15 pm

Bitmap Ram

Post by 99vills »

Hey, I'm trying to make a bitmap skin that displays the ram usage. I use "bitmapextend=1" and a bitmap file numbered from 0-9

The problem is the ram measure doesn't scale the value it returns, so I'm left with a bunch of digits. I can't find a way to scale it down as in "string meters" and I tried to display just a few of them using "bitmapdigits=3", but the problem is it reads the returned ram value from the right, I can't figure out how to make it read starting from the left as that will be more useful. tks
Last edited by 99vills on May 22nd, 2019, 8:09 pm, edited 1 time in total.
User avatar
balala
Rainmeter Sage
Posts: 16144
Joined: October 11th, 2010, 6:27 pm
Location: Gheorgheni, Romania

Re: Bitmap Ram

Post by balala »

Not very sure, because first you're talking about RAM usage, but later about a recycle bin measure (which probably is a RecycleManager measure, right?), then again about RAM. So, what are you working with?
For detailed help, please pack the whole config you have so far and upload it here (just note that the code isn't enough, because the bitmap image would also be needed).
99vills
Posts: 2
Joined: May 22nd, 2019, 6:15 pm

Re: Bitmap Ram

Post by 99vills »

its just the ram, was a mistake corrected
User avatar
balala
Rainmeter Sage
Posts: 16144
Joined: October 11th, 2010, 6:27 pm
Location: Gheorgheni, Romania

Re: Bitmap Ram

Post by balala »

The packed config would still be needed.