It is currently May 3rd, 2024, 10:48 pm

help me..

Get help with creating, editing & fixing problems with skins
User avatar
tr4falgar_law
Posts: 1
Joined: May 6th, 2012, 8:32 am

help me..

Post by tr4falgar_law »

Hey guys,i got problem with this code..i want to hide an icon behind the boxer guy..but i cant find the right code to make it..please help me,this is the picture for reference
http://kimakko.deviantart.com/art/1st-try-making-rainmeter-theme-300330175

[ShutdownText]
Meter=String
X=93
Y=115
FontColor=255,71,68
FontSize=8
SolidColor=0,0,0,1
FontFace=#FontName#
StringAlign=CENTER
StringStyle=Bold
StringEffect=SHADOW
AntiAlias=1
Text="Shutdown"
Hidden=1

[ShutdownIcon]
Meter=Image
ImageName=luffy2.png
X=73
Y=70
MouseOverAction=!execute [!RainmeterHideMeter TopText][!RainmeterShowMeter ShutdownText][!RainmeterShowMeter

MeterImageShutdown][!RainmeterRedraw]
MouseLeaveAction=!execute [!RainmeterShowMeter TopText][!RainmeterHideMeter ShutdownText][!RainmeterHideMeter

MeterImageShutdown][!RainmeterRedraw]


[MeterImageShutdown]
Meter=Image
ImageName=luffy.png
X=67
Y=68
LeftMouseDoubleClickAction=!Execute [%windir%\System32\shutdown.exe -s -t 100]
Hidden=1
kennyist
Posts: 54
Joined: October 8th, 2011, 11:49 pm

Re: help me..

Post by kennyist »

You need to place that image code before the part you want it behind, If its permently behind. if not, I don't really know atm.
User avatar
jsmorley
Developer
Posts: 22631
Joined: April 19th, 2009, 11:02 pm
Location: Fort Hunt, Virginia, USA

Re: help me..

Post by jsmorley »

tr4falgar_law wrote:Hey guys,i got problem with this code..i want to hide an icon behind the boxer guy..but i cant find the right code to make it..
Can you explain a bit more what you are trying to accomplish?