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..
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 (http://www.dark-mojo.com/tpmobile/viewtopic.php?p=2612#2612) if you are interested in seeing how I did it (see region 15).
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..
Here is a piece of code from one of my old skins (see this post (http://discussion.brighthand.com/showthread.php?s=&postid=591777#post591777) 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.