XBMC Community Forum
Skinning for beginners - Foundation skin, skinning tools, and tips - Printable Version

+- XBMC Community Forum (http://forum.xbmc.org)
+-- Forum: Development (/forumdisplay.php?fid=32)
+--- Forum: Skin Development (/forumdisplay.php?fid=12)
+--- Thread: Skinning for beginners - Foundation skin, skinning tools, and tips (/showthread.php?tid=94438)

Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16


RE: [RELEASE] Foundation (Eden version) - Basic skin for beginners - Hitcher - 2012-03-16 22:27

(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> 



RE: [RELEASE] Foundation (Eden version) - Basic skin for beginners - m_K_o - 2012-03-16 23:14

(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.


RE: [RELEASE] Foundation (Eden version) - Basic skin for beginners - Hitcher - 2012-03-17 13:26

They're not scraped fanart image that's why they wont work unless you add the new image control.


RE: [RELEASE] Foundation (Eden version) - Basic skin for beginners - emptyhead - 2012-03-18 14:18

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


RE: [RELEASE] Foundation (Eden version) - Basic skin for beginners - Hitcher - 2012-03-18 14:27

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.


RE: [RELEASE] Foundation (Eden version) - Basic skin for beginners - SynstrShn - 2012-03-21 00:12

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


RE: [RELEASE] Foundation (Eden version) - Basic skin for beginners - Hitcher - 2012-03-21 00:38

The strings are found in skin.foundation\language\English\strings.xml


RE: [RELEASE] Foundation (Eden version) - Basic skin for beginners - SynstrShn - 2012-03-21 01:03

thanks for the quick response! that's great it was driving me crazy!


RE: [RELEASE] Foundation (Eden version) - Basic skin for beginners - ZombieRobot - 2012-03-30 21:40

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.


[RELEASE] Foundation (Eden version) - Basic skin for beginners - pecinko - 2012-03-30 23:51

(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.