tweaks
This commit is contained in:
parent
e3f3bfb70b
commit
bdb68c0b1f
|
@ -38,7 +38,7 @@
|
|||
<posy>73</posy>
|
||||
<width>8-col</width>
|
||||
<height>20-row</height>
|
||||
<onleft>activateWindow(1104)</onleft>
|
||||
<onleft>activateWindow(contextmenu)</onleft>
|
||||
<ondown>50</ondown>
|
||||
<onup>50</onup>
|
||||
<itemgap>0</itemgap>
|
||||
|
@ -181,7 +181,7 @@
|
|||
<posy>2-row</posy>
|
||||
<width>10-col</width>
|
||||
<height>19-row</height>
|
||||
<onleft>activateWindow(1104)</onleft>
|
||||
<onleft>activateWindow(contextmenu)</onleft>
|
||||
<onright>60</onright>
|
||||
<ondown>51</ondown>
|
||||
<onup>51</onup>
|
||||
|
|
|
@ -1,256 +0,0 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<window type="dialog">
|
||||
<defaultcontrol>9000</defaultcontrol>
|
||||
<controls>
|
||||
<!--background-->
|
||||
<include>globalBackground</include>
|
||||
<control type="group">
|
||||
<posx>col-4-begin</posx>
|
||||
<posy>row-5-begin</posy>
|
||||
<!--animations-->
|
||||
<include>modalDialogInOutVertical</include>
|
||||
<control type="image">
|
||||
<posx>0</posx>
|
||||
<posy>0</posy>
|
||||
<width>18-col</width>
|
||||
<height>2-row</height>
|
||||
<texture>colors/white.png</texture>
|
||||
<colordiffuse>highlight</colordiffuse>
|
||||
<aspectratio>stretch</aspectratio>
|
||||
</control>
|
||||
<control type="image">
|
||||
<posx>0</posx>
|
||||
<posy>2-row</posy>
|
||||
<width>18-col</width>
|
||||
<height>18-row</height>
|
||||
<texture>colors/black.png</texture>
|
||||
<colordiffuse>overlay</colordiffuse>
|
||||
<aspectratio>stretch</aspectratio>
|
||||
</control>
|
||||
<control type="image">
|
||||
<posx>4-col</posx>
|
||||
<posy>2-row</posy>
|
||||
<width>9-col</width>
|
||||
<height>18-row</height>
|
||||
<texture>colors/black.png</texture>
|
||||
<colordiffuse>overlay</colordiffuse>
|
||||
<aspectratio>stretch</aspectratio>
|
||||
</control>
|
||||
<control type="label">
|
||||
<posx>24</posx>
|
||||
<posy>0</posy>
|
||||
<width>16-col</width>
|
||||
<height>2-row</height>
|
||||
<aligny>center</aligny>
|
||||
<font>dialogTitle</font>
|
||||
<label>$LOCALIZE[15020]</label>
|
||||
<textcolor>textActive</textcolor>
|
||||
<shadowcolor></shadowcolor>
|
||||
</control>
|
||||
<!--content selection-->
|
||||
<control type="list" id="9000">
|
||||
<description>Mode selection list</description>
|
||||
<posx>0</posx>
|
||||
<posy>2-row</posy>
|
||||
<width>4-col</width>
|
||||
<height>12-row</height>
|
||||
<onright>200</onright>
|
||||
<orientation>vertical</orientation>
|
||||
<itemlayout width="4-col" height="2-row">
|
||||
<control type="label">
|
||||
<posx>24</posx>
|
||||
<posy>0</posy>
|
||||
<width>252</width>
|
||||
<height>2-row</height>
|
||||
<aligny>center</aligny>
|
||||
<textcolor>textActive</textcolor>
|
||||
<font>buttonTitle</font>
|
||||
<label>$INFO[ListItem.Label]</label>
|
||||
</control>
|
||||
</itemlayout>
|
||||
<focusedlayout width="4-col" height="2-row">
|
||||
<control type="image">
|
||||
<visible>control.hasfocus(9000)</visible>
|
||||
<posx>0</posx>
|
||||
<posy>0</posy>
|
||||
<width>4-col</width>
|
||||
<aligny>center</aligny>
|
||||
<height>2-row</height>
|
||||
<texture>colors/white.png</texture>
|
||||
</control>
|
||||
<control type="image">
|
||||
<visible>!control.hasfocus(9000)</visible>
|
||||
<posx>0</posx>
|
||||
<posy>0</posy>
|
||||
<width>4-col</width>
|
||||
<aligny>center</aligny>
|
||||
<height>2-row</height>
|
||||
<texture>colors/white.png</texture>
|
||||
<colordiffuse>88FFFFFF</colordiffuse>
|
||||
</control>
|
||||
<control type="label">
|
||||
<posx>24</posx>
|
||||
<posy>0</posy>
|
||||
<width>252</width>
|
||||
<height>2-row</height>
|
||||
<aligny>center</aligny>
|
||||
<textcolor>black</textcolor>
|
||||
<font>buttonTitle</font>
|
||||
<label>$INFO[ListItem.Label]</label>
|
||||
</control>
|
||||
</focusedlayout>
|
||||
</control>
|
||||
<!--available- and active mode lists-->
|
||||
<control type="group" id="200">
|
||||
<posx>4-col</posx>
|
||||
<posy>2-row</posy>
|
||||
<control type="group">
|
||||
<posx>0</posx>
|
||||
<posy>0</posy>
|
||||
<!--active modes list-->
|
||||
<control type="label">
|
||||
<posx>24</posx>
|
||||
<posy>0</posy>
|
||||
<width>9-col</width>
|
||||
<align>left</align>
|
||||
<aligny>center</aligny>
|
||||
<height>2-row</height>
|
||||
<font>settingsCategoryTitle</font>
|
||||
<textcolor>highlight</textcolor>
|
||||
<label>$LOCALIZE[15051] ($INFO[Container(21).NumItems])</label>
|
||||
</control>
|
||||
<control type="panel" id="21">
|
||||
<posx>0</posx>
|
||||
<posy>2-row</posy>
|
||||
<width>9-col</width>
|
||||
<height>6-row</height>
|
||||
<onup>20</onup>
|
||||
<onleft>9000</onleft>
|
||||
<onright>9001</onright>
|
||||
<itemlayout height="2-row" width="9-col">
|
||||
<control type="label">
|
||||
<posx>24</posx>
|
||||
<posy>0</posy>
|
||||
<aligny>center</aligny>
|
||||
<height>2-row</height>
|
||||
<width>600</width>
|
||||
<textcolor>textActive</textcolor>
|
||||
<font>buttonTitle</font>
|
||||
<label>$INFO[ListItem.label]</label>
|
||||
</control>
|
||||
</itemlayout>
|
||||
<focusedlayout height="2-row" width="9-col">
|
||||
<control type="image">
|
||||
<posx>0</posx>
|
||||
<posy>0</posy>
|
||||
<width>9-col</width>
|
||||
<aligny>center</aligny>
|
||||
<height>2-row</height>
|
||||
<texture>colors/white.png</texture>
|
||||
</control>
|
||||
<control type="label">
|
||||
<posx>24</posx>
|
||||
<posy>0</posy>
|
||||
<aligny>center</aligny>
|
||||
<height>2-row</height>
|
||||
<width>600</width>
|
||||
<textcolor>black</textcolor>
|
||||
<selectedcolor>black</selectedcolor>
|
||||
<font>buttonTitle</font>
|
||||
<label>$INFO[ListItem.label]</label>
|
||||
</control>
|
||||
</focusedlayout>
|
||||
</control>
|
||||
</control>
|
||||
<!--available modes list-->
|
||||
<control type="group">
|
||||
<posx>0</posx>
|
||||
<posy>8-row</posy>
|
||||
<control type="label">
|
||||
<description>available modes</description>
|
||||
<posx>24</posx>
|
||||
<posy>0</posy>
|
||||
<width>9-col</width>
|
||||
<align>left</align>
|
||||
<aligny>center</aligny>
|
||||
<height>2-row</height>
|
||||
<font>settingsCategoryTitle</font>
|
||||
<textcolor>highlight</textcolor>
|
||||
<label>$LOCALIZE[15050] ($INFO[Container(20).NumItems])</label>
|
||||
</control>
|
||||
<control type="panel" id="20">
|
||||
<posx>0</posx>
|
||||
<posy>2-row</posy>
|
||||
<width>9-col</width>
|
||||
<height>8-row</height>
|
||||
<onleft>9000</onleft>
|
||||
<onright>9001</onright>
|
||||
<ondown>21</ondown>
|
||||
<itemlayout height="2-row" width="9-col">
|
||||
<control type="label">
|
||||
<posx>24</posx>
|
||||
<posy>0</posy>
|
||||
<aligny>center</aligny>
|
||||
<height>2-row</height>
|
||||
<width>600</width>
|
||||
<textcolor>textActive</textcolor>
|
||||
<font>buttonTitle</font>
|
||||
<label>$INFO[ListItem.label]</label>
|
||||
</control>
|
||||
</itemlayout>
|
||||
<focusedlayout height="2-row" width="9-col">
|
||||
<control type="image">
|
||||
<posx>0</posx>
|
||||
<posy>0</posy>
|
||||
<width>9-col</width>
|
||||
<aligny>center</aligny>
|
||||
<height>2-row</height>
|
||||
<texture>colors/white.png</texture>
|
||||
</control>
|
||||
<control type="label">
|
||||
<posx>24</posx>
|
||||
<posy>0</posy>
|
||||
<aligny>center</aligny>
|
||||
<height>2-row</height>
|
||||
<width>600</width>
|
||||
<textcolor>black</textcolor>
|
||||
<selectedcolor>black</selectedcolor>
|
||||
<font>buttonTitle</font>
|
||||
<label>$INFO[ListItem.label]</label>
|
||||
</control>
|
||||
</focusedlayout>
|
||||
</control>
|
||||
</control>
|
||||
</control>
|
||||
<!--save and reset-->
|
||||
<control type="grouplist" id="9001">
|
||||
<posx>13-col</posx>
|
||||
<posy>2-row</posy>
|
||||
<width>5-col</width>
|
||||
<onleft>control.setfocus(20)</onleft>
|
||||
<control type="radiobutton" id="22">
|
||||
<description>Default RadioButton</description>
|
||||
<label>$LOCALIZE[15064]</label>
|
||||
<width>5-col</width>
|
||||
</control>
|
||||
<control type="button" id="23">
|
||||
<description>Apply changes button</description>
|
||||
<label>14070</label>
|
||||
<width>5-col</width>
|
||||
</control>
|
||||
<control type="button" id="24">
|
||||
<description>Clear active modes button</description>
|
||||
<label>15066</label>
|
||||
<width>5-col</width>
|
||||
</control>
|
||||
</control>
|
||||
<!--end dialog-->
|
||||
</control>
|
||||
<!--debugging-->
|
||||
<include>DebugGrid</include>
|
||||
<control type="label">
|
||||
<include>DialogID</include>
|
||||
<label>DialogAudioDSPManager.xml</label>
|
||||
</control>
|
||||
</controls>
|
||||
</window>
|
|
@ -9,7 +9,6 @@
|
|||
<focusedcolor>textActive</focusedcolor>
|
||||
<width>6-col</width>
|
||||
<label>31147</label>
|
||||
<onclick>dialog.close(1104)</onclick>
|
||||
<onclick>RunScript(script.globalsearch,movies=true&tvshows=true&episodes=true&livetv=true&actors=true&directors=true)</onclick>
|
||||
</control>
|
||||
<control type="button" id="3">
|
||||
|
@ -46,7 +45,6 @@
|
|||
<width>6-col</width>
|
||||
<label>31222</label>
|
||||
<onclick>sendclick(700,28)</onclick>
|
||||
<onclick>dialog.close(1104)</onclick>
|
||||
</control>
|
||||
<control type="button" id="508">
|
||||
<visible>PVR.HasTVChannels</visible>
|
||||
|
@ -55,7 +53,6 @@
|
|||
<focusedcolor>textActive</focusedcolor>
|
||||
<width>6-col</width>
|
||||
<label>31087</label>
|
||||
<onclick>dialog.close(1104)</onclick>
|
||||
<onclick>ActivateWindow(TVTimerRules)</onclick>
|
||||
</control>
|
||||
<control type="button" id="507">
|
||||
|
@ -63,7 +60,6 @@
|
|||
<focusedcolor>textActive</focusedcolor>
|
||||
<width>6-col</width>
|
||||
<label>653</label>
|
||||
<onclick>dialog.close(1104)</onclick>
|
||||
<onclick>UpdateLibrary(video)</onclick>
|
||||
</control>
|
||||
<control type="radiobutton" id="14">
|
||||
|
@ -102,7 +98,6 @@
|
|||
<focusedcolor>textActive</focusedcolor>
|
||||
<width>6-col</width>
|
||||
<label>31147</label>
|
||||
<onclick>dialog.close(1104)</onclick>
|
||||
<onclick>RunScript(script.globalsearch,artists=true&albums=true&songs=true&musicvideos=true)</onclick>
|
||||
</control>
|
||||
<control type="button" id="3">
|
||||
|
@ -139,7 +134,6 @@
|
|||
<width>6-col</width>
|
||||
<label>31222</label>
|
||||
<onclick>sendclick(700,28)</onclick>
|
||||
<onclick>dialog.close(1104)</onclick>
|
||||
</control>
|
||||
<control type="button" id="508">
|
||||
<visible>PVR.HasRadioChannels</visible>
|
||||
|
@ -148,7 +142,6 @@
|
|||
<focusedcolor>textActive</focusedcolor>
|
||||
<width>6-col</width>
|
||||
<label>31087</label>
|
||||
<onclick>dialog.close(1104)</onclick>
|
||||
<onclick>ActivateWindow(RadioTimerRules)</onclick>
|
||||
</control>
|
||||
<control type="button" id="504">
|
||||
|
@ -156,7 +149,6 @@
|
|||
<focusedcolor>textActive</focusedcolor>
|
||||
<texturefocus colordiffuse="highlight">colors/white.png</texturefocus>
|
||||
<label>653</label>
|
||||
<onclick>dialog.close(1104)</onclick>
|
||||
<onclick>UpdateLibrary(music)</onclick>
|
||||
</control>
|
||||
<control type="radiobutton" id="20">
|
||||
|
|
Loading…
Reference in New Issue