It is currently April 24th, 2024, 9:13 pm

Multiple icons won't show

Get help with creating, editing & fixing problems with skins
User avatar
W.Denniz
Posts: 7
Joined: October 19th, 2010, 10:23 pm

Multiple icons won't show

Post by W.Denniz »

Hi all,
As you can see in the topic title, i tried to add multiple icons like this:

[Icon]
Meter=IMAGE
ImageName=Clock.png
X=?
Y=?

[Don't worry, I know I have to fill in the '?' with coords :P]
But the 'config' i'm using won't show the other icons. (I all do it the same way [and yes, I do change the name xD])

Can someone help me with it?

If needed I can post the config.txt file.

Thanks and Greetz
W.Denniz
[color=#00FFFF]][center][u].:: [b]Photoshop Artist[/b] :: [b]Rainmeter Amateur[/b] ::.[/u]
[img]http://img204.imageshack.us/img204/4421/signaturespawnwdenniz.jpg[/img][/center][/color]
User avatar
jsmorley
Developer
Posts: 22629
Joined: April 19th, 2009, 11:02 pm
Location: Fort Hunt, Virginia, USA

Re: Multiple icons won't show

Post by jsmorley »

[Icon1]
Meter=IMAGE
ImageName=image1.png
X=0
Y=0

[Icon2]
Meter=IMAGE
ImageName=image2.png
X=0
Y=5R

[Icon3]
Meter=IMAGE
ImageName=image3.png
X=0
Y=5R

Don't forget that not only the name of the image should be different, but the name of the meter MUST be different for each one.
User avatar
W.Denniz
Posts: 7
Joined: October 19th, 2010, 10:23 pm

Re: Multiple icons won't show

Post by W.Denniz »

ok, so does that mean i can simply do:

[Icon1]
Meter=IMAGE1
ImageName=image1.png
X=0
Y=0

[Icon2]
Meter=IMAGE2
ImageName=image2.png
X=0
Y=5R

Greetz
[color=#00FFFF]][center][u].:: [b]Photoshop Artist[/b] :: [b]Rainmeter Amateur[/b] ::.[/u]
[img]http://img204.imageshack.us/img204/4421/signaturespawnwdenniz.jpg[/img][/center][/color]
User avatar
jsmorley
Developer
Posts: 22629
Joined: April 19th, 2009, 11:02 pm
Location: Fort Hunt, Virginia, USA

Re: Multiple icons won't show

Post by jsmorley »

W.Denniz wrote:ok, so does that mean i can simply do:

[Icon1]
Meter=IMAGE1
ImageName=image1.png
X=0
Y=0

[Icon2]
Meter=IMAGE2
ImageName=image2.png
X=0
Y=5R

Greetz
Ah, no....

The "Meter=" line is asking what type of meter you want. That is always IMAGE in this case.
You just need different names for the [MeterName] and the ImageName= lines.
User avatar
W.Denniz
Posts: 7
Joined: October 19th, 2010, 10:23 pm

Re: Multiple icons won't show

Post by W.Denniz »

Ok, thanks, I get it now ;)

Greetz
[color=#00FFFF]][center][u].:: [b]Photoshop Artist[/b] :: [b]Rainmeter Amateur[/b] ::.[/u]
[img]http://img204.imageshack.us/img204/4421/signaturespawnwdenniz.jpg[/img][/center][/color]