Advertisement
Guest User

script-NextAired-TVGuide.xml

a guest
Jan 6th, 2012
142
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 96.10 KB | None | 0 0
  1. <window>
  2. <controls>
  3. <onload>ClearProperty(Monday)</onload>
  4. <onload>ClearProperty(Tuesday)</onload>
  5. <onload>ClearProperty(Wednesday)</onload>
  6. <onload>ClearProperty(Thursday)</onload>
  7. <onload>ClearProperty(Friday)</onload>
  8. <onload>ClearProperty(Saturday)</onload>
  9. <onload>ClearProperty(Sunday)</onload>
  10. <include>CommonContent</include>
  11.  
  12. <control type="group">
  13. <control type="image">
  14. <include>FullscreenDimentions</include>
  15. <include>Animation_FanartFade</include>
  16. <fadetime>FanartCrossfadeTime</fadetime>
  17. <texture background="true">$VAR[NextAiredFanart]</texture>
  18. </control>
  19. <control type="image">
  20. <include>FullscreenDimentions</include>
  21. <include>Animation_FanartFade</include>
  22. <fadetime>FanartCrossfadeTime</fadetime>
  23. <texture>windows/common/background-vignette.png</texture>
  24. </control>
  25. </control>
  26.  
  27. <include>Common-NowPlaying</include>
  28. <include>Ripple-Logo</include>
  29. <include>Recent-Count-TVGuide</include>
  30.  
  31.  
  32. <!-- ============================================= -->
  33. <!-- ========== WEEKLY & DAILY SCHEDULE ========== -->
  34. <!-- ============================================= -->
  35.  
  36. <control type="group">
  37. <include>TV-Guide-Panel-Animation</include>
  38. <!-- Weekly Main Panel -->
  39. <control type="image">
  40. <include>TV-Guide-Animation</include>
  41. <visible>IsEmpty(Window.Property(Monday)) + IsEmpty(Window.Property(Tuesday)) + IsEmpty(Window.Property(Wednesday)) + IsEmpty(Window.Property(Thursday)) + IsEmpty(Window.Property(Friday)) + IsEmpty(Window.Property(Saturday)) + IsEmpty(Window.Property(Sunday))</visible>
  42. <posx>-25</posx>
  43. <posy>-20</posy>
  44. <width>1331</width>
  45. <height>740</height>
  46. <aspectratio>stretch</aspectratio>
  47. <texture>windows/tvguide/background.png</texture>
  48. </control>
  49. <!-- Daily Main Panel -->
  50. <control type="image">
  51. <include>TV-Guide-Animation</include>
  52. <visible>!IsEmpty(Window.Property(Monday)) | !IsEmpty(Window.Property(Tuesday)) | !IsEmpty(Window.Property(Wednesday)) | !IsEmpty(Window.Property(Thursday)) | !IsEmpty(Window.Property(Friday)) | !IsEmpty(Window.Property(Saturday)) | !IsEmpty(Window.Property(Sunday))</visible>
  53. <posx>-25</posx>
  54. <posy>-20</posy>
  55. <width>1331</width>
  56. <height>740</height>
  57. <aspectratio>stretch</aspectratio>
  58. <texture>windows/tvguide/background-2.png</texture>
  59. </control>
  60. <!-- Daily Logo Frame -->
  61. <control type="image">
  62. <include>TV-Guide-Animation</include>
  63. <visible>!IsEmpty(Window.Property(Monday)) | !IsEmpty(Window.Property(Tuesday)) | !IsEmpty(Window.Property(Wednesday)) | !IsEmpty(Window.Property(Thursday)) | !IsEmpty(Window.Property(Friday)) | !IsEmpty(Window.Property(Saturday)) | !IsEmpty(Window.Property(Sunday))</visible>
  64. <posx>740</posx>
  65. <posy>58</posy>
  66. <width>500</width>
  67. <height>289</height>
  68. <aspectratio>stretch</aspectratio>
  69. <texture>windows/tvguide/daily_frame.png</texture>
  70. </control>
  71.  
  72.  
  73.  
  74.  
  75.  
  76. <!-- Weekly Monday Label (5000) -->
  77. <control type="button" id="5000">
  78. <include>TV-Guide-Animation</include>
  79. <visible>IsEmpty(Window.Property(Monday))</visible>
  80. <visible>IsEmpty(Window.Property(Tuesday))</visible>
  81. <visible>IsEmpty(Window.Property(Wednesday))</visible>
  82. <visible>IsEmpty(Window.Property(Thursday))</visible>
  83. <visible>IsEmpty(Window.Property(Friday))</visible>
  84. <visible>IsEmpty(Window.Property(Saturday))</visible>
  85. <visible>IsEmpty(Window.Property(Sunday))</visible>
  86. <posx>116</posx>
  87. <posy>-8</posy>
  88. <width>224</width>
  89. <height>76</height>
  90. <font>Nessus-22B</font>
  91. <align>center</align>
  92. <aligny>top</aligny>
  93. <label>$LOCALIZE[11]</label>
  94. <texturenofocus>windows/tvguide/weekdays_tab.png</texturenofocus>
  95. <texturefocus>windows/tvguide/weekdays_tab_fo.png</texturefocus>
  96. <textcolor>offwhite3</textcolor>
  97. <focusedcolor>guideblue</focusedcolor>
  98. <textoffsetx>0</textoffsetx>
  99. <textoffsety>43</textoffsety>
  100. <animation effect="fade" start="0" end="100" time="0" condition="!Control.HasFocus(200)" reversible="true">Conditional</animation>
  101. <animation effect="fade" start="100" end="0" time="0" condition="Control.HasFocus(200)" reversible="true">Conditional</animation>
  102. </control>
  103. <!-- Weekly Monday Label (5000) -->
  104. <control type="button" id="5000">
  105. <include>TV-Guide-Animation</include>
  106. <visible>IsEmpty(Window.Property(Monday))</visible>
  107. <posx>116</posx>
  108. <posy>-8</posy>
  109. <width>224</width>
  110. <height>76</height>
  111. <font>Nessus-22B</font>
  112. <align>center</align>
  113. <aligny>top</aligny>
  114. <label>$LOCALIZE[11]</label>
  115. <texturenofocus>windows/tvguide/weekdays_tab_fo.png</texturenofocus>
  116. <texturefocus>windows/tvguide/weekdays_tab.png</texturefocus>
  117. <textcolor>guideblue</textcolor>
  118. <focusedcolor>guideblue</focusedcolor>
  119. <textoffsetx>0</textoffsetx>
  120. <textoffsety>43</textoffsety>
  121. <animation effect="fade" start="0" end="100" time="0" condition="Control.HasFocus(200)" reversible="true">Conditional</animation>
  122. <animation effect="fade" start="100" end="0" time="0" condition="!Control.HasFocus(200)" reversible="true">Conditional</animation>
  123. </control>
  124. <!-- Daily Monday Label (7000) -->
  125. <control type="button" id="7000">
  126. <include>TV-Guide-Animation</include>
  127. <visible>!IsEmpty(Window.Property(Monday))</visible>
  128. <posx>-195</posx>
  129. <posy>320</posy>
  130. <width>550</width>
  131. <font>Nessus-100</font>
  132. <label>$LOCALIZE[31191]</label>
  133. <align>center</align>
  134. <aligny>center</aligny>
  135. <textcolor>offwhite3</textcolor>
  136. <focusedcolor>guideblue</focusedcolor>
  137. <onup>-</onup>
  138. <ondown>-</ondown>
  139. <onright>-</onright>
  140. <onleft>-</onleft>
  141. <animation effect="rotate" start="0" end="90" center="auto" time="0" condition="!IsEmpty(Window.Property(Friday))">Conditional</animation>
  142. <animation effect="rotate" start="0" end="90" center="auto" time="0" condition="IsEmpty(Window.Property(Friday))">Conditional</animation>
  143. </control>
  144.  
  145. <!-- ====== Daily Monday NextAired Info ====== -->
  146. <control type="group">
  147. <posx>750</posx>
  148. <posy>70</posy>
  149. <visible>!IsEmpty(Window.Property(Monday))</visible>
  150. <include>TV-Guide-Animation</include>
  151. <control type="group">
  152. <visible>Control.HasFocus(200) + !IsEmpty(Container(200).Listitem.Icon)</visible>
  153. <control type="image">
  154. <posx>40</posx>
  155. <posy>20</posy>
  156. <width>400</width>
  157. <height>155</height>
  158. <aspectratio>stretch</aspectratio>
  159. <texture background="true" diffuse="windows/tvguide/fanart-diffuse.png">$INFO[Container(200).ListItem.Property(Path),,logo.png]</texture>
  160. </control>
  161. <control type="image">
  162. <posx>-5</posx>
  163. <posy>395</posy>
  164. <width>155</width>
  165. <height>105</height>
  166. <texture>$INFO[Container(200).ListItem.Property(Network),flags/studios/,.png]</texture>
  167. <aspectratio>keep</aspectratio>
  168. <colordiffuse>66ffffff</colordiffuse>
  169. </control>
  170. <control type="label">
  171. <posx>10</posx>
  172. <posy>245</posy>
  173. <width>460</width>
  174. <height>84</height>
  175. <textcolor>guideblue</textcolor>
  176. <label>[B]$INFO[Container(200).ListItem.Label][/B]</label>
  177. <font>Nessus-30</font>
  178. <align>left</align>
  179. <aligny>center</aligny>
  180. <scroll>false</scroll>
  181. </control>
  182. <control type="label">
  183. <posx>12</posx>
  184. <posy>273</posy>
  185. <width>460</width>
  186. <height>84</height>
  187. <label>$INFO[Container(200).ListItem.Property(Genre)]</label>
  188. <font>Nessus-22</font>
  189. <align>left</align>
  190. <aligny>center</aligny>
  191. <scroll>false</scroll>
  192. </control>
  193. <control type="label">
  194. <posx>12</posx>
  195. <posy>305</posy>
  196. <width>480</width>
  197. <height>90</height>
  198. <font>Nessus-20</font>
  199. <textcolor>greyblue</textcolor>
  200. <align>left</align>
  201. <aligny>center</aligny>
  202. <label>$LOCALIZE[31188] </label>
  203. </control>
  204. <control type="fadelabel">
  205. <posx>123</posx>
  206. <posy>305</posy>
  207. <width>360</width>
  208. <height>90</height>
  209. <font>Nessus-20</font>
  210. <textcolor>greyblue</textcolor>
  211. <align>left</align>
  212. <aligny>center</aligny>
  213. <scrollout>false</scrollout>
  214. <pauseatend>200</pauseatend>
  215. <scrollspeed>15</scrollspeed>
  216. <label>[COLOR=ltgreyblue]"$INFO[Container(200).ListItem.Property(NextTitle)]" ($INFO[Container(200).ListItem.Property(NextNumber)]).[/COLOR]</label>
  217. </control>
  218. <control type="label">
  219. <posx>12</posx>
  220. <posy>325</posy>
  221. <width>460</width>
  222. <height>90</height>
  223. <font>Nessus-20</font>
  224. <textcolor>greyblue</textcolor>
  225. <align>left</align>
  226. <aligny>center</aligny>
  227. <scroll>false</scroll>
  228. <label>$LOCALIZE[31189] [COLOR=ltgreyblue]$INFO[Container(200).ListItem.Property(AirDay)] $INFO[Container(200).ListItem.Property(NextDate)][/COLOR] $LOCALIZE[31190] [COLOR=ltgreyblue]$INFO[Container(200).ListItem.Property(ShortTime)].[/COLOR]</label>
  229. </control>
  230. <control type="label">
  231. <posx>12</posx>
  232. <posy>345</posy>
  233. <width>480</width>
  234. <height>90</height>
  235. <font>Nessus-20</font>
  236. <textcolor>greyblue</textcolor>
  237. <align>left</align>
  238. <aligny>center</aligny>
  239. <label>$LOCALIZE[31505] [COLOR=ltgreyblue]$INFO[Container(200).ListItem.Property(Runtime),, $LOCALIZE[12391]].[/COLOR]</label>
  240. </control>
  241. <!-- Monday Latest Info -->
  242. <control type="label">
  243. <posx>12</posx>
  244. <posy>450</posy>
  245. <width>480</width>
  246. <height>90</height>
  247. <font>Nessus-20</font>
  248. <textcolor>FF6C6C6C</textcolor>
  249. <align>left</align>
  250. <aligny>center</aligny>
  251. <label>Latest Episode </label>
  252. </control>
  253. <control type="fadelabel">
  254. <posx>135</posx>
  255. <posy>450</posy>
  256. <width>360</width>
  257. <height>90</height>
  258. <font>Nessus-20</font>
  259. <textcolor>FF6C6C6C</textcolor>
  260. <align>left</align>
  261. <aligny>center</aligny>
  262. <scrollout>false</scrollout>
  263. <pauseatend>200</pauseatend>
  264. <scrollspeed>15</scrollspeed>
  265. <label>[COLOR=FF4C4C4C]"$INFO[Container(200).ListItem.Property(LatestTitle)]" ($INFO[Container(200).ListItem.Property(LatestNumber)]).[/COLOR]</label>
  266. </control>
  267. <control type="label">
  268. <posx>12</posx>
  269. <posy>470</posy>
  270. <width>480</width>
  271. <height>90</height>
  272. <font>Nessus-20</font>
  273. <textcolor>FF6C6C6C</textcolor>
  274. <align>left</align>
  275. <aligny>center</aligny>
  276. <label>$LOCALIZE[31225] [COLOR=FF4C4C4C]$INFO[Container(200).ListItem.Property(LatestDate)][/COLOR]</label>
  277. </control>
  278. </control>+
  279. </control>++
  280.  
  281.  
  282.  
  283.  
  284.  
  285. <!-- Weekly Tuesday Label (5001) -->
  286. <control type="button" id="5001">
  287. <include>TV-Guide-Animation</include>
  288. <visible>IsEmpty(Window.Property(Monday))</visible>
  289. <visible>IsEmpty(Window.Property(Tuesday))</visible>
  290. <visible>IsEmpty(Window.Property(Wednesday))</visible>
  291. <visible>IsEmpty(Window.Property(Thursday))</visible>
  292. <visible>IsEmpty(Window.Property(Friday))</visible>
  293. <visible>IsEmpty(Window.Property(Saturday))</visible>
  294. <visible>IsEmpty(Window.Property(Sunday))</visible>
  295. <posx>271</posx>
  296. <posy>-8</posy>
  297. <width>224</width>
  298. <height>76</height>
  299. <font>Nessus-22B</font>
  300. <align>center</align>
  301. <aligny>top</aligny>
  302. <label>$LOCALIZE[12]</label>
  303. <texturenofocus>windows/tvguide/weekdays_tab.png</texturenofocus>
  304. <texturefocus>windows/tvguide/weekdays_tab_fo.png</texturefocus>
  305. <textcolor>offwhite3</textcolor>
  306. <focusedcolor>guideblue</focusedcolor>
  307. <textoffsetx>0</textoffsetx>
  308. <textoffsety>43</textoffsety>
  309. <animation effect="fade" start="0" end="100" time="0" condition="!Control.HasFocus(201)" reversible="true">Conditional</animation>
  310. <animation effect="fade" start="100" end="0" time="0" condition="Control.HasFocus(201)" reversible="true">Conditional</animation>
  311. </control>
  312. <!-- Weekly Tuesday Label (5001) -->
  313. <control type="button" id="5001">
  314. <include>TV-Guide-Animation</include>
  315. <visible>IsEmpty(Window.Property(Tuesday))</visible>
  316. <posx>271</posx>
  317. <posy>-8</posy>
  318. <width>224</width>
  319. <height>76</height>
  320. <font>Nessus-22B</font>
  321. <align>center</align>
  322. <aligny>top</aligny>
  323. <label>$LOCALIZE[12]</label>
  324. <texturenofocus>windows/tvguide/weekdays_tab_fo.png</texturenofocus>
  325. <texturefocus>windows/tvguide/weekdays_tab.png</texturefocus>
  326. <textcolor>guideblue</textcolor>
  327. <focusedcolor>guideblue</focusedcolor>
  328. <textoffsetx>0</textoffsetx>
  329. <textoffsety>43</textoffsety>
  330. <animation effect="fade" start="0" end="100" time="0" condition="Control.HasFocus(201)" reversible="true">Conditional</animation>
  331. <animation effect="fade" start="100" end="0" time="0" condition="!Control.HasFocus(201)" reversible="true">Conditional</animation>
  332. </control>
  333. <!-- Daily Tuesday Label (7001) -->
  334. <control type="button" id="7001">
  335. <include>TV-Guide-Animation</include>
  336. <visible>!IsEmpty(Window.Property(Tuesday))</visible>
  337. <posx>-195</posx>
  338. <posy>320</posy>
  339. <width>550</width>
  340. <font>Nessus-100</font>
  341. <label>$LOCALIZE[31192]</label>
  342. <align>center</align>
  343. <aligny>center</aligny>
  344. <textcolor>offwhite3</textcolor>
  345. <focusedcolor>guideblue</focusedcolor>
  346. <onup>-</onup>
  347. <ondown>-</ondown>
  348. <onright>-</onright>
  349. <onleft>-</onleft>
  350. <animation effect="rotate" start="0" end="90" center="auto" time="0" condition="!IsEmpty(Window.Property(Friday))">Conditional</animation>
  351. <animation effect="rotate" start="0" end="90" center="auto" time="0" condition="IsEmpty(Window.Property(Friday))">Conditional</animation>
  352. </control>
  353.  
  354. <!-- ====== Daily Tuesday NextAired Info ====== -->
  355. <control type="group">
  356. <posx>750</posx>
  357. <posy>70</posy>
  358. <visible>!IsEmpty(Window.Property(Tuesday))</visible>
  359. <include>TV-Guide-Animation</include>
  360. <control type="group">
  361. <visible>Control.HasFocus(201) + !IsEmpty(Container(201).Listitem.Icon)</visible>
  362. <control type="image">
  363. <posx>40</posx>
  364. <posy>20</posy>
  365. <width>400</width>
  366. <height>155</height>
  367. <aspectratio>stretch</aspectratio>
  368. <texture background="true" diffuse="windows/tvguide/fanart-diffuse.png">$INFO[Container(201).ListItem.Property(Path),,logo.png]</texture>
  369. </control>
  370. <control type="image">
  371. <posx>-5</posx>
  372. <posy>395</posy>
  373. <width>155</width>
  374. <height>105</height>
  375. <texture>$INFO[Container(201).ListItem.Property(Network),flags/studios/,.png]</texture>
  376. <aspectratio>keep</aspectratio>
  377. <colordiffuse>66ffffff</colordiffuse>
  378. </control>
  379. <control type="label">
  380. <posx>10</posx>
  381. <posy>245</posy>
  382. <width>460</width>
  383. <height>84</height>
  384. <textcolor>guideblue</textcolor>
  385. <label>[B]$INFO[Container(201).ListItem.Label][/B]</label>
  386. <font>Nessus-30</font>
  387. <align>left</align>
  388. <aligny>center</aligny>
  389. <scroll>false</scroll>
  390. </control>
  391. <control type="label">
  392. <posx>12</posx>
  393. <posy>273</posy>
  394. <width>460</width>
  395. <height>84</height>
  396. <label>$INFO[Container(201).ListItem.Property(Genre)]</label>
  397. <font>Nessus-22</font>
  398. <align>left</align>
  399. <aligny>center</aligny>
  400. <scroll>false</scroll>
  401. </control>
  402. <control type="label">
  403. <posx>12</posx>
  404. <posy>305</posy>
  405. <width>480</width>
  406. <height>90</height>
  407. <font>Nessus-20</font>
  408. <textcolor>greyblue</textcolor>
  409. <align>left</align>
  410. <aligny>center</aligny>
  411. <label>$LOCALIZE[31188] </label>
  412. </control>
  413. <control type="fadelabel">
  414. <posx>123</posx>
  415. <posy>305</posy>
  416. <width>360</width>
  417. <height>90</height>
  418. <font>Nessus-20</font>
  419. <textcolor>greyblue</textcolor>
  420. <align>left</align>
  421. <aligny>center</aligny>
  422. <scrollout>false</scrollout>
  423. <pauseatend>200</pauseatend>
  424. <scrollspeed>15</scrollspeed>
  425. <label>[COLOR=ltgreyblue]"$INFO[Container(201).ListItem.Property(NextTitle)]" ($INFO[Container(201).ListItem.Property(NextNumber)]).[/COLOR]</label>
  426. </control>
  427. <control type="label">
  428. <posx>12</posx>
  429. <posy>325</posy>
  430. <width>460</width>
  431. <height>90</height>
  432. <font>Nessus-20</font>
  433. <textcolor>greyblue</textcolor>
  434. <align>left</align>
  435. <aligny>center</aligny>
  436. <scroll>false</scroll>
  437. <label>$LOCALIZE[31189] [COLOR=ltgreyblue]$INFO[Container(201).ListItem.Property(AirDay)] $INFO[Container(201).ListItem.Property(NextDate)][/COLOR] $LOCALIZE[31190] [COLOR=ltgreyblue]$INFO[Container(201).ListItem.Property(ShortTime)].[/COLOR]</label>
  438. </control>
  439. <control type="label">
  440. <posx>12</posx>
  441. <posy>345</posy>
  442. <width>480</width>
  443. <height>90</height>
  444. <font>Nessus-20</font>
  445. <textcolor>greyblue</textcolor>
  446. <align>left</align>
  447. <aligny>center</aligny>
  448. <label>$LOCALIZE[31505] [COLOR=ltgreyblue]$INFO[Container(201).ListItem.Property(Runtime),, $LOCALIZE[12391]].[/COLOR]</label>
  449. </control>
  450. <!-- Tuesday Latest Info -->
  451. <control type="label">
  452. <posx>12</posx>
  453. <posy>450</posy>
  454. <width>480</width>
  455. <height>90</height>
  456. <font>Nessus-20</font>
  457. <textcolor>FF6C6C6C</textcolor>
  458. <align>left</align>
  459. <aligny>center</aligny>
  460. <label>Latest Episode </label>
  461. </control>
  462. <control type="fadelabel">
  463. <posx>135</posx>
  464. <posy>450</posy>
  465. <width>360</width>
  466. <height>90</height>
  467. <font>Nessus-20</font>
  468. <textcolor>FF6C6C6C</textcolor>
  469. <align>left</align>
  470. <aligny>center</aligny>
  471. <scrollout>false</scrollout>
  472. <pauseatend>200</pauseatend>
  473. <scrollspeed>15</scrollspeed>
  474. <label>[COLOR=FF4C4C4C]"$INFO[Container(201).ListItem.Property(LatestTitle)]" ($INFO[Container(201).ListItem.Property(LatestNumber)]).[/COLOR]</label>
  475. </control>
  476. <control type="label">
  477. <posx>12</posx>
  478. <posy>470</posy>
  479. <width>480</width>
  480. <height>90</height>
  481. <font>Nessus-20</font>
  482. <textcolor>FF6C6C6C</textcolor>
  483. <align>left</align>
  484. <aligny>center</aligny>
  485. <label>$LOCALIZE[31225] [COLOR=FF4C4C4C]$INFO[Container(201).ListItem.Property(LatestDate)][/COLOR]</label>
  486. </control>
  487. </control>+
  488. </control>++
  489.  
  490.  
  491.  
  492.  
  493.  
  494. <!-- Weekly Wednesday Label (5002) -->
  495. <control type="button" id="5002">
  496. <include>TV-Guide-Animation</include>
  497. <visible>IsEmpty(Window.Property(Monday))</visible>
  498. <visible>IsEmpty(Window.Property(Tuesday))</visible>
  499. <visible>IsEmpty(Window.Property(Wednesday))</visible>
  500. <visible>IsEmpty(Window.Property(Thursday))</visible>
  501. <visible>IsEmpty(Window.Property(Friday))</visible>
  502. <visible>IsEmpty(Window.Property(Saturday))</visible>
  503. <visible>IsEmpty(Window.Property(Sunday))</visible>
  504. <posx>426</posx>
  505. <posy>-8</posy>
  506. <width>224</width>
  507. <height>76</height>
  508. <font>Nessus-22B</font>
  509. <align>center</align>
  510. <aligny>top</aligny>
  511. <label>$LOCALIZE[13]</label>
  512. <texturenofocus>windows/tvguide/weekdays_tab.png</texturenofocus>
  513. <texturefocus>windows/tvguide/weekdays_tab_fo.png</texturefocus>
  514. <textcolor>offwhite3</textcolor>
  515. <focusedcolor>guideblue</focusedcolor>
  516. <textoffsetx>0</textoffsetx>
  517. <textoffsety>43</textoffsety>
  518. <animation effect="fade" start="0" end="100" time="0" condition="!Control.HasFocus(202)" reversible="true">Conditional</animation>
  519. <animation effect="fade" start="100" end="0" time="0" condition="Control.HasFocus(202)" reversible="true">Conditional</animation>
  520. </control>
  521. <!-- Weekly Wednesday Label (5002) -->
  522. <control type="button" id="5002">
  523. <include>TV-Guide-Animation</include>
  524. <visible>IsEmpty(Window.Property(Wednesday))</visible>
  525. <posx>426</posx>
  526. <posy>-8</posy>
  527. <width>224</width>
  528. <height>76</height>
  529. <font>Nessus-22B</font>
  530. <align>center</align>
  531. <aligny>top</aligny>
  532. <label>$LOCALIZE[13]</label>
  533. <texturenofocus>windows/tvguide/weekdays_tab_fo.png</texturenofocus>
  534. <texturefocus>windows/tvguide/weekdays_tab.png</texturefocus>
  535. <textcolor>guideblue</textcolor>
  536. <focusedcolor>guideblue</focusedcolor>
  537. <textoffsetx>0</textoffsetx>
  538. <textoffsety>43</textoffsety>
  539. <animation effect="fade" start="0" end="100" time="0" condition="Control.HasFocus(202)" reversible="true">Conditional</animation>
  540. <animation effect="fade" start="100" end="0" time="0" condition="!Control.HasFocus(202)" reversible="true">Conditional</animation>
  541. </control>
  542. <!-- Daily Wednesday Label (7002) -->
  543. <control type="button" id="7002">
  544. <include>TV-Guide-Animation</include>
  545. <visible>!IsEmpty(Window.Property(Wednesday))</visible>
  546. <posx>-195</posx>
  547. <posy>320</posy>
  548. <width>550</width>
  549. <font>Nessus-100</font>
  550. <label>$LOCALIZE[31193]</label>
  551. <align>center</align>
  552. <aligny>center</aligny>
  553. <textcolor>offwhite3</textcolor>
  554. <focusedcolor>guideblue</focusedcolor>
  555. <onup>-</onup>
  556. <ondown>-</ondown>
  557. <onright>-</onright>
  558. <onleft>-</onleft>
  559. <animation effect="rotate" start="0" end="90" center="auto" time="0" condition="!IsEmpty(Window.Property(Friday))">Conditional</animation>
  560. <animation effect="rotate" start="0" end="90" center="auto" time="0" condition="IsEmpty(Window.Property(Friday))">Conditional</animation>
  561. </control>
  562.  
  563. <!-- ====== Daily Wednesday NextAired Info ====== -->
  564. <control type="group">
  565. <posx>750</posx>
  566. <posy>70</posy>
  567. <visible>!IsEmpty(Window.Property(Wednesday))</visible>
  568. <include>TV-Guide-Animation</include>
  569. <control type="group">
  570. <visible>Control.HasFocus(202) + !IsEmpty(Container(202).Listitem.Icon)</visible>
  571. <control type="image">
  572. <posx>40</posx>
  573. <posy>20</posy>
  574. <width>400</width>
  575. <height>155</height>
  576. <aspectratio>stretch</aspectratio>
  577. <texture background="true" diffuse="windows/tvguide/fanart-diffuse.png">$INFO[Container(202).ListItem.Property(Path),,logo.png]</texture>
  578. </control>
  579. <control type="image">
  580. <posx>-5</posx>
  581. <posy>395</posy>
  582. <width>155</width>
  583. <height>105</height>
  584. <texture>$INFO[Container(202).ListItem.Property(Network),flags/studios/,.png]</texture>
  585. <aspectratio>keep</aspectratio>
  586. <colordiffuse>66ffffff</colordiffuse>
  587. </control>
  588. <control type="label">
  589. <posx>10</posx>
  590. <posy>245</posy>
  591. <width>460</width>
  592. <height>84</height>
  593. <textcolor>guideblue</textcolor>
  594. <label>[B]$INFO[Container(202).ListItem.Label][/B]</label>
  595. <font>Nessus-30</font>
  596. <align>left</align>
  597. <aligny>center</aligny>
  598. <scroll>false</scroll>
  599. </control>
  600. <control type="label">
  601. <posx>12</posx>
  602. <posy>273</posy>
  603. <width>460</width>
  604. <height>84</height>
  605. <label>$INFO[Container(202).ListItem.Property(Genre)]</label>
  606. <font>Nessus-22</font>
  607. <align>left</align>
  608. <aligny>center</aligny>
  609. <scroll>false</scroll>
  610. </control>
  611. <control type="label">
  612. <posx>12</posx>
  613. <posy>305</posy>
  614. <width>480</width>
  615. <height>90</height>
  616. <font>Nessus-20</font>
  617. <textcolor>greyblue</textcolor>
  618. <align>left</align>
  619. <aligny>center</aligny>
  620. <label>$LOCALIZE[31188] </label>
  621. </control>
  622. <control type="fadelabel">
  623. <posx>123</posx>
  624. <posy>305</posy>
  625. <width>360</width>
  626. <height>90</height>
  627. <font>Nessus-20</font>
  628. <textcolor>greyblue</textcolor>
  629. <align>left</align>
  630. <aligny>center</aligny>
  631. <scrollout>false</scrollout>
  632. <pauseatend>200</pauseatend>
  633. <scrollspeed>15</scrollspeed>
  634. <label>[COLOR=ltgreyblue]"$INFO[Container(202).ListItem.Property(NextTitle)]" ($INFO[Container(202).ListItem.Property(NextNumber)]).[/COLOR]</label>
  635. </control>
  636. <control type="label">
  637. <posx>12</posx>
  638. <posy>325</posy>
  639. <width>460</width>
  640. <height>90</height>
  641. <font>Nessus-20</font>
  642. <textcolor>greyblue</textcolor>
  643. <align>left</align>
  644. <aligny>center</aligny>
  645. <scroll>false</scroll>
  646. <label>$LOCALIZE[31189] [COLOR=ltgreyblue]$INFO[Container(202).ListItem.Property(AirDay)] $INFO[Container(202).ListItem.Property(NextDate)][/COLOR] $LOCALIZE[31190] [COLOR=ltgreyblue]$INFO[Container(202).ListItem.Property(ShortTime)].[/COLOR]</label>
  647. </control>
  648. <control type="label">
  649. <posx>12</posx>
  650. <posy>345</posy>
  651. <width>480</width>
  652. <height>90</height>
  653. <font>Nessus-20</font>
  654. <textcolor>greyblue</textcolor>
  655. <align>left</align>
  656. <aligny>center</aligny>
  657. <label>$LOCALIZE[31505] [COLOR=ltgreyblue]$INFO[Container(202).ListItem.Property(Runtime),, $LOCALIZE[12391]].[/COLOR]</label>
  658. </control>
  659. <!-- Wednesday Latest Info -->
  660. <control type="label">
  661. <posx>12</posx>
  662. <posy>450</posy>
  663. <width>480</width>
  664. <height>90</height>
  665. <font>Nessus-20</font>
  666. <textcolor>FF6C6C6C</textcolor>
  667. <align>left</align>
  668. <aligny>center</aligny>
  669. <label>Latest Episode </label>
  670. </control>
  671. <control type="fadelabel">
  672. <posx>135</posx>
  673. <posy>450</posy>
  674. <width>360</width>
  675. <height>90</height>
  676. <font>Nessus-20</font>
  677. <textcolor>FF6C6C6C</textcolor>
  678. <align>left</align>
  679. <aligny>center</aligny>
  680. <scrollout>false</scrollout>
  681. <pauseatend>200</pauseatend>
  682. <scrollspeed>15</scrollspeed>
  683. <label>[COLOR=FF4C4C4C]"$INFO[Container(202).ListItem.Property(LatestTitle)]" ($INFO[Container(202).ListItem.Property(LatestNumber)]).[/COLOR]</label>
  684. </control>
  685. <control type="label">
  686. <posx>12</posx>
  687. <posy>470</posy>
  688. <width>480</width>
  689. <height>90</height>
  690. <font>Nessus-20</font>
  691. <textcolor>FF6C6C6C</textcolor>
  692. <align>left</align>
  693. <aligny>center</aligny>
  694. <label>$LOCALIZE[31225] [COLOR=FF4C4C4C]$INFO[Container(202).ListItem.Property(LatestDate)][/COLOR]</label>
  695. </control>
  696. </control>+
  697. </control>++
  698.  
  699.  
  700.  
  701.  
  702.  
  703. <!-- Weekly Thursday Label (5003) -->
  704. <control type="button" id="5003">
  705. <include>TV-Guide-Animation</include>
  706. <visible>IsEmpty(Window.Property(Monday))</visible>
  707. <visible>IsEmpty(Window.Property(Tuesday))</visible>
  708. <visible>IsEmpty(Window.Property(Wednesday))</visible>
  709. <visible>IsEmpty(Window.Property(Thursday))</visible>
  710. <visible>IsEmpty(Window.Property(Friday))</visible>
  711. <visible>IsEmpty(Window.Property(Saturday))</visible>
  712. <visible>IsEmpty(Window.Property(Sunday))</visible>
  713. <posx>581</posx>
  714. <posy>-8</posy>
  715. <width>224</width>
  716. <height>76</height>
  717. <font>Nessus-22B</font>
  718. <align>center</align>
  719. <aligny>top</aligny>
  720. <label>$LOCALIZE[14]</label>
  721. <texturenofocus>windows/tvguide/weekdays_tab.png</texturenofocus>
  722. <texturefocus>windows/tvguide/weekdays_tab_fo.png</texturefocus>
  723. <textcolor>offwhite3</textcolor>
  724. <focusedcolor>guideblue</focusedcolor>
  725. <textoffsetx>0</textoffsetx>
  726. <textoffsety>43</textoffsety>
  727. <animation effect="fade" start="0" end="100" time="0" condition="!Control.HasFocus(203)" reversible="true">Conditional</animation>
  728. <animation effect="fade" start="100" end="0" time="0" condition="Control.HasFocus(203)" reversible="true">Conditional</animation>
  729. </control>
  730. <!-- Weekly Thursday Label (5003) -->
  731. <control type="button" id="5005">
  732. <include>TV-Guide-Animation</include>
  733. <visible>IsEmpty(Window.Property(Thursday))</visible>
  734. <posx>581</posx>
  735. <posy>-8</posy>
  736. <width>224</width>
  737. <height>76</height>
  738. <font>Nessus-22B</font>
  739. <align>center</align>
  740. <aligny>top</aligny>
  741. <label>$LOCALIZE[14]</label>
  742. <texturenofocus>windows/tvguide/weekdays_tab_fo.png</texturenofocus>
  743. <texturefocus>windows/tvguide/weekdays_tab.png</texturefocus>
  744. <textcolor>guideblue</textcolor>
  745. <focusedcolor>guideblue</focusedcolor>
  746. <textoffsetx>0</textoffsetx>
  747. <textoffsety>43</textoffsety>
  748. <animation effect="fade" start="0" end="100" time="0" condition="Control.HasFocus(203)" reversible="true">Conditional</animation>
  749. <animation effect="fade" start="100" end="0" time="0" condition="!Control.HasFocus(203)" reversible="true">Conditional</animation>
  750. </control>
  751. <!-- Daily Thursday Label (7003) -->
  752. <control type="button" id="7003">
  753. <include>TV-Guide-Animation</include>
  754. <visible>!IsEmpty(Window.Property(Thursday))</visible>
  755. <posx>-195</posx>
  756. <posy>320</posy>
  757. <width>550</width>
  758. <font>Nessus-100</font>
  759. <label>$LOCALIZE[31194]</label>
  760. <align>center</align>
  761. <aligny>center</aligny>
  762. <textcolor>offwhite3</textcolor>
  763. <focusedcolor>guideblue</focusedcolor>
  764. <onup>-</onup>
  765. <ondown>-</ondown>
  766. <onright>-</onright>
  767. <onleft>-</onleft>
  768. <animation effect="rotate" start="0" end="90" center="auto" time="0" condition="!IsEmpty(Window.Property(Friday))">Conditional</animation>
  769. <animation effect="rotate" start="0" end="90" center="auto" time="0" condition="IsEmpty(Window.Property(Friday))">Conditional</animation>
  770. </control>
  771.  
  772. <!-- ====== Daily Thursday NextAired Info ====== -->
  773. <control type="group">
  774. <posx>750</posx>
  775. <posy>70</posy>
  776. <visible>!IsEmpty(Window.Property(Thursday))</visible>
  777. <include>TV-Guide-Animation</include>
  778. <control type="group">
  779. <visible>Control.HasFocus(203) + !IsEmpty(Container(203).Listitem.Icon)</visible>
  780. <control type="image">
  781. <posx>40</posx>
  782. <posy>20</posy>
  783. <width>400</width>
  784. <height>155</height>
  785. <aspectratio>stretch</aspectratio>
  786. <texture background="true" diffuse="windows/tvguide/fanart-diffuse.png">$INFO[Container(203).ListItem.Property(Path),,logo.png]</texture>
  787. </control>
  788. <control type="image">
  789. <posx>-5</posx>
  790. <posy>395</posy>
  791. <width>155</width>
  792. <height>105</height>
  793. <texture>$INFO[Container(203).ListItem.Property(Network),flags/studios/,.png]</texture>
  794. <aspectratio>keep</aspectratio>
  795. <colordiffuse>66ffffff</colordiffuse>
  796. </control>
  797. <control type="label">
  798. <posx>10</posx>
  799. <posy>245</posy>
  800. <width>460</width>
  801. <height>84</height>
  802. <textcolor>guideblue</textcolor>
  803. <label>[B]$INFO[Container(203).ListItem.Label][/B]</label>
  804. <font>Nessus-30</font>
  805. <align>left</align>
  806. <aligny>center</aligny>
  807. <scroll>false</scroll>
  808. </control>
  809. <control type="label">
  810. <posx>12</posx>
  811. <posy>273</posy>
  812. <width>460</width>
  813. <height>84</height>
  814. <label>$INFO[Container(203).ListItem.Property(Genre)]</label>
  815. <font>Nessus-22</font>
  816. <align>left</align>
  817. <aligny>center</aligny>
  818. <scroll>false</scroll>
  819. </control>
  820. <control type="label">
  821. <posx>12</posx>
  822. <posy>305</posy>
  823. <width>480</width>
  824. <height>90</height>
  825. <font>Nessus-20</font>
  826. <textcolor>greyblue</textcolor>
  827. <align>left</align>
  828. <aligny>center</aligny>
  829. <label>$LOCALIZE[31188] </label>
  830. </control>
  831. <control type="fadelabel">
  832. <posx>123</posx>
  833. <posy>305</posy>
  834. <width>360</width>
  835. <height>90</height>
  836. <font>Nessus-20</font>
  837. <textcolor>greyblue</textcolor>
  838. <align>left</align>
  839. <aligny>center</aligny>
  840. <scrollout>false</scrollout>
  841. <pauseatend>200</pauseatend>
  842. <scrollspeed>15</scrollspeed>
  843. <label>[COLOR=ltgreyblue]"$INFO[Container(203).ListItem.Property(NextTitle)]" ($INFO[Container(203).ListItem.Property(NextNumber)]).[/COLOR]</label>
  844. </control>
  845. <control type="label">
  846. <posx>12</posx>
  847. <posy>325</posy>
  848. <width>460</width>
  849. <height>90</height>
  850. <font>Nessus-20</font>
  851. <textcolor>greyblue</textcolor>
  852. <align>left</align>
  853. <aligny>center</aligny>
  854. <scroll>false</scroll>
  855. <label>$LOCALIZE[31189] [COLOR=ltgreyblue]$INFO[Container(203).ListItem.Property(AirDay)] $INFO[Container(203).ListItem.Property(NextDate)][/COLOR] $LOCALIZE[31190] [COLOR=ltgreyblue]$INFO[Container(203).ListItem.Property(ShortTime)].[/COLOR]</label>
  856. </control>
  857. <control type="label">
  858. <posx>12</posx>
  859. <posy>345</posy>
  860. <width>480</width>
  861. <height>90</height>
  862. <font>Nessus-20</font>
  863. <textcolor>greyblue</textcolor>
  864. <align>left</align>
  865. <aligny>center</aligny>
  866. <label>$LOCALIZE[31505] [COLOR=ltgreyblue]$INFO[Container(203).ListItem.Property(Runtime),, $LOCALIZE[12391]].[/COLOR]</label>
  867. </control>
  868. <!-- Thursday Latest Info -->
  869. <control type="label">
  870. <posx>12</posx>
  871. <posy>450</posy>
  872. <width>480</width>
  873. <height>90</height>
  874. <font>Nessus-20</font>
  875. <textcolor>FF6C6C6C</textcolor>
  876. <align>left</align>
  877. <aligny>center</aligny>
  878. <label>Latest Episode </label>
  879. </control>
  880. <control type="fadelabel">
  881. <posx>135</posx>
  882. <posy>450</posy>
  883. <width>360</width>
  884. <height>90</height>
  885. <font>Nessus-20</font>
  886. <textcolor>FF6C6C6C</textcolor>
  887. <align>left</align>
  888. <aligny>center</aligny>
  889. <scrollout>false</scrollout>
  890. <pauseatend>200</pauseatend>
  891. <scrollspeed>15</scrollspeed>
  892. <label>[COLOR=FF4C4C4C]"$INFO[Container(203).ListItem.Property(LatestTitle)]" ($INFO[Container(203).ListItem.Property(LatestNumber)]).[/COLOR]</label>
  893. </control>
  894. <control type="label">
  895. <posx>12</posx>
  896. <posy>470</posy>
  897. <width>480</width>
  898. <height>90</height>
  899. <font>Nessus-20</font>
  900. <textcolor>FF6C6C6C</textcolor>
  901. <align>left</align>
  902. <aligny>center</aligny>
  903. <label>$LOCALIZE[31225] [COLOR=FF4C4C4C]$INFO[Container(203).ListItem.Property(LatestDate)][/COLOR]</label>
  904. </control>
  905. </control>+
  906. </control>++
  907.  
  908.  
  909.  
  910.  
  911.  
  912. <!-- Weekly Friday Label (5004) -->
  913. <control type="button" id="5004">
  914. <include>TV-Guide-Animation</include>
  915. <visible>IsEmpty(Window.Property(Monday))</visible>
  916. <visible>IsEmpty(Window.Property(Tuesday))</visible>
  917. <visible>IsEmpty(Window.Property(Wednesday))</visible>
  918. <visible>IsEmpty(Window.Property(Thursday))</visible>
  919. <visible>IsEmpty(Window.Property(Friday))</visible>
  920. <visible>IsEmpty(Window.Property(Saturday))</visible>
  921. <visible>IsEmpty(Window.Property(Sunday))</visible>
  922. <posx>736</posx>
  923. <posy>-8</posy>
  924. <width>224</width>
  925. <height>76</height>
  926. <font>Nessus-22B</font>
  927. <align>center</align>
  928. <aligny>top</aligny>
  929. <label>$LOCALIZE[15]</label>
  930. <texturenofocus>windows/tvguide/weekdays_tab.png</texturenofocus>
  931. <texturefocus>windows/tvguide/weekdays_tab_fo.png</texturefocus>
  932. <textcolor>offwhite3</textcolor>
  933. <focusedcolor>guideblue</focusedcolor>
  934. <textoffsetx>0</textoffsetx>
  935. <textoffsety>43</textoffsety>
  936. <animation effect="fade" start="0" end="100" time="0" condition="!Control.HasFocus(204)" reversible="true">Conditional</animation>
  937. <animation effect="fade" start="100" end="0" time="0" condition="Control.HasFocus(204)" reversible="true">Conditional</animation>
  938. </control>
  939. <!-- Weekly Friday Label (5004) -->
  940. <control type="button" id="5004">
  941. <include>TV-Guide-Animation</include>
  942. <visible>IsEmpty(Window.Property(Friday))</visible>
  943. <posx>736</posx>
  944. <posy>-8</posy>
  945. <width>224</width>
  946. <height>76</height>
  947. <font>Nessus-22B</font>
  948. <align>center</align>
  949. <aligny>top</aligny>
  950. <label>$LOCALIZE[15]</label>
  951. <texturenofocus>windows/tvguide/weekdays_tab_fo.png</texturenofocus>
  952. <texturefocus>windows/tvguide/weekdays_tab.png</texturefocus>
  953. <textcolor>guideblue</textcolor>
  954. <focusedcolor>guideblue</focusedcolor>
  955. <textoffsetx>0</textoffsetx>
  956. <textoffsety>43</textoffsety>
  957. <animation effect="fade" start="0" end="100" time="0" condition="Control.HasFocus(204)" reversible="true">Conditional</animation>
  958. <animation effect="fade" start="100" end="0" time="0" condition="!Control.HasFocus(204)" reversible="true">Conditional</animation>
  959. </control>
  960. <!-- Daily Friday Label (7004) -->
  961. <control type="button" id="7004">
  962. <include>TV-Guide-Animation</include>
  963. <visible>!IsEmpty(Window.Property(Friday))</visible>
  964. <posx>-195</posx>
  965. <posy>320</posy>
  966. <width>550</width>
  967. <font>Nessus-100</font>
  968. <label>$LOCALIZE[31195]</label>
  969. <align>center</align>
  970. <aligny>center</aligny>
  971. <textcolor>offwhite3</textcolor>
  972. <focusedcolor>guideblue</focusedcolor>
  973. <onup>-</onup>
  974. <ondown>-</ondown>
  975. <onright>-</onright>
  976. <onleft>-</onleft>
  977. <animation effect="rotate" start="0" end="90" center="auto" time="0" condition="!IsEmpty(Window.Property(Friday))">Conditional</animation>
  978. <animation effect="rotate" start="0" end="90" center="auto" time="0" condition="IsEmpty(Window.Property(Friday))">Conditional</animation>
  979. </control>
  980.  
  981. <!-- ====== Daily Friday NextAired Info ====== -->
  982. <control type="group">
  983. <posx>750</posx>
  984. <posy>70</posy>
  985. <visible>!IsEmpty(Window.Property(Friday))</visible>
  986. <include>TV-Guide-Animation</include>
  987. <control type="group">
  988. <visible>Control.HasFocus(204) + !IsEmpty(Container(204).Listitem.Icon)</visible>
  989. <control type="image">
  990. <posx>40</posx>
  991. <posy>20</posy>
  992. <width>400</width>
  993. <height>155</height>
  994. <aspectratio>stretch</aspectratio>
  995. <texture background="true" diffuse="windows/tvguide/fanart-diffuse.png">$INFO[Container(204).ListItem.Property(Path),,logo.png]</texture>
  996. </control>
  997. <control type="image">
  998. <posx>-5</posx>
  999. <posy>395</posy>
  1000. <width>155</width>
  1001. <height>105</height>
  1002. <texture>$INFO[Container(204).ListItem.Property(Network),flags/studios/,.png]</texture>
  1003. <aspectratio>keep</aspectratio>
  1004. <colordiffuse>66ffffff</colordiffuse>
  1005. </control>
  1006. <control type="label">
  1007. <posx>10</posx>
  1008. <posy>245</posy>
  1009. <width>460</width>
  1010. <height>84</height>
  1011. <textcolor>guideblue</textcolor>
  1012. <label>[B]$INFO[Container(204).ListItem.Label][/B]</label>
  1013. <font>Nessus-30</font>
  1014. <align>left</align>
  1015. <aligny>center</aligny>
  1016. <scroll>false</scroll>
  1017. </control>
  1018. <control type="label">
  1019. <posx>12</posx>
  1020. <posy>273</posy>
  1021. <width>460</width>
  1022. <height>84</height>
  1023. <label>$INFO[Container(204).ListItem.Property(Genre)]</label>
  1024. <font>Nessus-22</font>
  1025. <align>left</align>
  1026. <aligny>center</aligny>
  1027. <scroll>false</scroll>
  1028. </control>
  1029. <control type="label">
  1030. <posx>12</posx>
  1031. <posy>305</posy>
  1032. <width>480</width>
  1033. <height>90</height>
  1034. <font>Nessus-20</font>
  1035. <textcolor>greyblue</textcolor>
  1036. <align>left</align>
  1037. <aligny>center</aligny>
  1038. <label>$LOCALIZE[31188] </label>
  1039. </control>
  1040. <control type="fadelabel">
  1041. <posx>123</posx>
  1042. <posy>305</posy>
  1043. <width>360</width>
  1044. <height>90</height>
  1045. <font>Nessus-20</font>
  1046. <textcolor>greyblue</textcolor>
  1047. <align>left</align>
  1048. <aligny>center</aligny>
  1049. <scrollout>false</scrollout>
  1050. <pauseatend>200</pauseatend>
  1051. <scrollspeed>15</scrollspeed>
  1052. <label>[COLOR=ltgreyblue]"$INFO[Container(204).ListItem.Property(NextTitle)]" ($INFO[Container(204).ListItem.Property(NextNumber)]).[/COLOR]</label>
  1053. </control>
  1054. <control type="label">
  1055. <posx>12</posx>
  1056. <posy>325</posy>
  1057. <width>460</width>
  1058. <height>90</height>
  1059. <font>Nessus-20</font>
  1060. <textcolor>greyblue</textcolor>
  1061. <align>left</align>
  1062. <aligny>center</aligny>
  1063. <scroll>false</scroll>
  1064. <label>$LOCALIZE[31189] [COLOR=ltgreyblue]$INFO[Container(204).ListItem.Property(AirDay)] $INFO[Container(204).ListItem.Property(NextDate)][/COLOR] $LOCALIZE[31190] [COLOR=ltgreyblue]$INFO[Container(204).ListItem.Property(ShortTime)].[/COLOR]</label>
  1065. </control>
  1066. <control type="label">
  1067. <posx>12</posx>
  1068. <posy>345</posy>
  1069. <width>480</width>
  1070. <height>90</height>
  1071. <font>Nessus-20</font>
  1072. <textcolor>greyblue</textcolor>
  1073. <align>left</align>
  1074. <aligny>center</aligny>
  1075. <label>$LOCALIZE[31505] [COLOR=ltgreyblue]$INFO[Container(204).ListItem.Property(Runtime),, $LOCALIZE[12391]].[/COLOR]</label>
  1076. </control>
  1077. <!-- Friday Latest Info -->
  1078. <control type="label">
  1079. <posx>12</posx>
  1080. <posy>450</posy>
  1081. <width>480</width>
  1082. <height>90</height>
  1083. <font>Nessus-20</font>
  1084. <textcolor>FF6C6C6C</textcolor>
  1085. <align>left</align>
  1086. <aligny>center</aligny>
  1087. <label>Latest Episode </label>
  1088. </control>
  1089. <control type="fadelabel">
  1090. <posx>135</posx>
  1091. <posy>450</posy>
  1092. <width>360</width>
  1093. <height>90</height>
  1094. <font>Nessus-20</font>
  1095. <textcolor>FF6C6C6C</textcolor>
  1096. <align>left</align>
  1097. <aligny>center</aligny>
  1098. <scrollout>false</scrollout>
  1099. <pauseatend>200</pauseatend>
  1100. <scrollspeed>15</scrollspeed>
  1101. <label>[COLOR=FF4C4C4C]"$INFO[Container(204).ListItem.Property(LatestTitle)]" ($INFO[Container(204).ListItem.Property(LatestNumber)]).[/COLOR]</label>
  1102. </control>
  1103. <control type="label">
  1104. <posx>12</posx>
  1105. <posy>470</posy>
  1106. <width>480</width>
  1107. <height>90</height>
  1108. <font>Nessus-20</font>
  1109. <textcolor>FF6C6C6C</textcolor>
  1110. <align>left</align>
  1111. <aligny>center</aligny>
  1112. <label>$LOCALIZE[31225] [COLOR=FF4C4C4C]$INFO[Container(204).ListItem.Property(LatestDate)][/COLOR]</label>
  1113. </control>
  1114. </control>+
  1115. </control>++
  1116.  
  1117.  
  1118.  
  1119.  
  1120.  
  1121. <!-- Weekly Saturday Label (5005) -->
  1122. <control type="button" id="5005">
  1123. <include>TV-Guide-Animation</include>
  1124. <visible>IsEmpty(Window.Property(Monday))</visible>
  1125. <visible>IsEmpty(Window.Property(Tuesday))</visible>
  1126. <visible>IsEmpty(Window.Property(Wednesday))</visible>
  1127. <visible>IsEmpty(Window.Property(Thursday))</visible>
  1128. <visible>IsEmpty(Window.Property(Friday))</visible>
  1129. <visible>IsEmpty(Window.Property(Saturday))</visible>
  1130. <visible>IsEmpty(Window.Property(Sunday))</visible>
  1131. <posx>891</posx>
  1132. <posy>-8</posy>
  1133. <width>224</width>
  1134. <height>76</height>
  1135. <font>Nessus-22B</font>
  1136. <align>center</align>
  1137. <aligny>top</aligny>
  1138. <label>$LOCALIZE[16]</label>
  1139. <texturenofocus>windows/tvguide/weekdays_tab.png</texturenofocus>
  1140. <texturefocus>windows/tvguide/weekdays_tab_fo.png</texturefocus>
  1141. <textcolor>offwhite3</textcolor>
  1142. <focusedcolor>guideblue</focusedcolor>
  1143. <textoffsetx>0</textoffsetx>
  1144. <textoffsety>43</textoffsety>
  1145. <animation effect="fade" start="0" end="100" time="0" condition="!Control.HasFocus(205)" reversible="true">Conditional</animation>
  1146. <animation effect="fade" start="100" end="0" time="0" condition="Control.HasFocus(205)" reversible="true">Conditional</animation>
  1147. </control>
  1148. <!-- Weekly Saturday Label (5005) -->
  1149. <control type="button" id="5005">
  1150. <include>TV-Guide-Animation</include>
  1151. <visible>IsEmpty(Window.Property(Saturday))</visible>
  1152. <posx>891</posx>
  1153. <posy>-8</posy>
  1154. <width>224</width>
  1155. <height>76</height>
  1156. <font>Nessus-22B</font>
  1157. <align>center</align>
  1158. <aligny>top</aligny>
  1159. <label>$LOCALIZE[16]</label>
  1160. <texturenofocus>windows/tvguide/weekdays_tab_fo.png</texturenofocus>
  1161. <texturefocus>windows/tvguide/weekdays_tab.png</texturefocus>
  1162. <textcolor>guideblue</textcolor>
  1163. <focusedcolor>guideblue</focusedcolor>
  1164. <textoffsetx>0</textoffsetx>
  1165. <textoffsety>43</textoffsety>
  1166. <animation effect="fade" start="0" end="100" time="0" condition="Control.HasFocus(205)" reversible="true">Conditional</animation>
  1167. <animation effect="fade" start="100" end="0" time="0" condition="!Control.HasFocus(205)" reversible="true">Conditional</animation>
  1168. </control>
  1169. <!-- Daily Saturday Label (7005) -->
  1170. <control type="button" id="7005">
  1171. <include>TV-Guide-Animation</include>
  1172. <visible>!IsEmpty(Window.Property(Saturday))</visible>
  1173. <posx>-195</posx>
  1174. <posy>320</posy>
  1175. <width>550</width>
  1176. <font>Nessus-100</font>
  1177. <label>$LOCALIZE[31196]</label>
  1178. <align>center</align>
  1179. <aligny>center</aligny>
  1180. <textcolor>offwhite3</textcolor>
  1181. <focusedcolor>guideblue</focusedcolor>
  1182. <onup>-</onup>
  1183. <ondown>-</ondown>
  1184. <onright>-</onright>
  1185. <onleft>-</onleft>
  1186. <animation effect="rotate" start="0" end="90" center="auto" time="0" condition="!IsEmpty(Window.Property(Friday))">Conditional</animation>
  1187. <animation effect="rotate" start="0" end="90" center="auto" time="0" condition="IsEmpty(Window.Property(Friday))">Conditional</animation>
  1188. </control>
  1189.  
  1190. <!-- ====== Daily Saturday NextAired Info ====== -->
  1191. <control type="group">
  1192. <posx>750</posx>
  1193. <posy>70</posy>
  1194. <visible>!IsEmpty(Window.Property(Saturday))</visible>
  1195. <include>TV-Guide-Animation</include>
  1196. <control type="group">
  1197. <visible>Control.HasFocus(205) + !IsEmpty(Container(205).Listitem.Icon)</visible>
  1198. <control type="image">
  1199. <posx>40</posx>
  1200. <posy>20</posy>
  1201. <width>400</width>
  1202. <height>155</height>
  1203. <aspectratio>stretch</aspectratio>
  1204. <texture background="true" diffuse="windows/tvguide/fanart-diffuse.png">$INFO[Container(205).ListItem.Property(Path),,logo.png]</texture>
  1205. </control>
  1206. <control type="image">
  1207. <posx>-5</posx>
  1208. <posy>395</posy>
  1209. <width>155</width>
  1210. <height>105</height>
  1211. <texture>$INFO[Container(205).ListItem.Property(Network),flags/studios/,.png]</texture>
  1212. <aspectratio>keep</aspectratio>
  1213. <colordiffuse>66ffffff</colordiffuse>
  1214. </control>
  1215. <control type="label">
  1216. <posx>10</posx>
  1217. <posy>245</posy>
  1218. <width>460</width>
  1219. <height>84</height>
  1220. <textcolor>guideblue</textcolor>
  1221. <label>[B]$INFO[Container(205).ListItem.Label][/B]</label>
  1222. <font>Nessus-30</font>
  1223. <align>left</align>
  1224. <aligny>center</aligny>
  1225. <scroll>false</scroll>
  1226. </control>
  1227. <control type="label">
  1228. <posx>12</posx>
  1229. <posy>273</posy>
  1230. <width>460</width>
  1231. <height>84</height>
  1232. <label>$INFO[Container(205).ListItem.Property(Genre)]</label>
  1233. <font>Nessus-22</font>
  1234. <align>left</align>
  1235. <aligny>center</aligny>
  1236. <scroll>false</scroll>
  1237. </control>
  1238. <control type="label">
  1239. <posx>12</posx>
  1240. <posy>305</posy>
  1241. <width>480</width>
  1242. <height>90</height>
  1243. <font>Nessus-20</font>
  1244. <textcolor>greyblue</textcolor>
  1245. <align>left</align>
  1246. <aligny>center</aligny>
  1247. <label>$LOCALIZE[31188] </label>
  1248. </control>
  1249. <control type="fadelabel">
  1250. <posx>123</posx>
  1251. <posy>305</posy>
  1252. <width>360</width>
  1253. <height>90</height>
  1254. <font>Nessus-20</font>
  1255. <textcolor>greyblue</textcolor>
  1256. <align>left</align>
  1257. <aligny>center</aligny>
  1258. <scrollout>false</scrollout>
  1259. <pauseatend>200</pauseatend>
  1260. <scrollspeed>15</scrollspeed>
  1261. <label>[COLOR=ltgreyblue]"$INFO[Container(205).ListItem.Property(NextTitle)]" ($INFO[Container(205).ListItem.Property(NextNumber)]).[/COLOR]</label>
  1262. </control>
  1263. <control type="label">
  1264. <posx>12</posx>
  1265. <posy>325</posy>
  1266. <width>460</width>
  1267. <height>90</height>
  1268. <font>Nessus-20</font>
  1269. <textcolor>greyblue</textcolor>
  1270. <align>left</align>
  1271. <aligny>center</aligny>
  1272. <scroll>false</scroll>
  1273. <label>$LOCALIZE[31189] [COLOR=ltgreyblue]$INFO[Container(205).ListItem.Property(AirDay)] $INFO[Container(205).ListItem.Property(NextDate)][/COLOR] $LOCALIZE[31190] [COLOR=ltgreyblue]$INFO[Container(205).ListItem.Property(ShortTime)].[/COLOR]</label>
  1274. </control>
  1275. <control type="label">
  1276. <posx>12</posx>
  1277. <posy>345</posy>
  1278. <width>480</width>
  1279. <height>90</height>
  1280. <font>Nessus-20</font>
  1281. <textcolor>greyblue</textcolor>
  1282. <align>left</align>
  1283. <aligny>center</aligny>
  1284. <label>$LOCALIZE[31505] [COLOR=ltgreyblue]$INFO[Container(205).ListItem.Property(Runtime),, $LOCALIZE[12391]].[/COLOR]</label>
  1285. </control>
  1286. <!-- Saturday Latest Info -->
  1287. <control type="label">
  1288. <posx>12</posx>
  1289. <posy>450</posy>
  1290. <width>480</width>
  1291. <height>90</height>
  1292. <font>Nessus-20</font>
  1293. <textcolor>FF6C6C6C</textcolor>
  1294. <align>left</align>
  1295. <aligny>center</aligny>
  1296. <label>Latest Episode </label>
  1297. </control>
  1298. <control type="fadelabel">
  1299. <posx>135</posx>
  1300. <posy>450</posy>
  1301. <width>360</width>
  1302. <height>90</height>
  1303. <font>Nessus-20</font>
  1304. <textcolor>FF6C6C6C</textcolor>
  1305. <align>left</align>
  1306. <aligny>center</aligny>
  1307. <scrollout>false</scrollout>
  1308. <pauseatend>200</pauseatend>
  1309. <scrollspeed>15</scrollspeed>
  1310. <label>[COLOR=FF4C4C4C]"$INFO[Container(205).ListItem.Property(LatestTitle)]" ($INFO[Container(205).ListItem.Property(LatestNumber)]).[/COLOR]</label>
  1311. </control>
  1312. <control type="label">
  1313. <posx>12</posx>
  1314. <posy>470</posy>
  1315. <width>480</width>
  1316. <height>90</height>
  1317. <font>Nessus-20</font>
  1318. <textcolor>FF6C6C6C</textcolor>
  1319. <align>left</align>
  1320. <aligny>center</aligny>
  1321. <label>$LOCALIZE[31225] [COLOR=FF4C4C4C]$INFO[Container(205).ListItem.Property(LatestDate)][/COLOR]</label>
  1322. </control>
  1323. </control>+
  1324. </control>++
  1325.  
  1326.  
  1327.  
  1328.  
  1329.  
  1330. <!-- Weekly Sunday Label (5006) -->
  1331. <control type="button" id="5006">
  1332. <include>TV-Guide-Animation</include>
  1333. <visible>IsEmpty(Window.Property(Monday))</visible>
  1334. <visible>IsEmpty(Window.Property(Tuesday))</visible>
  1335. <visible>IsEmpty(Window.Property(Wednesday))</visible>
  1336. <visible>IsEmpty(Window.Property(Thursday))</visible>
  1337. <visible>IsEmpty(Window.Property(Friday))</visible>
  1338. <visible>IsEmpty(Window.Property(Saturday))</visible>
  1339. <visible>IsEmpty(Window.Property(Sunday))</visible>
  1340. <posx>1046</posx>
  1341. <posy>-8</posy>
  1342. <width>224</width>
  1343. <height>76</height>
  1344. <font>Nessus-22B</font>
  1345. <align>center</align>
  1346. <aligny>top</aligny>
  1347. <label>$LOCALIZE[17]</label>
  1348. <texturenofocus>windows/tvguide/weekdays_tab.png</texturenofocus>
  1349. <texturefocus>windows/tvguide/weekdays_tab_fo.png</texturefocus>
  1350. <textcolor>offwhite3</textcolor>
  1351. <focusedcolor>guideblue</focusedcolor>
  1352. <textoffsetx>0</textoffsetx>
  1353. <textoffsety>43</textoffsety>
  1354. <animation effect="fade" start="0" end="100" time="0" condition="!Control.HasFocus(206)" reversible="true">Conditional</animation>
  1355. <animation effect="fade" start="100" end="0" time="0" condition="Control.HasFocus(206)" reversible="true">Conditional</animation>
  1356. </control>
  1357. <!-- Weekly Sunday Label (5006) -->
  1358. <control type="button" id="5006">
  1359. <include>TV-Guide-Animation</include>
  1360. <visible>IsEmpty(Window.Property(Sunday))</visible>
  1361. <posx>1046</posx>
  1362. <posy>-8</posy>
  1363. <width>224</width>
  1364. <height>76</height>
  1365. <font>Nessus-22B</font>
  1366. <align>center</align>
  1367. <aligny>top</aligny>
  1368. <label>$LOCALIZE[17]</label>
  1369. <texturenofocus>windows/tvguide/weekdays_tab_fo.png</texturenofocus>
  1370. <texturefocus>windows/tvguide/weekdays_tab.png</texturefocus>
  1371. <textcolor>guideblue</textcolor>
  1372. <focusedcolor>guideblue</focusedcolor>
  1373. <textoffsetx>0</textoffsetx>
  1374. <textoffsety>43</textoffsety>
  1375. <animation effect="fade" start="0" end="100" time="0" condition="Control.HasFocus(206)" reversible="true">Conditional</animation>
  1376. <animation effect="fade" start="100" end="0" time="0" condition="!Control.HasFocus(206)" reversible="true">Conditional</animation>
  1377. </control>
  1378. <!-- Daily Sunday Label (7006) -->
  1379. <control type="button" id="7006">
  1380. <include>TV-Guide-Animation</include>
  1381. <visible>!IsEmpty(Window.Property(Sunday))</visible>
  1382. <posx>-195</posx>
  1383. <posy>320</posy>
  1384. <width>550</width>
  1385. <font>Nessus-100</font>
  1386. <label>$LOCALIZE[31197]</label>
  1387. <align>center</align>
  1388. <aligny>center</aligny>
  1389. <textcolor>offwhite3</textcolor>
  1390. <focusedcolor>guideblue</focusedcolor>
  1391. <onup>-</onup>
  1392. <ondown>-</ondown>
  1393. <onright>-</onright>
  1394. <onleft>-</onleft>
  1395. <animation effect="rotate" start="0" end="90" center="auto" time="0" condition="!IsEmpty(Window.Property(Friday))">Conditional</animation>
  1396. <animation effect="rotate" start="0" end="90" center="auto" time="0" condition="IsEmpty(Window.Property(Friday))">Conditional</animation>
  1397. </control>
  1398.  
  1399. <!-- ====== Daily Sunday NextAired Info ====== -->
  1400. <control type="group">
  1401. <posx>750</posx>
  1402. <posy>70</posy>
  1403. <visible>!IsEmpty(Window.Property(Sunday))</visible>
  1404. <include>TV-Guide-Animation</include>
  1405. <control type="group">
  1406. <visible>Control.HasFocus(206) + !IsEmpty(Container(206).Listitem.Icon)</visible>
  1407. <control type="image">
  1408. <posx>40</posx>
  1409. <posy>20</posy>
  1410. <width>400</width>
  1411. <height>155</height>
  1412. <aspectratio>stretch</aspectratio>
  1413. <texture background="true" diffuse="windows/tvguide/fanart-diffuse.png">$INFO[Container(206).ListItem.Property(Path),,logo.png]</texture>
  1414. </control>
  1415. <control type="image">
  1416. <posx>-5</posx>
  1417. <posy>395</posy>
  1418. <width>155</width>
  1419. <height>105</height>
  1420. <texture>$INFO[Container(206).ListItem.Property(Network),flags/studios/,.png]</texture>
  1421. <aspectratio>keep</aspectratio>
  1422. <colordiffuse>66ffffff</colordiffuse>
  1423. </control>
  1424. <control type="label">
  1425. <posx>10</posx>
  1426. <posy>245</posy>
  1427. <width>460</width>
  1428. <height>84</height>
  1429. <textcolor>guideblue</textcolor>
  1430. <label>[B]$INFO[Container(206).ListItem.Label][/B]</label>
  1431. <font>Nessus-30</font>
  1432. <align>left</align>
  1433. <aligny>center</aligny>
  1434. <scroll>false</scroll>
  1435. </control>
  1436. <control type="label">
  1437. <posx>12</posx>
  1438. <posy>273</posy>
  1439. <width>460</width>
  1440. <height>84</height>
  1441. <label>$INFO[Container(206).ListItem.Property(Genre)]</label>
  1442. <font>Nessus-22</font>
  1443. <align>left</align>
  1444. <aligny>center</aligny>
  1445. <scroll>false</scroll>
  1446. </control>
  1447. <control type="label">
  1448. <posx>12</posx>
  1449. <posy>305</posy>
  1450. <width>480</width>
  1451. <height>90</height>
  1452. <font>Nessus-20</font>
  1453. <textcolor>greyblue</textcolor>
  1454. <align>left</align>
  1455. <aligny>center</aligny>
  1456. <label>$LOCALIZE[31188] </label>
  1457. </control>
  1458. <control type="fadelabel">
  1459. <posx>123</posx>
  1460. <posy>305</posy>
  1461. <width>360</width>
  1462. <height>90</height>
  1463. <font>Nessus-20</font>
  1464. <textcolor>greyblue</textcolor>
  1465. <align>left</align>
  1466. <aligny>center</aligny>
  1467. <scrollout>false</scrollout>
  1468. <pauseatend>200</pauseatend>
  1469. <scrollspeed>15</scrollspeed>
  1470. <label>[COLOR=ltgreyblue]"$INFO[Container(206).ListItem.Property(NextTitle)]" ($INFO[Container(206).ListItem.Property(NextNumber)]).[/COLOR]</label>
  1471. </control>
  1472. <control type="label">
  1473. <posx>12</posx>
  1474. <posy>325</posy>
  1475. <width>460</width>
  1476. <height>90</height>
  1477. <font>Nessus-20</font>
  1478. <textcolor>greyblue</textcolor>
  1479. <align>left</align>
  1480. <aligny>center</aligny>
  1481. <scroll>false</scroll>
  1482. <label>$LOCALIZE[31189] [COLOR=ltgreyblue]$INFO[Container(206).ListItem.Property(AirDay)] $INFO[Container(206).ListItem.Property(NextDate)][/COLOR] $LOCALIZE[31190] [COLOR=ltgreyblue]$INFO[Container(206).ListItem.Property(ShortTime)].[/COLOR]</label>
  1483. </control>
  1484. <control type="label">
  1485. <posx>12</posx>
  1486. <posy>345</posy>
  1487. <width>480</width>
  1488. <height>90</height>
  1489. <font>Nessus-20</font>
  1490. <textcolor>greyblue</textcolor>
  1491. <align>left</align>
  1492. <aligny>center</aligny>
  1493. <label>$LOCALIZE[31505] [COLOR=ltgreyblue]$INFO[Container(206).ListItem.Property(Runtime),, $LOCALIZE[12391]].[/COLOR]</label>
  1494. </control>
  1495. <!-- Sunday Latest Info -->
  1496. <control type="label">
  1497. <posx>12</posx>
  1498. <posy>450</posy>
  1499. <width>480</width>
  1500. <height>90</height>
  1501. <font>Nessus-20</font>
  1502. <textcolor>FF6C6C6C</textcolor>
  1503. <align>left</align>
  1504. <aligny>center</aligny>
  1505. <label>Latest Episode </label>
  1506. </control>
  1507. <control type="fadelabel">
  1508. <posx>135</posx>
  1509. <posy>450</posy>
  1510. <width>360</width>
  1511. <height>90</height>
  1512. <font>Nessus-20</font>
  1513. <textcolor>FF6C6C6C</textcolor>
  1514. <align>left</align>
  1515. <aligny>center</aligny>
  1516. <scrollout>false</scrollout>
  1517. <pauseatend>200</pauseatend>
  1518. <scrollspeed>15</scrollspeed>
  1519. <label>[COLOR=FF4C4C4C]"$INFO[Container(206).ListItem.Property(LatestTitle)]" ($INFO[Container(206).ListItem.Property(LatestNumber)]).[/COLOR]</label>
  1520. </control>
  1521. <control type="label">
  1522. <posx>12</posx>
  1523. <posy>470</posy>
  1524. <width>480</width>
  1525. <height>90</height>
  1526. <font>Nessus-20</font>
  1527. <textcolor>FF6C6C6C</textcolor>
  1528. <align>left</align>
  1529. <aligny>center</aligny>
  1530. <label>$LOCALIZE[31225] [COLOR=FF4C4C4C]$INFO[Container(206).ListItem.Property(LatestDate)][/COLOR]</label>
  1531. </control>
  1532. </control>+
  1533. </control>++
  1534.  
  1535. </control>
  1536.  
  1537.  
  1538.  
  1539.  
  1540.  
  1541.  
  1542.  
  1543.  
  1544.  
  1545.  
  1546. <control type="group">
  1547. <include>TV-Guide-Panel-Animation</include>
  1548. <posx>40</posx>
  1549. <posy>-45</posy>
  1550.  
  1551.  
  1552. <!-- 200 Monday -->
  1553. <control type="group">
  1554. <include>TV-Guide-Animation</include>
  1555. <visible>IsEmpty(Window.Property(Tuesday))</visible>
  1556. <visible>IsEmpty(Window.Property(Wednesday))</visible>
  1557. <visible>IsEmpty(Window.Property(Thursday))</visible>
  1558. <visible>IsEmpty(Window.Property(Friday))</visible>
  1559. <visible>IsEmpty(Window.Property(Saturday))</visible>
  1560. <visible>IsEmpty(Window.Property(Sunday))</visible>
  1561. <posx>0</posx>
  1562. <posy>117</posy>
  1563. <control type="list" id="200">
  1564. <animation effect="slide" start="0,0" end="13,-11" time="0" condition="!IsEmpty(Window.Property(Monday))">Conditional</animation>
  1565. <description>Monday List</description>
  1566. <posx>95</posx>
  1567. <posy>0</posy>
  1568. <width>680</width>
  1569. <height>545</height>
  1570. <orientation>vertical</orientation>
  1571. <onup condition="IsEmpty(Window.Property(Monday))">SetProperty(Monday,true)</onup>
  1572. <onup condition="!IsEmpty(Window.Property(Monday))">ClearProperty(Monday)</onup>
  1573. <onup>SetFocus(200)</onup>
  1574. <ondown>200</ondown>
  1575. <onleft>206</onleft>
  1576. <onright>201</onright>
  1577. <itemlayout height="108" width="182" condition="IsEmpty(Window.Property(Monday))">
  1578. <control type="image">
  1579. <posx>13</posx>
  1580. <posy>0</posy>
  1581. <width>161</width>
  1582. <height>91</height>
  1583. <texture>windows/tvguide/logo_frame.png</texture>
  1584. </control>
  1585. <control type="image">
  1586. <posx>30</posx>
  1587. <posy>15</posy>
  1588. <width>127</width>
  1589. <height>53</height>
  1590. <aspectratio>keep</aspectratio>
  1591. <texture background="true">$INFO[ListItem.Property(Path),,logo.png]</texture>
  1592. </control>
  1593. <control type="label">
  1594. <posx>62</posx>
  1595. <posy>76</posy>
  1596. <width>182</width>
  1597. <height>30</height>
  1598. <font>Panel1</font>
  1599. <textcolor>ltgreyblue</textcolor>
  1600. <align>center</align>
  1601. <aligny>center</aligny>
  1602. <label>$INFO[ListItem.Property(NextDate)]</label>
  1603. </control>
  1604. <control type="label">
  1605. <posx>134</posx>
  1606. <posy>76</posy>
  1607. <width>182</width>
  1608. <height>30</height>
  1609. <font>Panel1</font>
  1610. <textcolor>ltgreyblue</textcolor>
  1611. <align>center</align>
  1612. <aligny>center</aligny>
  1613. <label>($INFO[ListItem.Property(NextNumber)])</label>
  1614. </control>
  1615. </itemlayout>
  1616. <focusedlayout height="108" width="182" condition="IsEmpty(Window.Property(Monday))">
  1617. <control type="image">
  1618. <posx>13</posx>
  1619. <posy>0</posy>
  1620. <width>161</width>
  1621. <height>91</height>
  1622. <texture>windows/tvguide/logo_frame.png</texture>
  1623. <visible>!Control.HasFocus(200)</visible>
  1624. </control>
  1625. <control type="image">
  1626. <posx>13</posx>
  1627. <posy>0</posy>
  1628. <width>161</width>
  1629. <height>91</height>
  1630. <texture>windows/tvguide/logo_frame_focus.png</texture>
  1631. <visible>Control.HasFocus(200)</visible>
  1632. </control>
  1633. <control type="image">
  1634. <posx>30</posx>
  1635. <posy>15</posy>
  1636. <width>127</width>
  1637. <height>53</height>
  1638. <aspectratio>keep</aspectratio>
  1639. <texture background="true">$INFO[ListItem.Property(Path),,logo.png]</texture>
  1640. </control>
  1641. <control type="label">
  1642. <posx>62</posx>
  1643. <posy>76</posy>
  1644. <width>182</width>
  1645. <height>30</height>
  1646. <font>Panel1</font>
  1647. <textcolor>ltgreyblue</textcolor>
  1648. <align>center</align>
  1649. <aligny>center</aligny>
  1650. <label>$INFO[ListItem.Property(NextDate)]</label>
  1651. </control>
  1652. <control type="label">
  1653. <posx>134</posx>
  1654. <posy>76</posy>
  1655. <width>182</width>
  1656. <height>30</height>
  1657. <font>Panel1</font>
  1658. <textcolor>ltgreyblue</textcolor>
  1659. <align>center</align>
  1660. <aligny>center</aligny>
  1661. <label>($INFO[ListItem.Property(NextNumber)])</label>
  1662. </control>
  1663. </focusedlayout>
  1664.  
  1665. <itemlayout height="133" condition="!IsEmpty(Window.Property(Monday))">
  1666. <control type="image">
  1667. <posx>25</posx>
  1668. <posy>26</posy>
  1669. <width>550</width>
  1670. <height>100</height>
  1671. <texture background="true">$INFO[ListItem.Icon]</texture>
  1672. <aspectratio>stretch</aspectratio>
  1673. </control>
  1674. <control type="image">
  1675. <posx>-3</posx>
  1676. <posy>-4</posy>
  1677. <width>606</width>
  1678. <height>159</height>
  1679. <texture>windows/tvguide/overlay.png</texture>
  1680. <aspectratio>stretch</aspectratio>
  1681. </control>
  1682. </itemlayout>
  1683. <focusedlayout height="133" condition="!IsEmpty(Window.Property(Monday))">
  1684. <control type="image">
  1685. <posx>25</posx>
  1686. <posy>26</posy>
  1687. <width>550</width>
  1688. <height>100</height>
  1689. <texture background="true">$INFO[ListItem.Icon]</texture>
  1690. <aspectratio>stretch</aspectratio>
  1691. </control>
  1692. <control type="image">
  1693. <posx>-3</posx>
  1694. <posy>-4</posy>
  1695. <width>606</width>
  1696. <height>159</height>
  1697. <texture>windows/tvguide/overlay_focus.png</texture>
  1698. <animation effect="fade" start="50" time="3000" condition="true" pulse="true">Conditional</animation>
  1699. <aspectratio>stretch</aspectratio>
  1700. <visible>Control.HasFocus(200)</visible>
  1701. </control>
  1702. <control type="image">
  1703. <posx>-3</posx>
  1704. <posy>-4</posy>
  1705. <width>606</width>
  1706. <height>159</height>
  1707. <texture>windows/tvguide/overlay.png</texture>
  1708. <aspectratio>stretch</aspectratio>
  1709. </control>
  1710. </focusedlayout>
  1711. </control>
  1712. </control>
  1713.  
  1714.  
  1715. <!-- 201 Tuesday -->
  1716. <control type="group">
  1717. <include>TV-Guide-Animation</include>
  1718. <visible>IsEmpty(Window.Property(Monday))</visible>
  1719. <visible>IsEmpty(Window.Property(Wednesday))</visible>
  1720. <visible>IsEmpty(Window.Property(Thursday))</visible>
  1721. <visible>IsEmpty(Window.Property(Friday))</visible>
  1722. <visible>IsEmpty(Window.Property(Saturday))</visible>
  1723. <visible>IsEmpty(Window.Property(Sunday))</visible>
  1724. <posx>155</posx>
  1725. <posy>117</posy>
  1726. <control type="list" id="201">
  1727. <animation effect="slide" start="0,0" end="-142,-11" time="0" condition="!IsEmpty(Window.Property(Tuesday))">Conditional</animation>
  1728. <description>Tuesday List</description>
  1729. <posx>95</posx>
  1730. <posy>0</posy>
  1731. <width>680</width>
  1732. <height>545</height>
  1733. <orientation>vertical</orientation>
  1734. <onup condition="IsEmpty(Window.Property(Tuesday))">SetProperty(Tuesday,true)</onup>
  1735. <onup condition="!IsEmpty(Window.Property(Tuesday))">ClearProperty(Tuesday)</onup>
  1736. <onup>SetFocus(201)</onup>
  1737. <ondown>201</ondown>
  1738. <onleft>200</onleft>
  1739. <onright>202</onright>
  1740. <itemlayout height="108" width="182" condition="IsEmpty(Window.Property(Tuesday))">
  1741. <control type="image">
  1742. <posx>13</posx>
  1743. <posy>0</posy>
  1744. <width>161</width>
  1745. <height>91</height>
  1746. <texture>windows/tvguide/logo_frame.png</texture>
  1747. </control>
  1748. <control type="image">
  1749. <posx>30</posx>
  1750. <posy>15</posy>
  1751. <width>127</width>
  1752. <height>53</height>
  1753. <aspectratio>keep</aspectratio>
  1754. <texture background="true">$INFO[ListItem.Property(Path),,logo.png]</texture>
  1755. </control>
  1756. <control type="label">
  1757. <posx>62</posx>
  1758. <posy>76</posy>
  1759. <width>182</width>
  1760. <height>30</height>
  1761. <font>Panel1</font>
  1762. <textcolor>ltgreyblue</textcolor>
  1763. <align>center</align>
  1764. <aligny>center</aligny>
  1765. <label>$INFO[ListItem.Property(NextDate)]</label>
  1766. </control>
  1767. <control type="label">
  1768. <posx>134</posx>
  1769. <posy>76</posy>
  1770. <width>182</width>
  1771. <height>30</height>
  1772. <font>Panel1</font>
  1773. <textcolor>ltgreyblue</textcolor>
  1774. <align>center</align>
  1775. <aligny>center</aligny>
  1776. <label>($INFO[ListItem.Property(NextNumber)])</label>
  1777. </control>
  1778. </itemlayout>
  1779. <focusedlayout height="108" width="182" condition="IsEmpty(Window.Property(Tuesday))">
  1780. <control type="image">
  1781. <posx>13</posx>
  1782. <posy>0</posy>
  1783. <width>161</width>
  1784. <height>91</height>
  1785. <texture>windows/tvguide/logo_frame.png</texture>
  1786. <visible>!Control.HasFocus(201)</visible>
  1787. </control>
  1788. <control type="image">
  1789. <posx>13</posx>
  1790. <posy>0</posy>
  1791. <width>161</width>
  1792. <height>91</height>
  1793. <texture>windows/tvguide/logo_frame_focus.png</texture>
  1794. <visible>Control.HasFocus(201)</visible>
  1795. </control>
  1796. <control type="image">
  1797. <posx>30</posx>
  1798. <posy>15</posy>
  1799. <width>127</width>
  1800. <height>53</height>
  1801. <aspectratio>keep</aspectratio>
  1802. <texture background="true">$INFO[ListItem.Property(Path),,logo.png]</texture>
  1803. </control>
  1804. <control type="label">
  1805. <posx>62</posx>
  1806. <posy>76</posy>
  1807. <width>182</width>
  1808. <height>30</height>
  1809. <font>Panel1</font>
  1810. <textcolor>ltgreyblue</textcolor>
  1811. <align>center</align>
  1812. <aligny>center</aligny>
  1813. <label>$INFO[ListItem.Property(NextDate)]</label>
  1814. </control>
  1815. <control type="label">
  1816. <posx>134</posx>
  1817. <posy>76</posy>
  1818. <width>182</width>
  1819. <height>30</height>
  1820. <font>Panel1</font>
  1821. <textcolor>ltgreyblue</textcolor>
  1822. <align>center</align>
  1823. <aligny>center</aligny>
  1824. <label>($INFO[ListItem.Property(NextNumber)])</label>
  1825. </control>
  1826. </focusedlayout>
  1827.  
  1828. <itemlayout height="133" condition="!IsEmpty(Window.Property(Tuesday))">
  1829. <control type="image">
  1830. <posx>25</posx>
  1831. <posy>26</posy>
  1832. <width>550</width>
  1833. <height>100</height>
  1834. <texture background="true">$INFO[ListItem.Icon]</texture>
  1835. <aspectratio>stretch</aspectratio>
  1836. </control>
  1837. <control type="image">
  1838. <posx>-3</posx>
  1839. <posy>-4</posy>
  1840. <width>606</width>
  1841. <height>159</height>
  1842. <texture>windows/tvguide/overlay.png</texture>
  1843. <aspectratio>stretch</aspectratio>
  1844. </control>
  1845. </itemlayout>
  1846. <focusedlayout height="133" condition="!IsEmpty(Window.Property(Tuesday))">
  1847. <control type="image">
  1848. <posx>25</posx>
  1849. <posy>26</posy>
  1850. <width>550</width>
  1851. <height>100</height>
  1852. <texture background="true">$INFO[ListItem.Icon]</texture>
  1853. <aspectratio>stretch</aspectratio>
  1854. </control>
  1855. <control type="image">
  1856. <posx>-3</posx>
  1857. <posy>-4</posy>
  1858. <width>606</width>
  1859. <height>159</height>
  1860. <texture>windows/tvguide/overlay_focus.png</texture>
  1861. <animation effect="fade" start="50" time="3000" condition="true" pulse="true">Conditional</animation>
  1862. <aspectratio>stretch</aspectratio>
  1863. <visible>Control.HasFocus(201)</visible>
  1864. </control>
  1865. <control type="image">
  1866. <posx>-3</posx>
  1867. <posy>-4</posy>
  1868. <width>606</width>
  1869. <height>159</height>
  1870. <texture>windows/tvguide/overlay.png</texture>
  1871. <aspectratio>stretch</aspectratio>
  1872. </control>
  1873. </focusedlayout>
  1874. </control>
  1875. </control>
  1876.  
  1877.  
  1878. <!-- 202 Wednesday -->
  1879. <control type="group">
  1880. <include>TV-Guide-Animation</include>
  1881. <visible>IsEmpty(Window.Property(Monday))</visible>
  1882. <visible>IsEmpty(Window.Property(Tuesday))</visible>
  1883. <visible>IsEmpty(Window.Property(Thursday))</visible>
  1884. <visible>IsEmpty(Window.Property(Friday))</visible>
  1885. <visible>IsEmpty(Window.Property(Saturday))</visible>
  1886. <visible>IsEmpty(Window.Property(Sunday))</visible>
  1887. <posx>310</posx>
  1888. <posy>117</posy>
  1889. <control type="list" id="202">
  1890. <animation effect="slide" start="0,0" end="-297,-11" time="0" condition="!IsEmpty(Window.Property(Wednesday))">Conditional</animation>
  1891. <description>Wednesday list</description>
  1892. <posx>95</posx>
  1893. <posy>0</posy>
  1894. <width>680</width>
  1895. <height>545</height>
  1896. <orientation>vertical</orientation>
  1897. <onup condition="IsEmpty(Window.Property(Wednesday))">SetProperty(Wednesday,true)</onup>
  1898. <onup condition="!IsEmpty(Window.Property(Wednesday))">ClearProperty(Wednesday)</onup>
  1899. <onup>SetFocus(202)</onup>
  1900. <ondown>202</ondown>
  1901. <onleft>201</onleft>
  1902. <onright>203</onright>
  1903. <itemlayout height="108" width="182" condition="IsEmpty(Window.Property(Wednesday))">
  1904. <control type="image">
  1905. <posx>13</posx>
  1906. <posy>0</posy>
  1907. <width>161</width>
  1908. <height>91</height>
  1909. <texture>windows/tvguide/logo_frame.png</texture>
  1910. </control>
  1911. <control type="image">
  1912. <posx>30</posx>
  1913. <posy>15</posy>
  1914. <width>127</width>
  1915. <height>53</height>
  1916. <aspectratio>keep</aspectratio>
  1917. <texture background="true">$INFO[ListItem.Property(Path),,logo.png]</texture>
  1918. </control>
  1919. <control type="label">
  1920. <posx>62</posx>
  1921. <posy>76</posy>
  1922. <width>182</width>
  1923. <height>30</height>
  1924. <font>Panel1</font>
  1925. <textcolor>ltgreyblue</textcolor>
  1926. <align>center</align>
  1927. <aligny>center</aligny>
  1928. <label>$INFO[ListItem.Property(NextDate)]</label>
  1929. </control>
  1930. <control type="label">
  1931. <posx>134</posx>
  1932. <posy>76</posy>
  1933. <width>182</width>
  1934. <height>30</height>
  1935. <font>Panel1</font>
  1936. <textcolor>ltgreyblue</textcolor>
  1937. <align>center</align>
  1938. <aligny>center</aligny>
  1939. <label>($INFO[ListItem.Property(NextNumber)])</label>
  1940. </control>
  1941. </itemlayout>
  1942. <focusedlayout height="108" width="182" condition="IsEmpty(Window.Property(Wednesday))">
  1943. <control type="image">
  1944. <posx>13</posx>
  1945. <posy>0</posy>
  1946. <width>161</width>
  1947. <height>91</height>
  1948. <texture>windows/tvguide/logo_frame.png</texture>
  1949. <visible>!Control.HasFocus(202)</visible>
  1950. </control>
  1951. <control type="image">
  1952. <posx>13</posx>
  1953. <posy>0</posy>
  1954. <width>161</width>
  1955. <height>91</height>
  1956. <texture>windows/tvguide/logo_frame_focus.png</texture>
  1957. <visible>Control.HasFocus(202)</visible>
  1958. </control>
  1959. <control type="image">
  1960. <posx>30</posx>
  1961. <posy>15</posy>
  1962. <width>127</width>
  1963. <height>53</height>
  1964. <aspectratio>keep</aspectratio>
  1965. <texture background="true">$INFO[ListItem.Property(Path),,logo.png]</texture>
  1966. </control>
  1967. <control type="label">
  1968. <posx>62</posx>
  1969. <posy>76</posy>
  1970. <width>182</width>
  1971. <height>30</height>
  1972. <font>Panel1</font>
  1973. <textcolor>ltgreyblue</textcolor>
  1974. <align>center</align>
  1975. <aligny>center</aligny>
  1976. <label>$INFO[ListItem.Property(NextDate)]</label>
  1977. </control>
  1978. <control type="label">
  1979. <posx>134</posx>
  1980. <posy>76</posy>
  1981. <width>182</width>
  1982. <height>30</height>
  1983. <font>Panel1</font>
  1984. <textcolor>ltgreyblue</textcolor>
  1985. <align>center</align>
  1986. <aligny>center</aligny>
  1987. <label>($INFO[ListItem.Property(NextNumber)])</label>
  1988. </control>
  1989. </focusedlayout>
  1990.  
  1991. <itemlayout height="133" condition="!IsEmpty(Window.Property(Wednesday))">
  1992. <control type="image">
  1993. <posx>25</posx>
  1994. <posy>26</posy>
  1995. <width>550</width>
  1996. <height>100</height>
  1997. <texture background="true">$INFO[ListItem.Icon]</texture>
  1998. <aspectratio>stretch</aspectratio>
  1999. </control>
  2000. <control type="image">
  2001. <posx>-3</posx>
  2002. <posy>-4</posy>
  2003. <width>606</width>
  2004. <height>159</height>
  2005. <texture>windows/tvguide/overlay.png</texture>
  2006. <aspectratio>stretch</aspectratio>
  2007. </control>
  2008. </itemlayout>
  2009. <focusedlayout height="133" condition="!IsEmpty(Window.Property(Wednesday))">
  2010. <control type="image">
  2011. <posx>25</posx>
  2012. <posy>26</posy>
  2013. <width>550</width>
  2014. <height>100</height>
  2015. <texture background="true">$INFO[ListItem.Icon]</texture>
  2016. <aspectratio>stretch</aspectratio>
  2017. </control>
  2018. <control type="image">
  2019. <posx>-3</posx>
  2020. <posy>-4</posy>
  2021. <width>606</width>
  2022. <height>159</height>
  2023. <texture>windows/tvguide/overlay_focus.png</texture>
  2024. <animation effect="fade" start="50" time="3000" condition="true" pulse="true">Conditional</animation>
  2025. <aspectratio>stretch</aspectratio>
  2026. <visible>Control.HasFocus(202)</visible>
  2027. </control>
  2028. <control type="image">
  2029. <posx>-3</posx>
  2030. <posy>-4</posy>
  2031. <width>606</width>
  2032. <height>159</height>
  2033. <texture>windows/tvguide/overlay.png</texture>
  2034. <aspectratio>stretch</aspectratio>
  2035. </control>
  2036. </focusedlayout>
  2037. </control>
  2038. </control>
  2039.  
  2040.  
  2041. <!-- 203 Thursday -->
  2042. <control type="group">
  2043. <include>TV-Guide-Animation</include>
  2044. <visible>IsEmpty(Window.Property(Monday))</visible>
  2045. <visible>IsEmpty(Window.Property(Tuesday))</visible>
  2046. <visible>IsEmpty(Window.Property(Wednesday))</visible>
  2047. <visible>IsEmpty(Window.Property(Friday))</visible>
  2048. <visible>IsEmpty(Window.Property(Saturday))</visible>
  2049. <visible>IsEmpty(Window.Property(Sunday))</visible>
  2050. <posx>465</posx>
  2051. <posy>117</posy>
  2052. <control type="list" id="203">
  2053. <animation effect="slide" start="0,0" end="-452,-11" time="0" condition="!IsEmpty(Window.Property(Thursday))">Conditional</animation>
  2054. <description>Thursday list</description>
  2055. <posx>95</posx>
  2056. <posy>0</posy>
  2057. <width>680</width>
  2058. <height>545</height>
  2059. <orientation>vertical</orientation>
  2060. <onup condition="IsEmpty(Window.Property(Thursday))">SetProperty(Thursday,true)</onup>
  2061. <onup condition="!IsEmpty(Window.Property(Thursday))">ClearProperty(Thursday)</onup>
  2062. <onup>SetFocus(203)</onup>
  2063. <ondown>203</ondown>
  2064. <onleft>202</onleft>
  2065. <onright>204</onright>
  2066. <itemlayout height="108" width="182" condition="IsEmpty(Window.Property(Thursday))">
  2067. <control type="image">
  2068. <posx>13</posx>
  2069. <posy>0</posy>
  2070. <width>161</width>
  2071. <height>91</height>
  2072. <texture>windows/tvguide/logo_frame.png</texture>
  2073. </control>
  2074. <control type="image">
  2075. <posx>30</posx>
  2076. <posy>15</posy>
  2077. <width>127</width>
  2078. <height>53</height>
  2079. <aspectratio>keep</aspectratio>
  2080. <texture background="true">$INFO[ListItem.Property(Path),,logo.png]</texture>
  2081. </control>
  2082. <control type="label">
  2083. <posx>62</posx>
  2084. <posy>76</posy>
  2085. <width>182</width>
  2086. <height>30</height>
  2087. <font>Panel1</font>
  2088. <textcolor>ltgreyblue</textcolor>
  2089. <align>center</align>
  2090. <aligny>center</aligny>
  2091. <label>$INFO[ListItem.Property(NextDate)]</label>
  2092. </control>
  2093. <control type="label">
  2094. <posx>134</posx>
  2095. <posy>76</posy>
  2096. <width>182</width>
  2097. <height>30</height>
  2098. <font>Panel1</font>
  2099. <textcolor>ltgreyblue</textcolor>
  2100. <align>center</align>
  2101. <aligny>center</aligny>
  2102. <label>($INFO[ListItem.Property(NextNumber)])</label>
  2103. </control>
  2104. </itemlayout>
  2105. <focusedlayout height="108" width="182" condition="IsEmpty(Window.Property(Thursday))">
  2106. <control type="image">
  2107. <posx>13</posx>
  2108. <posy>0</posy>
  2109. <width>161</width>
  2110. <height>91</height>
  2111. <texture>windows/tvguide/logo_frame.png</texture>
  2112. <visible>!Control.HasFocus(203)</visible>
  2113. </control>
  2114. <control type="image">
  2115. <posx>13</posx>
  2116. <posy>0</posy>
  2117. <width>161</width>
  2118. <height>91</height>
  2119. <texture>windows/tvguide/logo_frame_focus.png</texture>
  2120. <visible>Control.HasFocus(203)</visible>
  2121. </control>
  2122. <control type="image">
  2123. <posx>30</posx>
  2124. <posy>15</posy>
  2125. <width>127</width>
  2126. <height>53</height>
  2127. <aspectratio>keep</aspectratio>
  2128. <texture background="true">$INFO[ListItem.Property(Path),,logo.png]</texture>
  2129. </control>
  2130. <control type="label">
  2131. <posx>62</posx>
  2132. <posy>76</posy>
  2133. <width>182</width>
  2134. <height>30</height>
  2135. <font>Panel1</font>
  2136. <textcolor>ltgreyblue</textcolor>
  2137. <align>center</align>
  2138. <aligny>center</aligny>
  2139. <label>$INFO[ListItem.Property(NextDate)]</label>
  2140. </control>
  2141. <control type="label">
  2142. <posx>134</posx>
  2143. <posy>76</posy>
  2144. <width>182</width>
  2145. <height>30</height>
  2146. <font>Panel1</font>
  2147. <textcolor>ltgreyblue</textcolor>
  2148. <align>center</align>
  2149. <aligny>center</aligny>
  2150. <label>($INFO[ListItem.Property(NextNumber)])</label>
  2151. </control>
  2152. </focusedlayout>
  2153.  
  2154. <itemlayout height="133" condition="!IsEmpty(Window.Property(Thursday))">
  2155. <control type="image">
  2156. <posx>25</posx>
  2157. <posy>26</posy>
  2158. <width>550</width>
  2159. <height>100</height>
  2160. <texture background="true">$INFO[ListItem.Icon]</texture>
  2161. <aspectratio>stretch</aspectratio>
  2162. </control>
  2163. <control type="image">
  2164. <posx>-3</posx>
  2165. <posy>-4</posy>
  2166. <width>606</width>
  2167. <height>159</height>
  2168. <texture>windows/tvguide/overlay.png</texture>
  2169. <aspectratio>stretch</aspectratio>
  2170. </control>
  2171. </itemlayout>
  2172. <focusedlayout height="133" condition="!IsEmpty(Window.Property(Thursday))">
  2173. <control type="image">
  2174. <posx>25</posx>
  2175. <posy>26</posy>
  2176. <width>550</width>
  2177. <height>100</height>
  2178. <texture background="true">$INFO[ListItem.Icon]</texture>
  2179. <aspectratio>stretch</aspectratio>
  2180. </control>
  2181. <control type="image">
  2182. <posx>-3</posx>
  2183. <posy>-4</posy>
  2184. <width>606</width>
  2185. <height>159</height>
  2186. <texture>windows/tvguide/overlay_focus.png</texture>
  2187. <animation effect="fade" start="50" time="3000" condition="true" pulse="true">Conditional</animation>
  2188. <aspectratio>stretch</aspectratio>
  2189. <visible>Control.HasFocus(203)</visible>
  2190. </control>
  2191. <control type="image">
  2192. <posx>-3</posx>
  2193. <posy>-4</posy>
  2194. <width>606</width>
  2195. <height>159</height>
  2196. <texture>windows/tvguide/overlay.png</texture>
  2197. <aspectratio>stretch</aspectratio>
  2198. </control>
  2199. </focusedlayout>
  2200. </control>
  2201. </control>
  2202.  
  2203.  
  2204. <!-- 204 Friday -->
  2205. <control type="group">
  2206. <include>TV-Guide-Animation</include>
  2207. <visible>IsEmpty(Window.Property(Monday))</visible>
  2208. <visible>IsEmpty(Window.Property(Tuesday))</visible>
  2209. <visible>IsEmpty(Window.Property(Wednesday))</visible>
  2210. <visible>IsEmpty(Window.Property(Thursday))</visible>
  2211. <visible>IsEmpty(Window.Property(Saturday))</visible>
  2212. <visible>IsEmpty(Window.Property(Sunday))</visible>
  2213. <posx>620</posx>
  2214. <posy>117</posy>
  2215. <control type="list" id="204">
  2216. <animation effect="slide" start="0,0" end="-607,-11" time="0" condition="!IsEmpty(Window.Property(Friday))">Conditional</animation>
  2217. <description>Friday List</description>
  2218. <posx>95</posx>
  2219. <posy>0</posy>
  2220. <width>680</width>
  2221. <height>545</height>
  2222. <orientation>vertical</orientation>
  2223. <onup condition="IsEmpty(Window.Property(Friday))">SetProperty(Friday,true)</onup>
  2224. <onup condition="!IsEmpty(Window.Property(Friday))">ClearProperty(Friday)</onup>
  2225. <onup>SetFocus(204)</onup>
  2226. <ondown>204</ondown>
  2227. <onleft>203</onleft>
  2228. <onright>205</onright>
  2229. <itemlayout height="108" width="182" condition="IsEmpty(Window.Property(Friday))">
  2230. <control type="image">
  2231. <posx>13</posx>
  2232. <posy>0</posy>
  2233. <width>161</width>
  2234. <height>91</height>
  2235. <texture>windows/tvguide/logo_frame.png</texture>
  2236. </control>
  2237. <control type="image">
  2238. <posx>30</posx>
  2239. <posy>15</posy>
  2240. <width>127</width>
  2241. <height>53</height>
  2242. <aspectratio>keep</aspectratio>
  2243. <texture background="true">$INFO[ListItem.Property(Path),,logo.png]</texture>
  2244. </control>
  2245. <control type="label">
  2246. <posx>62</posx>
  2247. <posy>76</posy>
  2248. <width>182</width>
  2249. <height>30</height>
  2250. <font>Panel1</font>
  2251. <textcolor>ltgreyblue</textcolor>
  2252. <align>center</align>
  2253. <aligny>center</aligny>
  2254. <label>$INFO[ListItem.Property(NextDate)]</label>
  2255. </control>
  2256. <control type="label">
  2257. <posx>134</posx>
  2258. <posy>76</posy>
  2259. <width>182</width>
  2260. <height>30</height>
  2261. <font>Panel1</font>
  2262. <textcolor>ltgreyblue</textcolor>
  2263. <align>center</align>
  2264. <aligny>center</aligny>
  2265. <label>($INFO[ListItem.Property(NextNumber)])</label>
  2266. </control>
  2267. </itemlayout>
  2268. <focusedlayout height="108" width="182" condition="IsEmpty(Window.Property(Friday))">
  2269. <control type="image">
  2270. <posx>13</posx>
  2271. <posy>0</posy>
  2272. <width>161</width>
  2273. <height>91</height>
  2274. <texture>windows/tvguide/logo_frame.png</texture>
  2275. <visible>!Control.HasFocus(204)</visible>
  2276. </control>
  2277. <control type="image">
  2278. <posx>13</posx>
  2279. <posy>0</posy>
  2280. <width>161</width>
  2281. <height>91</height>
  2282. <texture>windows/tvguide/logo_frame_focus.png</texture>
  2283. <visible>Control.HasFocus(204)</visible>
  2284. </control>
  2285. <control type="image">
  2286. <posx>30</posx>
  2287. <posy>15</posy>
  2288. <width>127</width>
  2289. <height>53</height>
  2290. <aspectratio>keep</aspectratio>
  2291. <texture background="true">$INFO[ListItem.Property(Path),,logo.png]</texture>
  2292. </control>
  2293. <control type="label">
  2294. <posx>62</posx>
  2295. <posy>76</posy>
  2296. <width>182</width>
  2297. <height>30</height>
  2298. <font>Panel1</font>
  2299. <textcolor>ltgreyblue</textcolor>
  2300. <align>center</align>
  2301. <aligny>center</aligny>
  2302. <label>$INFO[ListItem.Property(NextDate)]</label>
  2303. </control>
  2304. <control type="label">
  2305. <posx>134</posx>
  2306. <posy>76</posy>
  2307. <width>182</width>
  2308. <height>30</height>
  2309. <font>Panel1</font>
  2310. <textcolor>ltgreyblue</textcolor>
  2311. <align>center</align>
  2312. <aligny>center</aligny>
  2313. <label>($INFO[ListItem.Property(NextNumber)])</label>
  2314. </control>
  2315. </focusedlayout>
  2316.  
  2317. <itemlayout height="133" condition="!IsEmpty(Window.Property(Friday))">
  2318. <control type="image">
  2319. <posx>25</posx>
  2320. <posy>26</posy>
  2321. <width>550</width>
  2322. <height>100</height>
  2323. <texture background="true">$INFO[ListItem.Icon]</texture>
  2324. <aspectratio>stretch</aspectratio>
  2325. </control>
  2326. <control type="image">
  2327. <posx>-3</posx>
  2328. <posy>-4</posy>
  2329. <width>606</width>
  2330. <height>159</height>
  2331. <texture>windows/tvguide/overlay.png</texture>
  2332. <aspectratio>stretch</aspectratio>
  2333. </control>
  2334. </itemlayout>
  2335. <focusedlayout height="133" condition="!IsEmpty(Window.Property(Friday))">
  2336. <control type="image">
  2337. <posx>25</posx>
  2338. <posy>26</posy>
  2339. <width>550</width>
  2340. <height>100</height>
  2341. <texture background="true">$INFO[ListItem.Icon]</texture>
  2342. <aspectratio>stretch</aspectratio>
  2343. </control>
  2344. <control type="image">
  2345. <posx>-3</posx>
  2346. <posy>-4</posy>
  2347. <width>606</width>
  2348. <height>159</height>
  2349. <texture>windows/tvguide/overlay_focus.png</texture>
  2350. <animation effect="fade" start="50" time="3000" condition="true" pulse="true">Conditional</animation>
  2351. <aspectratio>stretch</aspectratio>
  2352. <visible>Control.HasFocus(204)</visible>
  2353. </control>
  2354. <control type="image">
  2355. <posx>-3</posx>
  2356. <posy>-4</posy>
  2357. <width>606</width>
  2358. <height>159</height>
  2359. <texture>windows/tvguide/overlay.png</texture>
  2360. <aspectratio>stretch</aspectratio>
  2361. </control>
  2362. </focusedlayout>
  2363. </control>
  2364. </control>
  2365.  
  2366.  
  2367. <!-- 205 Saturday -->
  2368. <control type="group">
  2369. <include>TV-Guide-Animation</include>
  2370. <visible>IsEmpty(Window.Property(Monday))</visible>
  2371. <visible>IsEmpty(Window.Property(Tuesday))</visible>
  2372. <visible>IsEmpty(Window.Property(Wednesday))</visible>
  2373. <visible>IsEmpty(Window.Property(Thursday))</visible>
  2374. <visible>IsEmpty(Window.Property(Friday))</visible>
  2375. <visible>IsEmpty(Window.Property(Sunday))</visible>
  2376. <posx>775</posx>
  2377. <posy>117</posy>
  2378. <control type="list" id="205">
  2379. <animation effect="slide" start="0,0" end="-762,-11" time="0" condition="!IsEmpty(Window.Property(Saturday))">Conditional</animation>
  2380. <description>Saturday List</description>
  2381. <posx>95</posx>
  2382. <posy>0</posy>
  2383. <width>680</width>
  2384. <height>545</height>
  2385. <orientation>vertical</orientation>
  2386. <onup condition="IsEmpty(Window.Property(Saturday))">SetProperty(Saturday,true)</onup>
  2387. <onup condition="!IsEmpty(Window.Property(Saturday))">ClearProperty(Saturday)</onup>
  2388. <onup>SetFocus(205)</onup>
  2389. <ondown>205</ondown>
  2390. <onleft>204</onleft>
  2391. <onright>206</onright>
  2392. <itemlayout height="108" width="182" condition="IsEmpty(Window.Property(Saturday))">
  2393. <control type="image">
  2394. <posx>13</posx>
  2395. <posy>0</posy>
  2396. <width>161</width>
  2397. <height>91</height>
  2398. <texture>windows/tvguide/logo_frame.png</texture>
  2399. </control>
  2400. <control type="image">
  2401. <posx>30</posx>
  2402. <posy>15</posy>
  2403. <width>127</width>
  2404. <height>53</height>
  2405. <aspectratio>keep</aspectratio>
  2406. <texture background="true">$INFO[ListItem.Property(Path),,logo.png]</texture>
  2407. </control>
  2408. <control type="label">
  2409. <posx>62</posx>
  2410. <posy>76</posy>
  2411. <width>182</width>
  2412. <height>30</height>
  2413. <font>Panel1</font>
  2414. <textcolor>ltgreyblue</textcolor>
  2415. <align>center</align>
  2416. <aligny>center</aligny>
  2417. <label>$INFO[ListItem.Property(NextDate)]</label>
  2418. </control>
  2419. <control type="label">
  2420. <posx>134</posx>
  2421. <posy>76</posy>
  2422. <width>182</width>
  2423. <height>30</height>
  2424. <font>Panel1</font>
  2425. <textcolor>ltgreyblue</textcolor>
  2426. <align>center</align>
  2427. <aligny>center</aligny>
  2428. <label>($INFO[ListItem.Property(NextNumber)])</label>
  2429. </control>
  2430. </itemlayout>
  2431. <focusedlayout height="108" width="182" condition="IsEmpty(Window.Property(Saturday))">
  2432. <control type="image">
  2433. <posx>13</posx>
  2434. <posy>0</posy>
  2435. <width>161</width>
  2436. <height>91</height>
  2437. <texture>windows/tvguide/logo_frame.png</texture>
  2438. <visible>!Control.HasFocus(205)</visible>
  2439. </control>
  2440. <control type="image">
  2441. <posx>13</posx>
  2442. <posy>0</posy>
  2443. <width>161</width>
  2444. <height>91</height>
  2445. <texture>windows/tvguide/logo_frame_focus.png</texture>
  2446. <visible>Control.HasFocus(205)</visible>
  2447. </control>
  2448. <control type="image">
  2449. <posx>30</posx>
  2450. <posy>15</posy>
  2451. <width>127</width>
  2452. <height>53</height>
  2453. <aspectratio>keep</aspectratio>
  2454. <texture background="true">$INFO[ListItem.Property(Path),,logo.png]</texture>
  2455. </control>
  2456. <control type="label">
  2457. <posx>62</posx>
  2458. <posy>76</posy>
  2459. <width>182</width>
  2460. <height>30</height>
  2461. <font>Panel1</font>
  2462. <textcolor>ltgreyblue</textcolor>
  2463. <align>center</align>
  2464. <aligny>center</aligny>
  2465. <label>$INFO[ListItem.Property(NextDate)]</label>
  2466. </control>
  2467. <control type="label">
  2468. <posx>134</posx>
  2469. <posy>76</posy>
  2470. <width>182</width>
  2471. <height>30</height>
  2472. <font>Panel1</font>
  2473. <textcolor>ltgreyblue</textcolor>
  2474. <align>center</align>
  2475. <aligny>center</aligny>
  2476. <label>($INFO[ListItem.Property(NextNumber)])</label>
  2477. </control>
  2478. </focusedlayout>
  2479.  
  2480. <itemlayout height="133" condition="!IsEmpty(Window.Property(Saturday))">
  2481. <control type="image">
  2482. <posx>25</posx>
  2483. <posy>26</posy>
  2484. <width>550</width>
  2485. <height>100</height>
  2486. <texture background="true">$INFO[ListItem.Icon]</texture>
  2487. <aspectratio>stretch</aspectratio>
  2488. </control>
  2489. <control type="image">
  2490. <posx>-3</posx>
  2491. <posy>-4</posy>
  2492. <width>606</width>
  2493. <height>159</height>
  2494. <texture>windows/tvguide/overlay.png</texture>
  2495. <aspectratio>stretch</aspectratio>
  2496. </control>
  2497. </itemlayout>
  2498. <focusedlayout height="133" condition="!IsEmpty(Window.Property(Saturday))">
  2499. <control type="image">
  2500. <posx>25</posx>
  2501. <posy>26</posy>
  2502. <width>550</width>
  2503. <height>100</height>
  2504. <texture background="true">$INFO[ListItem.Icon]</texture>
  2505. <aspectratio>stretch</aspectratio>
  2506. </control>
  2507. <control type="image">
  2508. <posx>-3</posx>
  2509. <posy>-4</posy>
  2510. <width>606</width>
  2511. <height>159</height>
  2512. <texture>windows/tvguide/overlay_focus.png</texture>
  2513. <animation effect="fade" start="50" time="3000" condition="true" pulse="true">Conditional</animation>
  2514. <aspectratio>stretch</aspectratio>
  2515. <visible>Control.HasFocus(205)</visible>
  2516. </control>
  2517. <control type="image">
  2518. <posx>-3</posx>
  2519. <posy>-4</posy>
  2520. <width>606</width>
  2521. <height>159</height>
  2522. <texture>windows/tvguide/overlay.png</texture>
  2523. <aspectratio>stretch</aspectratio>
  2524. </control>
  2525. </focusedlayout>
  2526. </control>
  2527. </control>
  2528.  
  2529.  
  2530. <!-- 206 Sunday -->
  2531. <control type="group">
  2532. <include>TV-Guide-Animation</include>
  2533. <visible>IsEmpty(Window.Property(Monday))</visible>
  2534. <visible>IsEmpty(Window.Property(Tuesday))</visible>
  2535. <visible>IsEmpty(Window.Property(Wednesday))</visible>
  2536. <visible>IsEmpty(Window.Property(Thursday))</visible>
  2537. <visible>IsEmpty(Window.Property(Friday))</visible>
  2538. <visible>IsEmpty(Window.Property(Saturday))</visible>
  2539. <posx>930</posx>
  2540. <posy>117</posy>
  2541. <control type="list" id="206">
  2542. <animation effect="slide" start="0,0" end="-917,-11" time="0" condition="!IsEmpty(Window.Property(Sunday))">Conditional</animation>
  2543. <description>Sunday List</description>
  2544. <posx>95</posx>
  2545. <posy>0</posy>
  2546. <width>68</width>
  2547. <height>545</height>
  2548. <orientation>vertical</orientation>
  2549. <onup condition="IsEmpty(Window.Property(Sunday))">SetProperty(Sunday,true)</onup>
  2550. <onup condition="!IsEmpty(Window.Property(Sunday))">ClearProperty(Sunday)</onup>
  2551. <onup>SetFocus(206)</onup>
  2552. <ondown>206</ondown>
  2553. <onleft>205</onleft>
  2554. <onright>200</onright>
  2555. <itemlayout height="108" width="182" condition="IsEmpty(Window.Property(Sunday))">
  2556. <control type="image">
  2557. <posx>13</posx>
  2558. <posy>0</posy>
  2559. <width>161</width>
  2560. <height>91</height>
  2561. <texture>windows/tvguide/logo_frame.png</texture>
  2562. </control>
  2563. <control type="image">
  2564. <posx>30</posx>
  2565. <posy>15</posy>
  2566. <width>127</width>
  2567. <height>53</height>
  2568. <aspectratio>keep</aspectratio>
  2569. <texture background="true">$INFO[ListItem.Property(Path),,logo.png]</texture>
  2570. </control>
  2571. <control type="label">
  2572. <posx>62</posx>
  2573. <posy>76</posy>
  2574. <width>182</width>
  2575. <height>30</height>
  2576. <font>Panel1</font>
  2577. <textcolor>ltgreyblue</textcolor>
  2578. <align>center</align>
  2579. <aligny>center</aligny>
  2580. <label>$INFO[ListItem.Property(NextDate)]</label>
  2581. </control>
  2582. <control type="label">
  2583. <posx>134</posx>
  2584. <posy>76</posy>
  2585. <width>182</width>
  2586. <height>30</height>
  2587. <font>Panel1</font>
  2588. <textcolor>ltgreyblue</textcolor>
  2589. <align>center</align>
  2590. <aligny>center</aligny>
  2591. <label>($INFO[ListItem.Property(NextNumber)])</label>
  2592. </control>
  2593. </itemlayout>
  2594. <focusedlayout height="108" width="182" condition="IsEmpty(Window.Property(Sunday))">
  2595. <control type="image">
  2596. <posx>13</posx>
  2597. <posy>0</posy>
  2598. <width>161</width>
  2599. <height>91</height>
  2600. <texture>windows/tvguide/logo_frame.png</texture>
  2601. <visible>!Control.HasFocus(206)</visible>
  2602. </control>
  2603. <control type="image">
  2604. <posx>13</posx>
  2605. <posy>0</posy>
  2606. <width>161</width>
  2607. <height>91</height>
  2608. <texture>windows/tvguide/logo_frame_focus.png</texture>
  2609. <visible>Control.HasFocus(206)</visible>
  2610. </control>
  2611. <control type="image">
  2612. <posx>30</posx>
  2613. <posy>15</posy>
  2614. <width>127</width>
  2615. <height>53</height>
  2616. <aspectratio>keep</aspectratio>
  2617. <texture background="true">$INFO[ListItem.Property(Path),,logo.png]</texture>
  2618. </control>
  2619. <control type="label">
  2620. <posx>62</posx>
  2621. <posy>76</posy>
  2622. <width>182</width>
  2623. <height>30</height>
  2624. <font>Panel1</font>
  2625. <textcolor>ltgreyblue</textcolor>
  2626. <align>center</align>
  2627. <aligny>center</aligny>
  2628. <label>$INFO[ListItem.Property(NextDate)]</label>
  2629. </control>
  2630. <control type="label">
  2631. <posx>134</posx>
  2632. <posy>76</posy>
  2633. <width>182</width>
  2634. <height>30</height>
  2635. <font>Panel1</font>
  2636. <textcolor>ltgreyblue</textcolor>
  2637. <align>center</align>
  2638. <aligny>center</aligny>
  2639. <label>($INFO[ListItem.Property(NextNumber)])</label>
  2640. </control>
  2641. </focusedlayout>
  2642.  
  2643. <itemlayout height="133" condition="!IsEmpty(Window.Property(Sunday))">
  2644. <control type="image">
  2645. <posx>25</posx>
  2646. <posy>26</posy>
  2647. <width>550</width>
  2648. <height>100</height>
  2649. <texture background="true">$INFO[ListItem.Icon]</texture>
  2650. <aspectratio>stretch</aspectratio>
  2651. </control>
  2652. <control type="image">
  2653. <posx>-3</posx>
  2654. <posy>-4</posy>
  2655. <width>606</width>
  2656. <height>159</height>
  2657. <texture>windows/tvguide/overlay.png</texture>
  2658. <aspectratio>stretch</aspectratio>
  2659. </control>
  2660. </itemlayout>
  2661. <focusedlayout height="133" condition="!IsEmpty(Window.Property(Sunday))">
  2662. <control type="image">
  2663. <posx>25</posx>
  2664. <posy>26</posy>
  2665. <width>550</width>
  2666. <height>100</height>
  2667. <texture background="true">$INFO[ListItem.Icon]</texture>
  2668. <aspectratio>stretch</aspectratio>
  2669. </control>
  2670. <control type="image">
  2671. <posx>-3</posx>
  2672. <posy>-4</posy>
  2673. <width>606</width>
  2674. <height>159</height>
  2675. <texture>windows/tvguide/overlay_focus.png</texture>
  2676. <animation effect="fade" start="50" time="3000" condition="true" pulse="true">Conditional</animation>
  2677. <aspectratio>stretch</aspectratio>
  2678. <visible>Control.HasFocus(206)</visible>
  2679. </control>
  2680. <control type="image">
  2681. <posx>-3</posx>
  2682. <posy>-4</posy>
  2683. <width>606</width>
  2684. <height>159</height>
  2685. <texture>windows/tvguide/overlay.png</texture>
  2686. <aspectratio>stretch</aspectratio>
  2687. </control>
  2688. </focusedlayout>
  2689. </control>
  2690. </control>
  2691.  
  2692. </control>
  2693.  
  2694.  
  2695.  
  2696.  
  2697. </controls>
  2698. </window>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement