It is currently May 8th, 2024, 12:40 pm

Scrollng List top bound is 42, rather than 0. Limit upper bound?

Get help with creating, editing & fixing problems with skins
User avatar
CodeCode
Posts: 1367
Joined: September 7th, 2020, 2:24 pm
Location: QLD, Australia

Scrollng List top bound is 42, rather than 0. Limit upper bound?

Post by CodeCode »

Hello.
I am messing around with a successful project I put together (with help in forums).

I decided to adjust everything to allow for a fancy graphical border.

Thing is the original upper bound was the limit of the skin, so until I adjusted everything, now an extra row is visible where it shouldnt be.

The original Skin dimensions:

Code: Select all

[Rainmeter]
Update=-1
AccurateText=1
SkinHeight=481
SkinWidth=500
The adjusted skin dimensions:

Code: Select all

[Rainmeter]
Update=-1
AccurateText=1
SkinHeight=525
SkinWidth=542
So is is shown that the adjusted W & H was both 42 pixels.

There are already is a lot going on with containers and a PSRM script, so another container doesnt seem possible.
Scroll Index bug.gif
I can attach the whole config, if anyone has ideas of how to hide or limit that top row extending beyond the intended top of skin.

Thanks,
You do not have the required permissions to view the files attached to this post.
ƈǟռ'ȶ ʄɨӼ ɨȶ ɨʄ ɨȶ ǟɨռ'ȶ ɮʀօӄɛ - ʊռʟɛֆֆ ɨȶ ɨֆ ɨռ ƈօɖɛ.
User avatar
eclectic-tech
Rainmeter Sage
Posts: 5408
Joined: April 12th, 2012, 9:40 pm
Location: Cedar Point, Ohio, USA

Re: Scrollng List top bound is 42, rather than 0. Limit upper bound?

Post by eclectic-tech »

I think the whole rmskin package would be needed to provide any help on this... you probably are going to need a new container for the text versus the border.
User avatar
CodeCode
Posts: 1367
Joined: September 7th, 2020, 2:24 pm
Location: QLD, Australia

Re: Scrollng List top bound is 42, rather than 0. Limit upper bound?

Post by CodeCode »

Hey. Thanks for looking.

However, I think this is an effort vs outcome thing - too much grinding code, and a goofy border.

There really is a lot going on, so I will post the working code - before the adjustments.

And the adjusted code, so there is reference to see thing good and not good.
Active Configs Working version_2.1.2.rmskin
Active Config Adjusted_2.1.3a.rmskin
You do not have the required permissions to view the files attached to this post.
ƈǟռ'ȶ ʄɨӼ ɨȶ ɨʄ ɨȶ ǟɨռ'ȶ ɮʀօӄɛ - ʊռʟɛֆֆ ɨȶ ɨֆ ɨռ ƈօɖɛ.