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

  Thread Rating:
  • 9 Votes - 4.44 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Post Reply
Hitcher Offline
Skilled Skinner
Posts: 9,976
Joined: Aug 2007
Reputation: 67
Location: Eastleigh, UK
Post: #81
(2012-03-16 17:05)dm85 Wrote:  Is this not instructing it to use said image?

- <item id="1">
<description>Programs</description>
<label>31002</label>
<icon>backgrounds/programs-1080.jpg</icon>
<onclick>ActivateWindow(Programs,Addons)</onclick>


Thanks

Fixed my older post. If the image isn't in the media folder then you need to use special://skin/

ie

PHP Code:
<icon>special://skin/backgrounds/program_image.png</icon> 

[Image: sig_zps3af3b48e.jpg]
find quote
m_K_o Offline
Local lemming
Posts: 10
Joined: Dec 2010
Reputation: 0
Location: Finland
Post: #82
(2012-03-16 22:27)Hitcher Wrote:  Fixed my older post. If the image isn't in the media folder then you need to use special://skin/

ie

PHP Code:
<icon>special://skin/backgrounds/program_image.png</icon> 
Should the included GlobalBackground in home screen be able to view those images automaticly? I would assume that it doesn't do that.
Only way i got it to work was to add new image control that gets its texture from Container(300).ListItem.Icon to either home.xml or to GlobalBackround.
(This post was last modified: 2012-03-16 23:36 by m_K_o.)
find quote
Hitcher Offline
Skilled Skinner
Posts: 9,976
Joined: Aug 2007
Reputation: 67
Location: Eastleigh, UK
Post: #83
They're not scraped fanart image that's why they wont work unless you add the new image control.

[Image: sig_zps3af3b48e.jpg]
find quote
emptyhead Offline
Junior Member
Posts: 28
Joined: Jul 2011
Reputation: 0
Post: #84
I broke my foundation and hoping someone can help. I was playing with the home screen, managed to make a horizontal menu and make it focus correctly. I tried to change the font. It didn't work so I thought maybe I have to shutdown for it to pick up the new ttf in the fonts folder. On opening the login screen is now blank.

I deleted the foundation folder and it defaulted to Confluence so I reinstalled Foundation but still no login screen (I have a few profiles).

I'd like to think one day I will get over my 'try first, read later' method.....but probably not.Rolleyes
find quote
Hitcher Offline
Skilled Skinner
Posts: 9,976
Joined: Aug 2007
Reputation: 67
Location: Eastleigh, UK
Post: #85
Copy your current Foundation folder somewhere safe and install a fresh one, then try copying your modified ones over one at a time (refreshing each time).

Hopefully you'll find the problem one.

[Image: sig_zps3af3b48e.jpg]
find quote
SynstrShn Offline
Member
Posts: 63
Joined: Nov 2010
Reputation: 1
Post: #86
Hey first off thanks so much for this Hitcher! it really is such a help and lets us get into skinning a lot easier! Smile

Does anyone know how to change the homepage font from Uppercase to Lowercase? I have looked all over sorry can't find the answer

[Image: widget]
find quote
Hitcher Offline
Skilled Skinner
Posts: 9,976
Joined: Aug 2007
Reputation: 67
Location: Eastleigh, UK
Post: #87
The strings are found in skin.foundation\language\English\strings.xml

[Image: sig_zps3af3b48e.jpg]
find quote
SynstrShn Offline
Member
Posts: 63
Joined: Nov 2010
Reputation: 1
Post: #88
thanks for the quick response! that's great it was driving me crazy!

[Image: widget]
find quote
ZombieRobot Offline
Fan
Posts: 698
Joined: May 2010
Reputation: 4
Location: Mount Maunganui , New Zealand
Post: #89
for some reason i cant for the life of me download Foundation Eden i have hitchers new repo and xbmc 11 with fresh installs on two computers is the repo down?? anyway where can i download this on the net could someone point me in the right direction i am sure i can find a copy but i have brain freeze ATM thanks.
find quote
pecinko Offline
Member+
Posts: 3,067
Joined: Dec 2008
Reputation: 29
Location: Prague / Belgrade
Post: #90
(2012-03-30 21:40)ZombieRobot Wrote:  for some reason i cant for the life of me download Foundation Eden i have hitchers new repo and xbmc 11 with fresh installs on two computers is the repo down?? anyway where can i download this on the net could someone point me in the right direction i am sure i can find a copy but i have brain freeze ATM thanks.

Iirc, hitcher changed repo location. Take a look at xeebo thread.

My skins:

Quartz
Amber
find quote
Post Reply