Quantcast
Channel: Rainmeter Forums
Viewing all articles
Browse latest Browse all 1489

Help: Rainmeter Skins • Re: Skin resizing

$
0
0
By the way... I still can figure how to include a Container to those 4 top meters to make them start opening at the Vertical Bar by where the Icons are placed instead of moving from the edge of the screen and closing all the way to the edge of the screen...
As you figured out I think, the [MeterName2] - [MeterName5] meters need container, in order to have them sliding out properly. So you have to add such a container meter to your code. Add this one:

Code:

[MeterContainer]Meter=ImageSolidColor=0,0,0X=((42+#Offset#)*#Factor#)Y=(152*#Factor#)W=(145*#Factor#)H=(145*#Factor#)Group=SlidersDynamicVariables=1
This meter will be the container for the mentioned four meters. So you have to add a Container=MeterContainer option to all four mentioned meters ([MeterName2] - [MeterName5]), but unfortunately this is not enough, because you have to properly modify their positions (their X and Y options). Replace the options by the following ones:

Code:

[MeterName2]...X=((#W2#-100)*#Factor#)Y=(16*#Factor#)...Container=MeterContainer[MeterName3]...X=((#W3#-100)*#Factor#)...Container=MeterContainer[MeterName4]...X=((#W4#-100)*#Factor#)...Container=MeterContainer[MeterName5]...X=((#W5#-100)*#Factor#)...Container=MeterContainer
Note that only the [MeterName2] meter has the Y option altered, the other meters kept their vertical position. The horizontal position (the X options) have been altered on all four meters.
Is this solution alright? Is it working?

Statistics: Posted by balala — Yesterday, 7:26 pm



Viewing all articles
Browse latest Browse all 1489

Trending Articles