Advertisement
Guest User

VideoOSD

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