It is currently May 3rd, 2024, 4:12 am

How to move a string to the top

Get help with creating, editing & fixing problems with skins
cm60
Posts: 4
Joined: October 10th, 2012, 12:56 am

How to move a string to the top

Post by cm60 »

I have an image in my rainmeter skin and I am trying to write words on top of that image with a string but the string is showing up under the image. How do I change the z position to make it appear above it.
User avatar
lysy1993lbn
Posts: 291
Joined: July 25th, 2011, 9:53 am
Location: Lublin, Poland

Re: How to move a string to the top

Post by lysy1993lbn »

put string meter next to image meter in config file

example

Code: Select all

[image]
Meter=Image
Imagename=Image.jpg

[text]
Meter=String
Text=Example text
"Never argue with an idiot, he will drag you down to his level and beat you with experience."
my deviantART | Alternative Rainmeter tray icons
cm60
Posts: 4
Joined: October 10th, 2012, 12:56 am

Re: How to move a string to the top

Post by cm60 »

lysy1993lbn wrote:put string meter next to image meter in config file

example

Code: Select all

[image]
Meter=Image
Imagename=Image.jpg

[text]
Meter=String
Text=Example text

That fixed it, I had the text on top of the image