Advertisement
Guest User

Untitled

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