Skinning for beginners - Foundation skin, skinning tools, and tips
#78
Hi There,

I'm trying to use your example of adding a BG image from two pages back and I'm not having much success.

Is there something I need to turn off in another part of the XML?

Please see code

- <!-- Foundation
-->
- <window id="0">
<defaultcontrol always="true">300</defaultcontrol>
<allowoverlay>yes</allowoverlay>
- <controls>
<include>GlobalBackground</include>
- <control type="wraplist" id="300">
<description>Home Wraplist</description>
<posx>0</posx>
<posy>108</posy>
<width>1920</width>
<height>846</height>
<onup>300</onup>
<ondown>300</ondown>
<onleft>300</onleft>
<onright>300</onright>
<focusposition>5</focusposition>
<scrolltime>200</scrolltime>
- <itemlayout width="540" height="75">
- <control type="label">
<posx>960</posx>
<height>75</height>
<width>375</width>
<font>Medium</font>
<info>ListItem.Label</info>
<align>center</align>
</control>
</itemlayout>
- <focusedlayout width="810" height="96">
- <control type="label">
<posx>960</posx>
<width>810</width>
<height>96</height>
<info>ListItem.Label</info>
<font>Home</font>
<textcolor>Blue</textcolor>
<align>center</align>
</control>
- <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>
</focusedlayout>
- <content>
- <item id="1">
<description>Programs</description>
<label>31002</label>
<icon>backgrounds/programs-1080.jpg</icon>
<onclick>ActivateWindow(Programs,Addons)</onclick>
</item>
- <item id="2">
<description>Videos</description>
<label>31003</label>
<onclick>ActivateWindow(Video,Files)</onclick>
</item>
- <item id="3">
<description>Music</description>
<label>31004</label>
<onclick>ActivateWindow(Music)</onclick>
</item>
- <item id="4">
<description>Pictures</description>
<label>31005</label>
<onclick>ActivateWindow(Pictures)</onclick>
</item>
- <item id="5">
<description>Movies</description>
<label>31006</label>
<onclick>ActivateWindow(Video,movietitles)</onclick>
<visible>Library.HasContent(Movies)</visible>
</item>
- <item id="6">
<description>TV Shows</description>
<label>31007</label>
<onclick>ActivateWindow(Video,tvshowtitles)</onclick>
<visible>Library.HasContent(TVShows)</visible>
</item>
- <item id="7">
<description>Favourites</description>
<label>31008</label>
<onclick>ActivateWindow(Favourites)</onclick>
</item>
- <item id="8">
<description>Profiles</description>
<label>31009</label>
<onclick>ActivateWindow(Profiles)</onclick>
</item>
- <item id="9">
<description>Weather</description>
<label>31010</label>
<onclick>ActivateWindow(weather)</onclick>
</item>
- <item id="10">
<description>File manager</description>
<label>31011</label>
<onclick>ActivateWindow(filemanager)</onclick>
</item>
- <item id="11">
<description>Settings</description>
<label>31012</label>
<onclick>ActivateWindow(settings)</onclick>
</item>
- <item id="12">
<description>Shutdown</description>
<label>31013</label>
<onclick>ActivateWindow(shutdownmenu)</onclick>
</item>
- <item id="13">
<description>Play Disc</description>
<label>31014</label>
<onclick>PlayDVD</onclick>
<visible>System.HasMediadvd</visible>
</item>
</content>
</control>
- <control type="rss">
<description>RSS Feed</description>
<posx>0</posx>
<posy>1035</posy>
<width>1920</width>
<height>21</height>
<font>Small</font>
<urlset>1</urlset>
<titlecolor>Red</titlecolor>
<headlinecolor>White</headlinecolor>
<textcolor>White</textcolor>
</control>
</controls>
</window>


Messages In This Thread
[No subject] - by Hitcher - 2011-02-16, 22:38
[No subject] - by Hitcher - 2011-02-16, 22:39
[No subject] - by Sinvida - 2011-02-16, 22:40
[No subject] - by Hitcher - 2011-02-16, 22:40
[No subject] - by Hitcher - 2011-02-16, 22:41
[No subject] - by Hitcher - 2011-02-16, 22:42
[No subject] - by Hitcher - 2011-02-16, 22:43
[No subject] - by Hitcher - 2011-02-16, 22:43
[No subject] - by Hitcher - 2011-02-16, 22:44
[No subject] - by Hitcher - 2011-02-16, 22:45
[No subject] - by Hitcher - 2011-02-16, 22:46
[No subject] - by Hitcher - 2011-02-16, 22:47
[No subject] - by Hitcher - 2011-02-16, 22:47
[No subject] - by mcborzu - 2011-02-16, 23:00
[No subject] - by jmarshall - 2011-02-16, 23:20
[No subject] - by ronie - 2011-02-16, 23:21
[No subject] - by Jeroen - 2011-02-16, 23:24
[No subject] - by stoli - 2011-02-16, 23:26
[No subject] - by filigran - 2011-02-16, 23:41
[No subject] - by igotdvds - 2011-02-16, 23:56
[No subject] - by pecinko - 2011-02-17, 00:02
[No subject] - by breadcat - 2011-02-17, 00:04
[No subject] - by circle_ - 2011-02-17, 00:12
[No subject] - by Hitcher - 2011-02-17, 00:41
[No subject] - by ubuntuf4n - 2011-02-17, 00:48
[No subject] - by joebrady - 2011-02-17, 00:56
[No subject] - by ppic - 2011-02-17, 01:08
[No subject] - by sialivi - 2011-02-17, 01:55
[No subject] - by circle_ - 2011-02-17, 03:12
[No subject] - by queeup - 2011-02-17, 04:02
[No subject] - by Malexx - 2011-02-17, 07:54
[No subject] - by Hitcher - 2011-02-17, 08:50
[No subject] - by reksveks - 2011-02-17, 11:05
[No subject] - by wimpy - 2011-02-17, 14:52
[No subject] - by Advocate - 2011-02-17, 17:25
[No subject] - by bridgman - 2011-02-28, 08:01
Awesome! - by Pr.Sinister - 2011-02-28, 22:55
[No subject] - by pecinko - 2011-03-01, 23:14
[No subject] - by anoobie - 2011-03-06, 03:31
[No subject] - by Hitcher - 2011-03-06, 11:30
[No subject] - by pecinko - 2011-03-26, 19:35
[No subject] - by pecinko - 2011-04-27, 17:20
[No subject] - by Jimbo282 - 2011-05-15, 04:44
[No subject] - by Hitcher - 2011-05-15, 09:27
[No subject] - by Jimbo282 - 2011-05-16, 01:02
Finally - by Jimbo282 - 2011-05-16, 03:41
[No subject] - by Hitcher - 2011-05-16, 07:53
[No subject] - by vanMiez - 2011-05-24, 12:39
[No subject] - by Hitcher - 2011-05-24, 13:55
Little extra - by super_sobbie - 2011-07-23, 22:27
[No subject] - by super_sobbie - 2011-07-24, 04:01
[No subject] - by doestergaard - 2011-08-05, 15:36
[No subject] - by pecinko - 2011-08-05, 18:41
[No subject] - by doestergaard - 2011-08-07, 20:41
[No subject] - by glomb.mail - 2011-12-02, 20:12
[No subject] - by Hitcher - 2011-12-02, 21:00
[No subject] - by mad1993max - 2012-01-15, 17:52
[No subject] - by Hitcher - 2012-01-15, 18:05
[No subject] - by TechLife - 2012-01-15, 18:27
[No subject] - by mad1993max - 2012-01-15, 18:32
[No subject] - by Hitcher - 2012-01-15, 18:32
[No subject] - by pecinko - 2012-01-16, 18:30
[No subject] - by Hitcher - 2012-01-16, 18:40
[No subject] - by Hitcher - 2012-01-16, 18:44
[No subject] - by pecinko - 2012-01-16, 19:40
[No subject] - by Hitcher - 2012-01-16, 19:53
Hitcher Repo down? - by vogelap - 2012-01-17, 17:20
[No subject] - by Hitcher - 2012-01-17, 18:04
[No subject] - by vogelap - 2012-01-17, 18:09
[No subject] - by Hitcher - 2012-01-17, 18:11
[No subject] - by JustJv - 2012-02-07, 22:54
[No subject] - by doestergaard - 2012-02-29, 18:23
[No subject] - by Hitcher - 2012-03-01, 17:35
[No subject] - by Hitcher - 2012-03-01, 21:43
RE: [RELEASE] Foundation (Eden version) - Basic skin for beginners - by dm85 - 2012-03-16, 15:15
Logout Mark Read Team Forum Stats Members Help
Skinning for beginners - Foundation skin, skinning tools, and tips10