• Welcome to TodayPlus Boards v2.
 

Launcher v0.98

Started by wgt, November 28, 2003, 11:16:33 PM

Previous topic - Next topic

wgt

Hey has anyone tried to cut and past the launcher section from the anlog-weather.com skin to the slider skin and keeping the original look of the anglog skin. Let me know thanks..

jhollin1138

I haven't tried to add a Launcher region to the old analog skin yet.  I have added a Launcher region to the slider skin supplied with v.0.9.8.  See this thread if you are interested in seeing how I did it (see region 15).
Jim H

wgt

Yep that does work fine   :)  , but the launcher has no names next to the shortcut's that is what I'm trying to put into the launcher. So I'm trying to figure out how to space the shortcuts like the original analog skin..

jhollin1138

Here is a piece of code from one of my old skins (see this post for a sample image).  It might require some tweaking to get it to work.  But it should give you 3 rows of 3 shortcuts with titles.shortcut,17,5,work1,s
button,17,5,70,16,-1,0,%work1
text,35,5,[name],l
shortcut,17,23,work2,s
button,17,23,70,16,-1,0,%work2
text,35,23,[name],l
shortcut,17,41,work3,s
button,17,41,70,16,-1,0,%work3
text,35,41,[name],l

shortcut,89,5,work4,s
button,89,5,70,16,-1,0,%work4
text,107,5,[name],l
shortcut,89,23,work5,s
button,89,23,70,16,-1,0,%work5
text,107,23,[name],l
shortcut,89,41,work6,s
button,89,41,70,16,-1,0,%work6
text,107,41,[name],l

shortcut,161,5,work7,s
button,161,5,70,16,-1,0,%work7
text,179,5,[name],l
shortcut,161,23,work8,s
button,161,23,70,16,-1,0,%work8
text,179,23,[name],l
shortcut,161,41,work9,s
button,161,41,70,16,-1,0,%work9
text,179,41,[name],l

If you need some help, post your skin and I can see what I can do.
Jim H