Ok, I went on PS made a 25x150 Pixel Transparent Canvas.. Saved it as .png and then I wrote this code but it's not working quite right.. Can you point out what is wrong? :)

[Meter_Background]
Meter=IMAGE
ImageName=Transparent Background(1).png
x=0
y=0
LeftMouseUpAction=!Execute["::{20D04FE0-3AEA-1069-A2D8-08002B30309D}"]

[APP1]
Meter=STRING
X=0
Y=0
FontColor=1, 1, 1, 200
FontSize=20
FontFace=Segoe UI Light
StringStyle=NORMAL
StringAlign=LEFT
AntiAlias=1
Text="My Computer"
LeftMouseUpAction=!Execute ["::{20D04FE0-3AEA-1069-A2D8-08002B30309D}"]

------------------------//---------------------------

[Meter_Background]
Meter=IMAGE
ImageName=Transparent Background(2).png
x=0
y=26r
LeftMouseUpAction=!Execute["C:\Program Files\iTunes\itunes.exe"]

[APP2]
Meter=STRING
X=0
Y=26r
FontColor=1, 1, 1, 200
FontSize=20
FontFace=Segoe UI Light
StringStyle=NORMAL
StringAlign=LEFT
AntiAlias=1
Text="iTunes"
LeftMouseUpAction=!Execute ["C:\Program Files\iTunes\itunes.exe"]

------------------------//---------------------------
danieliop's avatar
You have two [Meter_Background]

Try calling them [iTunes_Background], [MyComputer_Background], and so on.
Didn't work :( Have you done it on your PC? Can you copy a few lines of code so I can edit it ^^
danieliop's avatar
Oh, I forgot to answer before (this can be causing the problem): The PNGs needs to be at the same folder the skin is. So, you need to put the PNGs in the Simple Launcher folder.
already did that :(
danieliop's avatar
Hmm

Try making the image 1% transparent. I mean, 1% opacity black background.
This once worked for me.
Still nothing :(

This is the code I've now got..
[MyComputer_Background]
Meter=IMAGE
ImageName=Transparent Background(1).png
x=0
y=0
LeftMouseUpAction=!Execute["::{20D04FE0-3AEA-1069-A2D8-08002B30309D}"]

[APP1]
Meter=STRING
X=0
Y=0
FontColor=1, 1, 1, 200
FontSize=20
FontFace=Segoe UI Light
StringStyle=NORMAL
StringAlign=LEFT
AntiAlias=1
Text="My Computer"

------------------------//---------------------------

[iTunes_Background]
Meter=IMAGE
ImageName=Transparent Background(2).png
x=0
y=26r
LeftMouseUpAction=!Execute["C:\Program Files\iTunes\itunes.exe"]

[APP2]
Meter=STRING
X=0
Y=26r
FontColor=1, 1, 1, 200
FontSize=20
FontFace=Segoe UI Light
StringStyle=NORMAL
StringAlign=LEFT
AntiAlias=1
Text="iTunes"

------------------------//---------------------------
Some advancement, I added the text to the png file instead, so now that works fine and I can click the area rather than the text but it won't actually open the program still..

[iTunes_Background]
Meter=IMAGE
ImageName=Transparent Background(2).png
x=0
y=26r
LeftMouseUpAction=!Execute["C:\Program Files\iTunes\itunes.exe"]

is all the code i've got ^^
View all replies
danieliop's avatar
Hmm, did you know you can use the same image many times? You don't need one background for each meter.

But try putting as title [Meter_MyComputer].


Later I will analyze it better, I'm working on Android right now.
View all replies
Oh and where do I need to put the .png files? I put them in the same skins folder on Rainmeter, not sure that's correct ^^