I was able to finde some of your missing includes in neon Skin file Includes_Animations.xml
Quote:<include name="Animation_ZoomInZoomOut">
<animation type="WindowOpen">
<effect type="zoom" time="100" center="640,360" start="50" end="100" tween="cubic" easing="out" />
<effect type="fade" time="100" start="0" end="100" />
</animation>
<animation type="WindowClose">
<effect type="zoom" time="100" center="640,360" start="100" end="50" tween="cubic" easing="in" />
<effect type="fade" time="100" start="100" end="0" />
</animation>
</include>
<include name="Animation_HiddenByMusicInfo">
<animation type="Conditional" condition="Window.IsActive(2001)">
<effect type="zoom" time="100" center="640,360" start="100" end="20" tween="cubic" easing="in" />
<effect type="fade" time="100" start="100" end="0" />
</animation>
</include>
<include name="Animation_HiddenByInfo">
<animation effect="fade" start="100" end="0" time="100" condition="Window.IsActive(movieinformation) | Window.IsActive(addoninformation) | Window.IsActive(songinformation)">Conditional</animation>
</include>
You use this includes in Viewtype_Episodes.xml and Viewtype_Banners.xml
Quote:<include>Animation_ZoomInZoomOut</include>
<include>Animation_ZoomedByMenu</include>
will report if i finde more
EDIT:
in file Viewtype_Grid.xml
Quote:<include>Animation_ZoomInZoomOut</include>
<include>Animation_ZoomedByMenu</include>
<include>Animation_HiddenByMusicInfo</include>
<include>Animation_HiddenByInfo</include>
<include>Animation_PanelFloat</include>
<include>Animation_TallPanelFloat</include>
I think invalide mean missing includes ...
EDIT2:
All this properties are used in file Viewtype_Icon.xml
Quote:12:09:15 T:6720 ERROR: unmatched parentheses in IsEmpty(ListItem.Property(Artist_Formed)
12:09:15 T:6720 ERROR: unmatched parentheses in IsEmpty(ListItem.Property(Artist_Born)
12:09:15 T:6720 ERROR: unmatched parentheses in IsEmpty(ListItem.Property(Artist_YearsActive)
12:09:15 T:6720 ERROR: unmatched parentheses in IsEmpty(ListItem.Property(Artist_Died)
EDIT3:
file Includes_Animations.xml skin Alaska Revisited
Quote:<include name="Animation_ZoomedByMenu">
<animation type="Conditional" condition="ControlGroup(7000).HasFocus | ControlGroup(7001).HasFocus | Window.IsActive(yesnodialog) | Window.IsActive(contentsettings) | Window.IsActive(contextmenu) | Window.IsActive(favourites) | Window.IsActive(okdialog) | Window.IsActive(mediasource) | Window.IsActive(selectdialog) | Window.IsActive(addoninformation) | Window.IsActive(addonsettings) | Window.IsActive(filestackingdialog) | Window.IsActive(profilesettings) | Window.IsActive(smartplaylisteditor)">
<effect type="zoom" time="600" center="640,360" start="100" end="50" tween="cubic" easing="inout" />
<effect type="fade" time="400" start="100" end="0" />
</animation>
</include>
Quote:12:06:40 T:6720 WARNING: Skin has invalid include: DialogID
u use this include in a lot od dialog files DialogNumeric.xml DialogMuteBug.xml DialogFileStacking.xml DialogPluginSettings.xml DialogScriptInfo.xml ...
Quote:<include>DialogID</include>
neon Skin file Includes.xml
Quote:<include name="DialogID">
<posx>10</posx>
<posy>35</posy>
<font>Font_Neon_16</font>
<textcolor>TextDisabled</textcolor>
<align>left</align>
</include>