Skinning for beginners - Foundation skin, skinning tools, and tips

  Thread Rating:
  • 8 Votes - 4.38 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Post Reply
super_sobbie Offline
Senior Member
Posts: 144
Joined: Oct 2008
Reputation: 0
Question  Little extra Post: #51
First thanks for the great base skin. I have been playing with it and trying to get backgrounds for each of the items in the home page as well as aligning the text to fit correctly. I am not exactly sure what I am doing wrong at this point. would love any advice from the experts.

I pasted my home.xml here:
http://pastebin.com/UHHSprVP

Any pointers or advice would be great. I have played with other skins but am having trouble starting from scratch like this.

Regards,
SoBBie

PS I am starting with the 1080 skin only.
find quote
Hitcher Offline
Skilled Skinner
Posts: 9,921
Joined: Aug 2007
Reputation: 67
Location: Eastleigh, UK
Post: #52
You only need the one image control that will get it's info from whatever's focused in the list.

PHP Code:
        <control type="image">
            <
posx>0</posx
            <
posy>0</posy
            <
width>1920</width
            <
height>1080</height
            <
texture background="true">$INFO[Container(300).ListItem.Icon]</texture
            <
fadetime>600</fadetime
        </
control

Then you just add the images to the items.

PHP Code:
                <item id="1">
                    <
description>Programs</description>
                    <
label>31002</label>
                    <
icon>special://skin/backgrounds/program_image.png</icon>
                    
<onclick>ActivateWindow(Programs,Addons)</onclick>
                </
item

[Image: sig_zps3af3b48e.jpg]
(This post was last modified: 2012-03-16 22:26 by Hitcher.)
find quote
super_sobbie Offline
Senior Member
Posts: 144
Joined: Oct 2008
Reputation: 0
Post: #53
THANKS!!!!!

I was making it harder then it was... I appreciate your help.

have a great day.

SoBBie
find quote
doestergaard Offline
Member
Posts: 83
Joined: Mar 2011
Reputation: 1
Location: Denmark
Post: #54
Thank you very much for this! Just one question, where do you locate the Foundation skin under OS X? Can't seem to find it anywhere.
find quote
pecinko Offline
Donor
Posts: 3,001
Joined: Dec 2008
Reputation: 26
Location: Prague / Belgrade
Post: #55
On OS X, all skins are in

/Users/doestergaard/Library/Application\ Support/XBMC/addons

My skins:

Quartz
Amber
find quote
doestergaard Offline
Member
Posts: 83
Joined: Mar 2011
Reputation: 1
Location: Denmark
Post: #56
pecinko Wrote:On OS X, all skins are in

/Users/doestergaard/Library/Application\ Support/XBMC/addons

The Library is not anymore located in my folder. I have upgrated from SL to Lion. :confused2:

EDIT: Problem is solved, it was hidden by default in OSX.
(This post was last modified: 2011-08-12 16:33 by doestergaard.)
find quote
glomb.mail Offline
Closed Account
Posts: 22
Joined: Jun 2011
Post: #57
Hello,

problem where is the location of the cover image and the scrollbar
in myvideonav. i will delete it and make it own on View_50_List.xml

http://imgup.com/image-6427_4ED91411.jpg

thanks for this great skin Hitcher
(This post was last modified: 2011-12-02 20:15 by glomb.mail.)
find quote
Hitcher Offline
Skilled Skinner
Posts: 9,921
Joined: Aug 2007
Reputation: 67
Location: Eastleigh, UK
Post: #58
skin.foundation\media\other_textures

[Image: sig_zps3af3b48e.jpg]
find quote
mad1993max Offline
Member
Posts: 77
Joined: Oct 2011
Reputation: 0
Post: #59
Waht exactly do the lines in home.xml change?

<width>1920</width>
<height>846</height>
<onup>300</onup>
<ondown>300</ondown>
<onleft>300</onleft>
<onright>300</onright>
<focusposition>5</focusposition>
<scrolltime>200</scrolltime>
find quote
Hitcher Offline
Skilled Skinner
Posts: 9,921
Joined: Aug 2007
Reputation: 67
Location: Eastleigh, UK
Post: #60
The width and height of the main list; the function of it's directional controls; it's focus position in the list; and the time it takes to scroll from one item to the next.

[Image: sig_zps3af3b48e.jpg]
find quote
Post Reply