It is currently March 28th, 2024, 4:42 pm

The bases for a multi-tab skin?

Get help with creating, editing & fixing problems with skins
Zaragan
Posts: 58
Joined: January 10th, 2015, 3:14 pm

The bases for a multi-tab skin?

Post by Zaragan »

I searched for them but sincerely i didnt understand it XD Can anyone give me the "basics" for doing it? (or just a sample skin showing how to make it!) I need it to fit all my settings in 1 skin ;P

Thank you so much!!

Oh, and my compilation is growing again!!
Image
User avatar
StArL0rd84
Posts: 424
Joined: February 8th, 2015, 10:07 pm
Location: EU, Denmark.

Re: The bases for a multi-tab skin?

Post by StArL0rd84 »

Do you mean that you want to consolidate all your skins in one skin and then use tabs to alternate between them?
If so, then consider using groups: https://docs.rainmeter.net/manual/groups/

Code: Select all

[Tab1]
 LeftMouseUpAction=[!ShowMeterGroup Skin1][!HideMeterGroup Skin2][!HideMeterGroup Skin3]
[Tab2]
 LeftMouseUpAction=[!ShowMeterGroup Skin2][!HideMeterGroup Skin1][!HideMeterGroup Skin3]
[Tab3]
 LeftMouseUpAction=[!ShowMeterGroup Skin3][!HideMeterGroup Skin1][!HideMeterGroup Skin2]

[Skin1Meter]
 Group=Skin1
 Hidden=1
[Skin2Meter]
 Group=Skin2
 Hidden=1
[Skin3Meter]
 Group=Skin3
 Hidden=1
User avatar
StArL0rd84
Posts: 424
Joined: February 8th, 2015, 10:07 pm
Location: EU, Denmark.

Re: The bases for a multi-tab skin?

Post by StArL0rd84 »

I hope i didnt confuse you :D
Zaragan
Posts: 58
Joined: January 10th, 2015, 3:14 pm

Re: The bases for a multi-tab skin?

Post by Zaragan »

I think you did XD, can you use on a simple test skin please?

Thank you!
User avatar
StArL0rd84
Posts: 424
Joined: February 8th, 2015, 10:07 pm
Location: EU, Denmark.

Re: The bases for a multi-tab skin?

Post by StArL0rd84 »

Zaragan wrote:I think you did XD, can you use on a simple test skin please?

Thank you!
Sorry XD
Will do that later tonight when I get home from work.
User avatar
StArL0rd84
Posts: 424
Joined: February 8th, 2015, 10:07 pm
Location: EU, Denmark.

Re: The bases for a multi-tab skin?

Post by StArL0rd84 »

Hope that you can use this...
Tabs Example Skin_1.0.rmskin
(39.57 KiB) Downloaded 61 times
Zaragan
Posts: 58
Joined: January 10th, 2015, 3:14 pm

Re: The bases for a multi-tab skin?

Post by Zaragan »

Ok i tested it but there are no tabs on this skin :???:

Im searching for this https://i.imgur.com/6KOQnjG.gifv
User avatar
eclectic-tech
Rainmeter Sage
Posts: 5382
Joined: April 12th, 2012, 9:40 pm
Location: Cedar Point, Ohio, USA
Contact:

Re: The bases for a multi-tab skin?

Post by eclectic-tech »

Follow the instructions in this post to create pages like that...
User avatar
StArL0rd84
Posts: 424
Joined: February 8th, 2015, 10:07 pm
Location: EU, Denmark.

Re: The bases for a multi-tab skin?

Post by StArL0rd84 »

Zaragan wrote:Ok i tested it but there are no tabs on this skin :???:
But there is. Tab 1,2 & 3.
I'll post a gif how it looks to me later tonight.
The link eclectic-tech posted has more ways of achieving tabs tho.
Let me know if you learn what you want from there.
User avatar
balala
Rainmeter Sage
Posts: 16110
Joined: October 11th, 2010, 6:27 pm
Location: Gheorgheni, Romania

Re: The bases for a multi-tab skin?

Post by balala »

StArL0rd84 wrote:But there is. Tab 1,2 & 3.
Are you sure you've posted the right package? Because I have to agree with Zaragan: I can't see tabs at all. Am (Are) I (we) missing something?
Post Reply