Advertisement
Guest User

Untitled

a guest
Feb 16th, 2015
266
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.03 KB | None | 0 0
  1. <control type="grouplist">
  2. <posy>425</posy>
  3. <posx>140</posx>
  4. <itemgap>-90</itemgap>
  5. <orientation>horizontal</orientation>
  6. <visible>ListItem.IsFolder </visible>
  7. <animation effect="rotate" start="0" end="180" center="auto" time="0">Visible</animation>
  8. <control type="image">
  9. <width>220</width>
  10. <height>220</height>
  11. <texture fallback="disc-dvd.png" diffuse="cdart_diffuse.png" background="true">$INFO[Window(home).Property(Set.Movie.3.Art(discart))]</texture>
  12. <animation effect="rotate" start="0" end="180" center="auto" time="0">Visible</animation>
  13. <animation effect="slide" center="auto" start="-700" end="0" time="900">Visible</animation>
  14. <visible>ListItem.IsFolder + IntegerGreaterThan(Window(0).Property(Set.Movies.count),2) + !stringcompare(ListItem.Label,..) + !Skin.HasSetting(Disable_CDART)</visible>
  15. </control>
  16. <control type="image">
  17. <width>220</width>
  18. <height>220</height>
  19. <texture fallback="disc-dvd.png" diffuse="cdart_diffuse.png" background="true">$INFO[Window(home).Property(Set.Movie.2.Art(discart))]</texture>
  20. <animation effect="rotate" start="0" end="180" center="auto" time="0" condition="ListItem.IsFolder">Visible</animation>
  21. <animation effect="slide" center="auto" start="-700" end="0" time="700">Visible</animation>
  22. <visible>ListItem.IsFolder + IntegerGreaterThan(Window(0).Property(Set.Movies.count),1) + !Skin.HasSetting(Disable_CDART)</visible>
  23. </control>
  24. <control type="image">
  25. <width>220</width>
  26. <height>220</height>
  27. <texture fallback="disc-dvd.png" diffuse="cdart_diffuse.png" background="true">$INFO[Window(home).Property(Set.Movie.1.Art(discart))]</texture>
  28. <animation effect="rotate" start="0" end="180" center="auto" time="0">Visible</animation>
  29. <animation effect="slide" center="auto" start="-700" end="0" time="500">Visible</animation>
  30. <visible>ListItem.IsFolder + !stringcompare(ListItem.Label,..) + !Skin.HasSetting(Disable_CDART)</visible>
  31. </control>
  32. </control>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement