2010-05-21, 11:48
anyone a little more skin-savy than me working on adding a panel view?
svn: REPORT of '/svn/!svn/vcc/default': 200 OK (http://alaska-revisited.googlecode.com)
Hitcher Wrote:Still not complete but here's the latest version I have that works with the Add-Ons.
http://www.mediafire.com/?ojradoiwgyf
Extract it to your user/addons folder.
mcborzu Wrote:Dont quote me but I think the main background is in Includes.xml and labeled Background_Filter or atleast I think it is for main Alaska not 100% fimilar with the revisited version...
include name="Global_Background">
<control type="image">
<include>Dimensions_Fullscreen</include>
<texture>filters/filter.png</texture>
</control>
</include>
<include name="Global_Filter">
<control type="image">
<include>Dimensions_Fullscreen</include>
<texture>filters/filter.png</texture>
<animation effect="fade" start="100" end="80" time="400" condition="Window.IsActive(Home) + Skin.HasSetting(HomeBackgrounds)">Conditional</animation>
<animation effect="fade" start="100" end="80" time="400" condition="!IsEmpty(ListItem.Property(Fanart_Image)) + !Window.Next(Home)">Conditional</animation>
<animation effect="fade" start="100" end="72" time="400" condition="[Window.IsActive(2) | Window.IsActive(450)] + [substring(listitem.filenameandpath,jpg) | substring(listitem.filenameandpath,bmp) | substring(listitem.filenameandpath,png) | substring(listitem.filenameandpath,tif) | substring(listitem.filenameandpath,ico) | substring(listitem.filenameandpath,pcx) | substring(listitem.filenameandpath,tga)]] + !Window.Next(Home)">Conditional</animation>
</control>
</include>
mcborzu Wrote:Yea those were my guess...
What I'd do is delete those code blocks, refresh the skin, and if the image is gone you know you're in the right place, if still there then gotta look elsewhere
Quote: <animation effect="fade" start="100" end="96" time="400" condition="!IsEmpty(ListItem.Property(Fanart_Image)) + !Window.Next(Home)">Conditional</animation>