I am trying to add a Launcher region to the Slider (v0.9.8.) "skin" and I am having problems. The Launcher regions overlaps the last region activated (ie. if you click the Launcher icon then the System icon, Launcher overlaps the top of the System).
Here is the code I have added to regions "0,0" and "0,1":
if,region,15,=,0
imagebutton,142,2,launch active.png,t,15,4,999,-1
else
imagebutton,142,2,launch.png,t,15,4,0,-1
endif
And here is the code for the Launcher region "15":
//=================================================
// REGION 15 - PAGE 0
// Launcher
//=================================================
region,15,0,-1
defregion,15,0,0,240,18,6
offset,offset_-1,offset_-1
image,0,0,dotted_line.png,tr
offsetadd,0,1
shortcut,4,0,work1,s
button,4,0,16,16,-1,0,%work1
shortcut,24,0,work2,s
button,24,0,16,16,-1,0,%work2
shortcut,44,0,work3,s
button,44,0,16,16,-1,0,%work3
shortcut,64,0,work4,s
button,64,0,16,16,-1,0,%work4
shortcut,84,0,work5,s
button,84,0,16,16,-1,0,%work5
shortcut,104,0,work6,s
button,104,0,16,16,-1,0,%work6
shortcut,124,0,work7,s
button,124,0,16,16,-1,0,%work7
shortcut,144,0,work8,s
button,144,0,16,16,-1,0,%work8
shortcut,164,0,work9,s
button,164,0,16,16,-1,0,%work9
shortcut,184,0,games1,s
button,184,0,16,16,-1,0,%games1
shortcut,204,0,games2,s
button,204,0,16,16,-1,0,%games2
// imagebutton,226,2,right_arrow.png,t,4,1,,0
endregion,15,0
BTW, I have attached the missing Colors-3D Icon "Launch Active". :)
Edit: Reattached the missing attachments
As a first observation, you need the following just before the endregion:
offsetadd,0,17
That will probably do it.
Thanks arbitrajeu, that did it! I knew it was something simple. I pulled out my hair for a hour because I forgot an "offsetadd"!
BTW, Lock Away! :lol: