It is currently April 26th, 2024, 3:51 am

space between skins

Get help with creating, editing & fixing problems with skins
Judian81
Posts: 180
Joined: May 6th, 2021, 2:57 pm

space between skins

Post by Judian81 »

hey hello,

if i move a skin it automaticly see with it collides with another skin.
i want to know how to keep space between those skin.
User avatar
death.crafter
Rainmeter Sage
Posts: 1399
Joined: April 24th, 2021, 8:13 pm

Re: space between skins

Post by death.crafter »

Judian81 wrote: August 4th, 2021, 9:30 pm hey hello,

if i move a skin it automaticly see with it collides with another skin.
i want to know how to keep space between those skin.
I don't think it is possible. If both skins are relative you can move them together but what you are asking for is not possible.
from the Realm of Death
User avatar
sl23
Posts: 1140
Joined: February 17th, 2011, 7:45 pm
Location: a Galaxy S7 far far away

Re: space between skins

Post by sl23 »

Can't you use Padding=5,5,5,5 for this?
- MuLab -
Judian81
Posts: 180
Joined: May 6th, 2021, 2:57 pm

Re: space between skins

Post by Judian81 »

no padding does nothing in use with the background image.
User avatar
balala
Rainmeter Sage
Posts: 16172
Joined: October 11th, 2010, 6:27 pm
Location: Gheorgheni, Romania

Re: space between skins

Post by balala »

sl23 wrote: August 4th, 2021, 11:00 pm Can't you use Padding=5,5,5,5 for this?
Padding is a meter related option. It can't be used on [Rainmeter] section (well, in fact it can, but has no effect), being usable only on meters.
User avatar
sl23
Posts: 1140
Joined: February 17th, 2011, 7:45 pm
Location: a Galaxy S7 far far away

Re: space between skins

Post by sl23 »

Yes but I meant using it with a meter, like this:

Code: Select all

[Rainmeter]
Update=1000
DynamicWindowSize=1
AccurateText=1

[Bg]
Meter=Shape
Shape=Rectangle 1,1,220,65,5 | Fill Color 0,0,0,130 | StrokeWidth 2 | Extend StrokeAlpha
StrokeAlpha=Stroke Color 255,255,255,200
MouseOverAction=[!SetOption #CURRENTSECTION# StrokeAlpha "Stroke Color 100,100,200"][!UpdateMeter *][!Redraw]
MouseLeaveAction=[!SetOption #CURRENTSECTION# StrokeAlpha "Stroke Color 255,255,255,200"][!UpdateMeter *][!Redraw]
DynamicVariables=1
Padding=5,5,5,5
- MuLab -
User avatar
CodeCode
Posts: 1366
Joined: September 7th, 2020, 2:24 pm
Location: QLD, Australia

Re: space between skins

Post by CodeCode »

There is the HEX H skin suite, that manages to keep a snap in place effect with all of its HEX icons, maybe look at that. In conjunction with DragGroup=Name perhaps that will bring something close?
ƈǟռ'ȶ ʄɨӼ ɨȶ ɨʄ ɨȶ ǟɨռ'ȶ ɮʀօӄɛ - ʊռʟɛֆֆ ɨȶ ɨֆ ɨռ ƈօɖɛ.
User avatar
balala
Rainmeter Sage
Posts: 16172
Joined: October 11th, 2010, 6:27 pm
Location: Gheorgheni, Romania

Re: space between skins

Post by balala »

sl23 wrote: August 5th, 2021, 9:08 am Yes but I meant using it with a meter, like this:
Yep, but this has no effect on how and where can the user drag the skin. The initial question was related on how could be kept a space between different skins.
User avatar
sl23
Posts: 1140
Joined: February 17th, 2011, 7:45 pm
Location: a Galaxy S7 far far away

Re: space between skins

Post by sl23 »

I see, but surely this is the only way to achieve that?

EDIT: I guess this is more from users pov than skin makers pov?
- MuLab -
User avatar
death.crafter
Rainmeter Sage
Posts: 1399
Joined: April 24th, 2021, 8:13 pm

Re: space between skins

Post by death.crafter »

sl23 wrote: August 5th, 2021, 10:01 am I see, but surely this is the only way to achieve that?

EDIT: I guess this is more from users pov than skin makers pov?
He is moving a skin using !Move and there is a possibility that it may overlap with another skin. He doesn't want that to happen. And there is no way this can be done.
from the Realm of Death