Advertisement
nedsc

VideoOSD.xml

May 11th, 2014
318
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 27.53 KB | None | 0 0
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <window>
  3. <defaultcontrol always="true">100</defaultcontrol>
  4. <include>dialogeffect</include>
  5. <coordinates>
  6. <system>1</system>
  7. <left>0</left>
  8. <top>0</top>
  9. </coordinates>
  10. <controls>
  11. <control type="button" id="1000">
  12. <description>Close Window button</description>
  13. <left>84r</left>
  14. <top>0</top>
  15. <width>64</width>
  16. <height>32</height>
  17. <label>-</label>
  18. <font>-</font>
  19. <onclick>Dialog.Close(VideoOSD,true)</onclick>
  20. <onclick>FullScreen</onclick>
  21. <texturefocus>DialogCloseButton-focus.png</texturefocus>
  22. <texturenofocus>DialogCloseButton.png</texturenofocus>
  23. <onleft>1000</onleft>
  24. <onright>1000</onright>
  25. <onup>100</onup>
  26. <ondown>100</ondown>
  27. <animation effect="fade" time="200">VisibleChange</animation>
  28. <visible>![Window.IsVisible(SliderDialog) | Window.IsVisible(OSDVideoSettings) | Window.IsVisible(OSDAudioSettings) | Window.IsVisible(VideoBookmarks)]</visible>
  29. </control>
  30. <control type="slider" id="87">
  31. <description>Seek Slider</description>
  32. <left>430</left>
  33. <top>82r</top>
  34. <width>720</width>
  35. <height>16</height>
  36. <onup>702</onup>
  37. <ondown>26</ondown>
  38. <action>seek</action>
  39. <texturesliderbar>seekslider2.png</texturesliderbar>
  40. <textureslidernib>osd_slider_nibNF.png</textureslidernib>
  41. <textureslidernibfocus>osd_slider_nib.png</textureslidernibfocus>
  42. <animation effect="fade" time="200">VisibleChange</animation>
  43. <visible>![Window.IsVisible(SliderDialog) | Window.IsVisible(OSDVideoSettings) | Window.IsVisible(OSDAudioSettings) | Window.IsVisible(VideoBookmarks) | VideoPlayer.Content(LiveTV)]</visible>
  44. </control>
  45. <!-- !LiveTV -->
  46. <control type="group" id="100">
  47. <left>325</left>
  48. <top>60r</top>
  49. <defaultcontrol always="true">202</defaultcontrol>
  50. <animation effect="fade" time="200">VisibleChange</animation>
  51. <visible>![Window.IsVisible(SliderDialog) | Window.IsVisible(OSDVideoSettings) | Window.IsVisible(OSDAudioSettings) | Window.IsVisible(VideoBookmarks)]</visible>
  52. <visible>!VideoPlayer.Content(LiveTV)</visible>
  53. <control type="button" id="200">
  54. <left>0</left>
  55. <top>0</top>
  56. <width>55</width>
  57. <height>55</height>
  58. <label>210</label>
  59. <font>-</font>
  60. <texturefocus>OSDPrevTrackFO.png</texturefocus>
  61. <texturenofocus>OSDPrevTrackNF.png</texturenofocus>
  62. <onleft>254</onleft>
  63. <onright>201</onright>
  64. <onup>1000</onup>
  65. <ondown>1000</ondown>
  66. <onclick>ChapterOrBigStepBack</onclick>
  67. </control>
  68. <control type="button" id="201">
  69. <left>55</left>
  70. <top>0</top>
  71. <width>55</width>
  72. <height>55</height>
  73. <label>31354</label>
  74. <font>-</font>
  75. <texturefocus>OSDRewindFO.png</texturefocus>
  76. <texturenofocus>OSDRewindNF.png</texturenofocus>
  77. <onleft>200</onleft>
  78. <onright>202</onright>
  79. <onup>1000</onup>
  80. <ondown>1000</ondown>
  81. <onclick>PlayerControl(Rewind)</onclick>
  82. </control>
  83. <control type="togglebutton" id="202">
  84. <left>110</left>
  85. <top>0</top>
  86. <width>55</width>
  87. <height>55</height>
  88. <label>31351</label>
  89. <altlabel>208</altlabel>
  90. <font>-</font>
  91. <texturefocus>OSDPauseFO.png</texturefocus>
  92. <texturenofocus>OSDPauseNF.png</texturenofocus>
  93. <usealttexture>Player.Paused | Player.Forwarding | Player.Rewinding</usealttexture>
  94. <alttexturefocus>OSDPlayFO.png</alttexturefocus>
  95. <alttexturenofocus>OSDPlayNF.png</alttexturenofocus>
  96. <onleft>201</onleft>
  97. <onright>203</onright>
  98. <onup>1000</onup>
  99. <ondown>1000</ondown>
  100. <onclick>PlayerControl(Play)</onclick>
  101. </control>
  102. <control type="button" id="203">
  103. <left>165</left>
  104. <top>0</top>
  105. <width>55</width>
  106. <height>55</height>
  107. <label>31352</label>
  108. <font>-</font>
  109. <texturefocus>OSDStopFO.png</texturefocus>
  110. <texturenofocus>OSDStopNF.png</texturenofocus>
  111. <onleft>202</onleft>
  112. <onright>204</onright>
  113. <onup>1000</onup>
  114. <ondown>1000</ondown>
  115. <onclick>PlayerControl(Stop)</onclick>
  116. </control>
  117. <control type="button" id="204">
  118. <left>220</left>
  119. <top>0</top>
  120. <width>55</width>
  121. <height>55</height>
  122. <label>31353</label>
  123. <font>-</font>
  124. <texturefocus>OSDForwardFO.png</texturefocus>
  125. <texturenofocus>OSDForwardNF.png</texturenofocus>
  126. <onleft>203</onleft>
  127. <onright>205</onright>
  128. <onup>1000</onup>
  129. <ondown>1000</ondown>
  130. <onclick>ChapterOrBigStepForward</onclick>
  131. </control>
  132. <control type="button" id="205">
  133. <left>275</left>
  134. <top>0</top>
  135. <width>55</width>
  136. <height>55</height>
  137. <label>209</label>
  138. <font>-</font>
  139. <texturefocus>OSDNextTrackFO.png</texturefocus>
  140. <texturenofocus>OSDNextTrackNF.png</texturenofocus>
  141. <onleft>204</onleft>
  142. <onright>255</onright>
  143. <onup>1000</onup>
  144. <ondown>1000</ondown>
  145. <onclick>PlayerControl(Next)</onclick>
  146. </control>
  147. </control>
  148.  
  149. <!-- LiveTV -->
  150. <control type="group" id="100">
  151. <left>325</left>
  152. <top>60r</top>
  153. <defaultcontrol always="true">301</defaultcontrol>
  154. <animation effect="fade" time="200">VisibleChange</animation>
  155. <visible>![Window.IsVisible(SliderDialog) | Window.IsVisible(OSDVideoSettings) | Window.IsVisible(OSDAudioSettings) | Window.IsVisible(VideoBookmarks) | Window.IsVisible(PVROSDChannels) | Window.IsVisible(PVROSDGuide)]</visible>
  156. <visible>VideoPlayer.Content(LiveTV)</visible>
  157. <control type="button" id="300">
  158. <left>0</left>
  159. <top>0</top>
  160. <width>55</width>
  161. <height>55</height>
  162. <label>210</label>
  163. <font>-</font>
  164. <texturefocus>OSDChannelUPFO.png</texturefocus>
  165. <texturenofocus>OSDChannelUPNF.png</texturenofocus>
  166. <onleft>353</onleft>
  167. <onright>301</onright>
  168. <onup>1000</onup>
  169. <ondown>1000</ondown>
  170. <onclick>PlayerControl(Previous)</onclick>
  171. </control>
  172. <control type="button" id="301">
  173. <left>55</left>
  174. <top>0</top>
  175. <width>55</width>
  176. <height>55</height>
  177. <label>31354</label>
  178. <font>-</font>
  179. <texturefocus>OSDChannelDownFO.png</texturefocus>
  180. <texturenofocus>OSDChannelDownNF.png</texturenofocus>
  181. <onleft>300</onleft>
  182. <onright>302</onright>
  183. <onup>1000</onup>
  184. <ondown>1000</ondown>
  185. <onclick>PlayerControl(Next)</onclick>
  186. </control>
  187. <control type="button" id="302">
  188. <left>110</left>
  189. <top>0</top>
  190. <width>55</width>
  191. <height>55</height>
  192. <label>31354</label>
  193. <font>-</font>
  194. <texturefocus>OSDRewindFO.png</texturefocus>
  195. <texturenofocus>OSDRewindNF.png</texturenofocus>
  196. <onleft>301</onleft>
  197. <onright>303</onright>
  198. <onup>1000</onup>
  199. <ondown>1000</ondown>
  200. <onclick>PlayerControl(Rewind)</onclick>
  201. <enable>Player.SeekEnabled</enable>
  202. <animation effect="fade" start="100" end="50" time="100" condition="!Player.SeekEnabled">Conditional</animation>
  203. </control>
  204. <control type="togglebutton" id="303">
  205. <left>165</left>
  206. <top>0</top>
  207. <width>55</width>
  208. <height>55</height>
  209. <label>31351</label>
  210. <altlabel>208</altlabel>
  211. <font>-</font>
  212. <texturefocus>OSDPauseFO.png</texturefocus>
  213. <texturenofocus>OSDPauseNF.png</texturenofocus>
  214. <usealttexture>Player.Paused | Player.Forwarding | Player.Rewinding</usealttexture>
  215. <alttexturefocus>OSDPlayFO.png</alttexturefocus>
  216. <alttexturenofocus>OSDPlayNF.png</alttexturenofocus>
  217. <onleft>302</onleft>
  218. <onright>304</onright>
  219. <onup>1000</onup>
  220. <ondown>1000</ondown>
  221. <onclick>PlayerControl(Play)</onclick>
  222. <enable>Player.PauseEnabled</enable>
  223. <animation effect="fade" start="100" end="50" time="100" condition="!Player.PauseEnabled">Conditional</animation>
  224. </control>
  225. <control type="button" id="304">
  226. <left>220</left>
  227. <top>0</top>
  228. <width>55</width>
  229. <height>55</height>
  230. <label>31351</label>
  231. <font>-</font>
  232. <texturefocus>OSDStopFO.png</texturefocus>
  233. <texturenofocus>OSDStopNF.png</texturenofocus>
  234. <onleft>303</onleft>
  235. <onright>305</onright>
  236. <onup>1000</onup>
  237. <ondown>1000</ondown>
  238. <onclick>PlayerControl(Stop)</onclick>
  239. </control>
  240. <control type="button" id="305">
  241. <left>275</left>
  242. <top>0</top>
  243. <width>55</width>
  244. <height>55</height>
  245. <label>31353</label>
  246. <font>-</font>
  247. <texturefocus>OSDForwardFO.png</texturefocus>
  248. <texturenofocus>OSDForwardNF.png</texturenofocus>
  249. <onleft>304</onleft>
  250. <onright>306</onright>
  251. <onup>1000</onup>
  252. <ondown>1000</ondown>
  253. <onclick>PlayerControl(Forward)</onclick>
  254. <enable>Player.SeekEnabled</enable>
  255. <animation effect="fade" start="100" end="50" time="100" condition="!Player.SeekEnabled">Conditional</animation>
  256. </control>
  257. <control type="button" id="306">
  258. <left>330</left>
  259. <top>0</top>
  260. <width>55</width>
  261. <height>55</height>
  262. <label>19019</label>
  263. <font>-</font>
  264. <texturefocus>OSDChannelListFO.png</texturefocus>
  265. <texturenofocus>OSDChannelListNF.png</texturenofocus>
  266. <onleft>305</onleft>
  267. <onright>307</onright>
  268. <onup>1000</onup>
  269. <ondown>1000</ondown>
  270. <onclick>ActivateWindow(PVROSDChannels)</onclick>
  271. <onclick>Dialog.Close(VideoOSD)</onclick>
  272. </control>
  273. <control type="button" id="307">
  274. <left>385</left>
  275. <top>0</top>
  276. <width>55</width>
  277. <height>55</height>
  278. <label>$LOCALIZE[19029]$INFO[VideoPlayer.ChannelName, - ]</label>
  279. <font>-</font>
  280. <texturefocus>OSDepgFO.png</texturefocus>
  281. <texturenofocus>OSDepgNF.png</texturenofocus>
  282. <onleft>306</onleft>
  283. <onright>354</onright>
  284. <onup>1000</onup>
  285. <ondown>1000</ondown>
  286. <onclick>ActivateWindow(PVROSDGuide)</onclick>
  287. <onclick>Dialog.Close(VideoOSD)</onclick>
  288. </control>
  289. </control>
  290.  
  291. <!-- !LiveTV -->
  292. <control type="group">
  293. <left>355r</left>
  294. <top>60r</top>
  295. <animation effect="fade" time="200">VisibleChange</animation>
  296. <visible>![Window.IsVisible(SliderDialog) | Window.IsVisible(OSDVideoSettings) | Window.IsVisible(OSDAudioSettings) | Window.IsVisible(VideoBookmarks)]</visible>
  297. <visible>!VideoPlayer.Content(LiveTV)</visible>
  298. <control type="button" id="255">
  299. <visible>VideoPlayer.IsStereoscopic</visible>
  300. <left>0</left>
  301. <top>0</top>
  302. <width>55</width>
  303. <height>55</height>
  304. <label>36501</label>
  305. <font>-</font>
  306. <texturefocus>OSDStereoscopicFO.png</texturefocus>
  307. <texturenofocus>OSDStereoscopicNF.png</texturenofocus>
  308. <onleft>205</onleft>
  309. <onright>250</onright>
  310. <onup>501</onup>
  311. <ondown>1000</ondown>
  312. </control>
  313. <control type="button" id="250">
  314. <left>55</left>
  315. <top>0</top>
  316. <width>55</width>
  317. <height>55</height>
  318. <label>31356</label>
  319. <font>-</font>
  320. <texturefocus>OSDSubtitlesFO.png</texturefocus>
  321. <texturenofocus>OSDSubtitlesNF.png</texturenofocus>
  322. <onleft>255</onleft>
  323. <onright>251</onright>
  324. <onup>404</onup>
  325. <ondown>1000</ondown>
  326. </control>
  327. <control type="button" id="251">
  328. <left>110</left>
  329. <top>0</top>
  330. <width>55</width>
  331. <height>55</height>
  332. <label>13395</label>
  333. <font>-</font>
  334. <texturefocus>OSDVideoFO.png</texturefocus>
  335. <texturenofocus>OSDVideoNF.png</texturenofocus>
  336. <onleft>250</onleft>
  337. <onright>252</onright>
  338. <onup>1000</onup>
  339. <ondown>1000</ondown>
  340. <onclick>ActivateWindow(OSDVideoSettings)</onclick>
  341. </control>
  342. <control type="button" id="252">
  343. <left>165</left>
  344. <top>0</top>
  345. <width>55</width>
  346. <height>55</height>
  347. <label>13396</label>
  348. <font>-</font>
  349. <texturefocus>OSDAudioFO.png</texturefocus>
  350. <texturenofocus>OSDAudioNF.png</texturenofocus>
  351. <onleft>251</onleft>
  352. <onright>253</onright>
  353. <onup>1000</onup>
  354. <ondown>1000</ondown>
  355. <onclick>ActivateWindow(OSDAudioSettings)</onclick>
  356. </control>
  357. <control type="button" id="253">
  358. <left>220</left>
  359. <top>0</top>
  360. <width>55</width>
  361. <height>55</height>
  362. <label>31355</label>
  363. <font>-</font>
  364. <texturefocus>OSDBookmarksFO.png</texturefocus>
  365. <texturenofocus>OSDBookmarksNF.png</texturenofocus>
  366. <onleft>252</onleft>
  367. <onright>254</onright>
  368. <onup>1000</onup>
  369. <ondown>1000</ondown>
  370. <onclick>ActivateWindow(VideoBookmarks)</onclick>
  371. </control>
  372. <control type="button" id="254">
  373. <left>275</left>
  374. <top>0</top>
  375. <width>55</width>
  376. <height>55</height>
  377. <label>31355</label>
  378. <font>-</font>
  379. <texturefocus>OSDDvdFO.png</texturefocus>
  380. <texturenofocus>OSDDvdNF.png</texturenofocus>
  381. <onleft>253</onleft>
  382. <onright>200</onright>
  383. <onup>1000</onup>
  384. <ondown>1000</ondown>
  385. <onclick>PlayerControl(ShowVideoMenu)</onclick>
  386. <enable>VideoPlayer.HasMenu</enable>
  387. <animation effect="fade" start="100" end="50" time="100" condition="!VideoPlayer.HasMenu">Conditional</animation>
  388. </control>
  389. </control>
  390.  
  391. <!-- LiveTV -->
  392. <control type="group">
  393. <left>300r</left>
  394. <top>60r</top>
  395. <animation effect="fade" time="200">VisibleChange</animation>
  396. <visible>![Window.IsVisible(SliderDialog) | Window.IsVisible(OSDVideoSettings) | Window.IsVisible(OSDAudioSettings) | Window.IsVisible(VideoBookmarks) | Window.IsVisible(PVROSDChannels) | Window.IsVisible(PVROSDGuide)]</visible>
  397. <visible>VideoPlayer.Content(LiveTV)</visible>
  398. <control type="button" id="354">
  399. <visible>VideoPlayer.IsStereoscopic</visible>
  400. <left>0</left>
  401. <top>0</top>
  402. <width>55</width>
  403. <height>55</height>
  404. <label>36501</label>
  405. <font>-</font>
  406. <texturefocus>OSDStereoscopicFO.png</texturefocus>
  407. <texturenofocus>OSDStereoscopicNF.png</texturenofocus>
  408. <onleft>307</onleft>
  409. <onright>350</onright>
  410. <onup>551</onup>
  411. <ondown>1000</ondown>
  412. </control>
  413. <control type="button" id="350">
  414. <left>55</left>
  415. <top>0</top>
  416. <width>55</width>
  417. <height>55</height>
  418. <label>31356</label>
  419. <font>-</font>
  420. <texturefocus>OSDTeleTextFO.png</texturefocus>
  421. <texturenofocus>OSDTeleTextNF.png</texturenofocus>
  422. <onleft>354</onleft>
  423. <onright>351</onright>
  424. <onup>1000</onup>
  425. <ondown>1000</ondown>
  426. <onclick>ActivateWindow(Teletext)</onclick>
  427. </control>
  428. <control type="button" id="351">
  429. <left>110</left>
  430. <top>0</top>
  431. <width>55</width>
  432. <height>55</height>
  433. <label>13395</label>
  434. <font>-</font>
  435. <texturefocus>OSDVideoFO.png</texturefocus>
  436. <texturenofocus>OSDVideoNF.png</texturenofocus>
  437. <onleft>350</onleft>
  438. <onright>352</onright>
  439. <onup>1000</onup>
  440. <ondown>1000</ondown>
  441. <onclick>ActivateWindow(OSDVideoSettings)</onclick>
  442. </control>
  443. <control type="button" id="352">
  444. <left>165</left>
  445. <top>0</top>
  446. <width>55</width>
  447. <height>55</height>
  448. <label>13396</label>
  449. <font>-</font>
  450. <texturefocus>OSDAudioFO.png</texturefocus>
  451. <texturenofocus>OSDAudioNF.png</texturenofocus>
  452. <onleft>351</onleft>
  453. <onright>353</onright>
  454. <onup>1000</onup>
  455. <ondown>1000</ondown>
  456. <onclick>ActivateWindow(OSDAudioSettings)</onclick>
  457. </control>
  458. <control type="togglebutton" id="353">
  459. <left>220</left>
  460. <top>0</top>
  461. <width>55</width>
  462. <height>55</height>
  463. <label>31351</label>
  464. <altlabel>208</altlabel>
  465. <font>-</font>
  466. <texturefocus>OSDRecordOffFO.png</texturefocus>
  467. <texturenofocus>OSDRecordOffNF.png</texturenofocus>
  468. <usealttexture>Player.Recording</usealttexture>
  469. <alttexturefocus>OSDRecordOnFO.png</alttexturefocus>
  470. <alttexturenofocus>OSDRecordOnNF.png</alttexturenofocus>
  471. <onleft>352</onleft>
  472. <onright>300</onright>
  473. <onup>1000</onup>
  474. <ondown>1000</ondown>
  475. <onclick>PlayerControl(Record)</onclick>
  476. <enable>Player.CanRecord</enable>
  477. <animation effect="fade" start="100" end="50" time="100" condition="!Player.CanRecord">Conditional</animation>
  478. </control>
  479. </control>
  480. <control type="button" id="410">
  481. <description>Fake button for mouse control</description>
  482. <right>145</right>
  483. <bottom>60</bottom>
  484. <width>256</width>
  485. <height>250</height>
  486. <label>-</label>
  487. <font>-</font>
  488. <texturenofocus>-</texturenofocus>
  489. <texturefocus>-</texturefocus>
  490. <visible>Control.HasFocus(410) | Control.HasFocus(250) | ControlGroup(400).HasFocus</visible>
  491. </control>
  492. <control type="grouplist" id="400">
  493. <visible>![Window.IsVisible(SliderDialog) | Window.IsVisible(OSDVideoSettings) | Window.IsVisible(OSDAudioSettings) | Window.IsVisible(VideoBookmarks)]</visible>
  494. <animation effect="fade" time="200">VisibleChange</animation>
  495. <animation effect="slide" start="0,0" end="0,80" time="0" condition="![VideoPlayer.HasSubtitles + VideoPlayer.SubtitlesEnabled]">Conditional</animation>
  496. <animation effect="slide" start="0,0" end="0,40" time="0" condition="!VideoPlayer.HasSubtitles">Conditional</animation>
  497. <right>145</right>
  498. <bottom>45</bottom>
  499. <width>256</width>
  500. <height>260</height>
  501. <itemgap>0</itemgap>
  502. <onleft>400</onleft>
  503. <onright>400</onright>
  504. <onup>250</onup>
  505. <ondown>250</ondown>
  506. <orientation>vertical</orientation>
  507. <visible>Control.HasFocus(410) | Control.HasFocus(250) | ControlGroup(400).HasFocus</visible>
  508. <include>VisibleFadeEffect</include>
  509. <control type="group">
  510. <description>Header</description>
  511. <width>256</width>
  512. <height>40</height>
  513. <control type="image">
  514. <description>Header</description>
  515. <left>0</left>
  516. <top>0</top>
  517. <width>256</width>
  518. <height>40</height>
  519. <texture border="20,18,20,0">SubMenuBack-Header.png</texture>
  520. </control>
  521. <control type="label" id="">
  522. <left>30</left>
  523. <top>20</top>
  524. <width>196</width>
  525. <height>15</height>
  526. <font>font12</font>
  527. <label>24012</label>
  528. <textcolor>blue</textcolor>
  529. <align>center</align>
  530. <aligny>center</aligny>
  531. </control>
  532. </control>
  533. <control type="togglebutton" id="401">
  534. <description>Download with Subtitles script</description>
  535. <height>40</height>
  536. <width>256</width>
  537. <font>font13</font>
  538. <label>33003</label>
  539. <font>-</font>
  540. <textoffsetx>30</textoffsetx>
  541. <aligny>center</aligny>
  542. <texturefocus border="25,5,25,5">SubMenuBack-MiddleFO.png</texturefocus>
  543. <texturenofocus border="25,5,25,5">SubMenuBack-MiddleNF.png</texturenofocus>
  544. <alttexturefocus border="25,5,25,5">SubMenuBack-MiddleFO.png</alttexturefocus>
  545. <alttexturenofocus border="25,5,25,5">SubMenuBack-MiddleNF.png</alttexturenofocus>
  546. <onclick>Close</onclick>
  547. <onclick>Dialog.Close(VideoOSD)</onclick>
  548. <onclick>ActivateWindow(SubtitleSearch)</onclick>
  549. </control>
  550. <control type="button" id="402">
  551. <height>40</height>
  552. <width>256</width>
  553. <aligny>center</aligny>
  554. <font>font13</font>
  555. <textoffsetx>30</textoffsetx>
  556. <texturefocus border="25,5,25,5">SubMenuBack-MiddleFO.png</texturefocus>
  557. <texturenofocus border="25,5,25,5">SubMenuBack-MiddleNF.png</texturenofocus>
  558. <pulseonselect>false</pulseonselect>
  559. <label>22006</label>
  560. <onclick>SubtitleDelay</onclick>
  561. <visible>VideoPlayer.HasSubtitles + VideoPlayer.SubtitlesEnabled</visible>
  562. </control>
  563. <control type="button" id="403">
  564. <height>40</height>
  565. <width>256</width>
  566. <aligny>center</aligny>
  567. <font>font13</font>
  568. <textoffsetx>30</textoffsetx>
  569. <texturefocus border="25,5,25,5">SubMenuBack-MiddleFO.png</texturefocus>
  570. <texturenofocus border="25,5,25,5">SubMenuBack-MiddleNF.png</texturenofocus>
  571. <pulseonselect>false</pulseonselect>
  572. <label>209</label>
  573. <onclick>NextSubtitle</onclick>
  574. <visible>VideoPlayer.HasSubtitles + VideoPlayer.SubtitlesEnabled</visible>
  575. </control>
  576. <control type="radiobutton" id="404">
  577. <height>40</height>
  578. <width>256</width>
  579. <textoffsetx>30</textoffsetx>
  580. <aligny>center</aligny>
  581. <font>font13</font>
  582. <label>449</label>
  583. <radioposx>200</radioposx>
  584. <texturefocus border="25,5,25,5">SubMenuBack-MiddleFO.png</texturefocus>
  585. <texturenofocus border="25,5,25,5">SubMenuBack-MiddleNF.png</texturenofocus>
  586. <onclick>ShowSubtitles</onclick>
  587. <selected>VideoPlayer.SubtitlesEnabled</selected>
  588. <visible>VideoPlayer.HasSubtitles</visible>
  589. <pulseonselect>false</pulseonselect>
  590. </control>
  591. <control type="image" id="440">
  592. <description>Footer</description>
  593. <width>256</width>
  594. <height>52</height>
  595. <texture border="20,0,20,50">SubMenuBack-Footer.png</texture>
  596. </control>
  597. </control>
  598. <!-- STEREOSCOPIC 3D !LiveTV -->
  599. <control type="button" id="520">
  600. <description>Fake button for mouse control</description>
  601. <right>200</right>
  602. <bottom>60</bottom>
  603. <width>256</width>
  604. <height>210</height>
  605. <label>-</label>
  606. <font>-</font>
  607. <texturenofocus>-</texturenofocus>
  608. <texturefocus>-</texturefocus>
  609. <visible>Control.HasFocus(520) | Control.HasFocus(255) | ControlGroup(500).HasFocus</visible>
  610. </control>
  611. <control type="grouplist" id="500">
  612. <visible>VideoPlayer.IsStereoscopic + ![Window.IsVisible(SliderDialog) | Window.IsVisible(OSDVideoSettings) | Window.IsVisible(OSDAudioSettings) | Window.IsVisible(VideoBookmarks)]</visible>
  613. <animation effect="fade" time="200">VisibleChange</animation>
  614. <right>200</right>
  615. <bottom>45</bottom>
  616. <width>256</width>
  617. <height>220</height>
  618. <itemgap>0</itemgap>
  619. <onleft>500</onleft>
  620. <onright>500</onright>
  621. <onup>255</onup>
  622. <ondown>255</ondown>
  623. <orientation>vertical</orientation>
  624. <visible>Control.HasFocus(255) | ControlGroup(500).HasFocus | Control.HasFocus(520)</visible>
  625. <include>VisibleFadeEffect</include>
  626. <control type="group">
  627. <description>Header</description>
  628. <width>256</width>
  629. <height>40</height>
  630. <control type="image">
  631. <description>Header</description>
  632. <left>0</left>
  633. <top>0</top>
  634. <width>256</width>
  635. <height>40</height>
  636. <texture border="20,18,20,0">SubMenuBack-Header.png</texture>
  637. </control>
  638. <control type="label" id="">
  639. <left>30</left>
  640. <top>20</top>
  641. <width>196</width>
  642. <height>15</height>
  643. <font>font12</font>
  644. <label>36501</label>
  645. <textcolor>blue</textcolor>
  646. <align>center</align>
  647. <aligny>center</aligny>
  648. </control>
  649. </control>
  650. <control type="radiobutton" id="503">
  651. <height>40</height>
  652. <width>256</width>
  653. <textoffsetx>30</textoffsetx>
  654. <aligny>center</aligny>
  655. <font>font13</font>
  656. <label>31362</label>
  657. <radioposx>200</radioposx>
  658. <texturefocus border="25,5,25,5">SubMenuBack-MiddleFO.png</texturefocus>
  659. <texturenofocus border="25,5,25,5">SubMenuBack-MiddleNF.png</texturenofocus>
  660. <onclick>ToggleStereoMode</onclick>
  661. <selected>IntegerGreaterThan(System.StereoscopicMode,0)</selected>
  662. <pulseonselect>false</pulseonselect>
  663. </control>
  664. <control type="button" id="502">
  665. <height>40</height>
  666. <width>256</width>
  667. <aligny>center</aligny>
  668. <font>font13</font>
  669. <textoffsetx>30</textoffsetx>
  670. <texturefocus border="25,5,25,5">SubMenuBack-MiddleFO.png</texturefocus>
  671. <texturenofocus border="25,5,25,5">SubMenuBack-MiddleNF.png</texturenofocus>
  672. <pulseonselect>false</pulseonselect>
  673. <label>31361</label>
  674. <onclick>StereoMode</onclick>
  675. </control>
  676. <control type="radiobutton" id="501">
  677. <height>40</height>
  678. <width>256</width>
  679. <textoffsetx>30</textoffsetx>
  680. <aligny>center</aligny>
  681. <font>font13</font>
  682. <label>31360</label>
  683. <radioposx>200</radioposx>
  684. <texturefocus border="25,5,25,5">SubMenuBack-MiddleFO.png</texturefocus>
  685. <texturenofocus border="25,5,25,5">SubMenuBack-MiddleNF.png</texturenofocus>
  686. <onclick>StereoModeToMono</onclick>
  687. <selected>StringCompare(System.StereoscopicMode,7)</selected>
  688. <pulseonselect>false</pulseonselect>
  689. </control>
  690. <control type="image" id="549">
  691. <description>Footer</description>
  692. <width>256</width>
  693. <height>52</height>
  694. <texture border="20,0,20,50">SubMenuBack-Footer.png</texture>
  695. </control>
  696. </control>
  697. <!-- STEREOSCOPIC 3D LiveTV -->
  698. <control type="button" id="570">
  699. <description>Fake button for mouse control</description>
  700. <right>145</right>
  701. <bottom>60</bottom>
  702. <width>256</width>
  703. <height>210</height>
  704. <label>-</label>
  705. <font>-</font>
  706. <texturenofocus>-</texturenofocus>
  707. <texturefocus>-</texturefocus>
  708. <visible>Control.HasFocus(570) | Control.HasFocus(354) | ControlGroup(550).HasFocus</visible>
  709. </control>
  710. <control type="grouplist" id="550">
  711. <visible>videoplayer.isstereoscopic + ![Window.IsVisible(SliderDialog) | Window.IsVisible(OSDVideoSettings) | Window.IsVisible(OSDAudioSettings) | Window.IsVisible(VideoBookmarks) | Window.IsVisible(PVROSDChannels) | Window.IsVisible(PVROSDGuide)]</visible>
  712. <animation effect="fade" time="200">VisibleChange</animation>
  713. <right>145</right>
  714. <bottom>45</bottom>
  715. <width>256</width>
  716. <height>220</height>
  717. <itemgap>0</itemgap>
  718. <onleft>550</onleft>
  719. <onright>550</onright>
  720. <onup>354</onup>
  721. <ondown>354</ondown>
  722. <orientation>vertical</orientation>
  723. <visible>Control.HasFocus(354) | ControlGroup(550).HasFocus | Control.HasFocus(570)</visible>
  724. <include>VisibleFadeEffect</include>
  725. <control type="group">
  726. <description>Header</description>
  727. <width>256</width>
  728. <height>40</height>
  729. <control type="image">
  730. <description>Header</description>
  731. <left>0</left>
  732. <top>0</top>
  733. <width>256</width>
  734. <height>40</height>
  735. <texture border="20,18,20,0">SubMenuBack-Header.png</texture>
  736. </control>
  737. <control type="label" id="">
  738. <left>30</left>
  739. <top>20</top>
  740. <width>196</width>
  741. <height>15</height>
  742. <font>font12</font>
  743. <label>36501</label>
  744. <textcolor>blue</textcolor>
  745. <align>center</align>
  746. <aligny>center</aligny>
  747. </control>
  748. </control>
  749. <control type="radiobutton" id="553">
  750. <height>40</height>
  751. <width>256</width>
  752. <textoffsetx>30</textoffsetx>
  753. <aligny>center</aligny>
  754. <font>font13</font>
  755. <label>31362</label>
  756. <radioposx>200</radioposx>
  757. <texturefocus border="25,5,25,5">SubMenuBack-MiddleFO.png</texturefocus>
  758. <texturenofocus border="25,5,25,5">SubMenuBack-MiddleNF.png</texturenofocus>
  759. <onclick>ToggleStereoMode</onclick>
  760. <selected>IntegerGreaterThan(System.StereoscopicMode,0)</selected>
  761. <pulseonselect>false</pulseonselect>
  762. </control>
  763. <control type="button" id="552">
  764. <height>40</height>
  765. <width>256</width>
  766. <aligny>center</aligny>
  767. <font>font13</font>
  768. <textoffsetx>30</textoffsetx>
  769. <texturefocus border="25,5,25,5">SubMenuBack-MiddleFO.png</texturefocus>
  770. <texturenofocus border="25,5,25,5">SubMenuBack-MiddleNF.png</texturenofocus>
  771. <pulseonselect>false</pulseonselect>
  772. <label>31361</label>
  773. <onclick>StereoMode</onclick>
  774. </control>
  775. <control type="radiobutton" id="551">
  776. <height>40</height>
  777. <width>256</width>
  778. <textoffsetx>30</textoffsetx>
  779. <aligny>center</aligny>
  780. <font>font13</font>
  781. <label>31360</label>
  782. <radioposx>200</radioposx>
  783. <texturefocus border="25,5,25,5">SubMenuBack-MiddleFO.png</texturefocus>
  784. <texturenofocus border="25,5,25,5">SubMenuBack-MiddleNF.png</texturenofocus>
  785. <onclick>StereoModeToMono</onclick>
  786. <selected>StringCompare(System.StereoscopicMode,7)</selected>
  787. <pulseonselect>false</pulseonselect>
  788. </control>
  789. <control type="image" id="599">
  790. <description>Footer</description>
  791. <width>256</width>
  792. <height>52</height>
  793. <texture border="20,0,20,50">SubMenuBack-Footer.png</texture>
  794. </control>
  795. </control>
  796. </controls>
  797. </window>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement