various
This commit is contained in:
parent
d46a7cf733
commit
0c61254c6b
|
@ -387,7 +387,7 @@
|
|||
<align>left</align>
|
||||
<textcolor>textActive</textcolor>
|
||||
<shadowcolor>-</shadowcolor>
|
||||
<height>200</height>
|
||||
<height>160</height>
|
||||
<label fallback="31205">$INFO[ListItem.plot]</label>
|
||||
<autoscroll delay="10000" time="1000" repeat="10000"/>
|
||||
</control>
|
||||
|
|
|
@ -32,12 +32,6 @@
|
|||
<include>artist</include>
|
||||
<include>album</include>
|
||||
<include>song</include>
|
||||
<!--
|
||||
<include>viewMusicList</include>
|
||||
<include>viewArtistList</include>
|
||||
<include>viewSongList</include>
|
||||
<include>viewMusicGrid</include>
|
||||
-->
|
||||
</control>
|
||||
</control>
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<window>
|
||||
<defaultcontrol always="true">9999</defaultcontrol>
|
||||
<allowoverlay>no</allowoverlay>
|
||||
<allowoverlay>yes</allowoverlay>
|
||||
<previouswindow>home</previouswindow>
|
||||
<controls>
|
||||
<include>globalBackground</include>
|
||||
|
@ -17,6 +17,12 @@
|
|||
<!--shift page for certain modal dialogs-->
|
||||
<include>modalDialogContentShift</include>
|
||||
|
||||
<!--initial animation-->
|
||||
<animation type="Windowopen">
|
||||
<effect type="zoom" start="150" time="200" center="auto" tween="linear" easing="out"/>
|
||||
<effect type="fade" start="30" end="100" time="100"/>
|
||||
</animation>
|
||||
|
||||
<!--Main content listing-->
|
||||
<control type="group" id="9999">
|
||||
<include>viewMusicPlayList</include>
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
<!--animations-->
|
||||
<include>modalDialogInOutVertical</include>
|
||||
<control type="group">
|
||||
<posx>col-4-begin</posx>
|
||||
<posx>col-7-begin</posx>
|
||||
<posy>row-3-begin</posy>
|
||||
<control type="image">
|
||||
<posx>0</posx>
|
||||
|
@ -19,19 +19,9 @@
|
|||
<colordiffuse>highlight</colordiffuse>
|
||||
<aspectratio>stretch</aspectratio>
|
||||
</control>
|
||||
<!--
|
||||
<control type="image">
|
||||
<posx>0</posx>
|
||||
<posy>2-row</posy>
|
||||
<width>18-col</width>
|
||||
<height>12-row</height>
|
||||
<texture>colors/black.png</texture>
|
||||
<colordiffuse>overlay</colordiffuse>
|
||||
<aspectratio>stretch</aspectratio>
|
||||
</control>
|
||||
-->
|
||||
|
||||
<control type="label">
|
||||
<posx>12</posx>
|
||||
<posx>24</posx>
|
||||
<posy>0</posy>
|
||||
<width>8-col</width>
|
||||
<height>2-row</height>
|
||||
|
@ -150,12 +140,12 @@
|
|||
</control>
|
||||
<control type="panel" id="10">
|
||||
<description>Rules List Control</description>
|
||||
<posx>12</posx>
|
||||
<posx>1-col-indent</posx>
|
||||
<posy>12</posy>
|
||||
<width>12-col-gutter</width>
|
||||
<width>11-col-gutter</width>
|
||||
<height>4-row</height>
|
||||
<onup>18</onup>
|
||||
<onright>9001</onright>
|
||||
<onleft>9001</onleft>
|
||||
<ondown>16</ondown>
|
||||
<itemlayout width="12-col" height="2-row">
|
||||
<control type="image">
|
||||
|
@ -208,29 +198,46 @@
|
|||
</control>
|
||||
|
||||
<!--items must match...-->
|
||||
<control type="spincontrolex" id="16">
|
||||
<control type="image">
|
||||
<posx>0</posx>
|
||||
<posy>8-row</posy>
|
||||
<posy>300</posy>
|
||||
<width>12-col</width>
|
||||
<height>96</height>
|
||||
<texture>colors/black.png</texture>
|
||||
<colordiffuse>overlay</colordiffuse>
|
||||
<aspectratio>stretch</aspectratio>
|
||||
</control>
|
||||
|
||||
<control type="spincontrolex" id="16">
|
||||
<posx>12</posx>
|
||||
<posy>312</posy>
|
||||
<width>12-col-gutter</width>
|
||||
<label>21424</label>
|
||||
<onright>9002</onright>
|
||||
<onup>10</onup>
|
||||
<ondown>17</ondown>
|
||||
<ondown>9002</ondown>
|
||||
</control>
|
||||
</control>
|
||||
|
||||
<!--add / edit / delete rules-->
|
||||
<control type="panel" id="9001">
|
||||
<posx>14-col</posx>
|
||||
<posy>6-row</posy>
|
||||
<posx>12</posx>
|
||||
<posy>382</posy>
|
||||
<width>12-col-gutter</width>
|
||||
<height>8-row</height>
|
||||
<itemgap>3</itemgap>
|
||||
<onright>10</onright>
|
||||
<onup>12</onup>
|
||||
<ondown>16</ondown>
|
||||
<onup>18</onup>
|
||||
<orientation>horizontal</orientation>
|
||||
<itemlayout width="3-col" height="2-row">
|
||||
<control type="image">
|
||||
<posx>0</posx>
|
||||
<posy>0</posy>
|
||||
<width>1-col-textbox</width>
|
||||
<height>2-row</height>
|
||||
<aspectratio>stretch</aspectratio>
|
||||
<texture>colors/black.png</texture>
|
||||
<colordiffuse>overlay</colordiffuse>
|
||||
</control>
|
||||
<control type="label">
|
||||
<posx>0</posx>
|
||||
<posy>0</posy>
|
||||
|
@ -238,20 +245,10 @@
|
|||
<height>2-row</height>
|
||||
<align>center</align>
|
||||
<aligny>center</aligny>
|
||||
<font>symbol</font>
|
||||
<font>symbolLarge</font>
|
||||
<textcolor>textActive</textcolor>
|
||||
<label>$INFO[ListItem.label2]</label>
|
||||
</control>
|
||||
<control type="label">
|
||||
<posx>1-col-indent</posx>
|
||||
<posy>-1</posy>
|
||||
<width>3-col-gutter</width>
|
||||
<height>2-row</height>
|
||||
<aligny>center</aligny>
|
||||
<font>buttonTitle</font>
|
||||
<textcolor>textActive</textcolor>
|
||||
<label>$INFO[ListItem.label]</label>
|
||||
</control>
|
||||
</itemlayout>
|
||||
<focusedlayout width="3-col" height="2-row">
|
||||
<control type="image">
|
||||
|
@ -264,14 +261,6 @@
|
|||
<colordiffuse>highlight</colordiffuse>
|
||||
<include>spinFocusIcon</include>
|
||||
</control>
|
||||
<control type="image">
|
||||
<posx>1-col</posx>
|
||||
<posy>0</posy>
|
||||
<width>2-col</width>
|
||||
<height>2-row</height>
|
||||
<aspectratio>stretch</aspectratio>
|
||||
<texture>colors/white.png</texture>
|
||||
</control>
|
||||
<control type="label">
|
||||
<posx>0</posx>
|
||||
<posy>0</posy>
|
||||
|
@ -279,22 +268,11 @@
|
|||
<height>2-row</height>
|
||||
<align>center</align>
|
||||
<aligny>center</aligny>
|
||||
<font>symbol</font>
|
||||
<font>symbolLarge</font>
|
||||
<textcolor>textActive</textcolor>
|
||||
<label>$INFO[ListItem.label2]</label>
|
||||
<shadowcolor>-</shadowcolor>
|
||||
</control>
|
||||
<control type="label">
|
||||
<posx>1-col-indent</posx>
|
||||
<posy>-1</posy>
|
||||
<width>5-col-gutter</width>
|
||||
<height>2-row</height>
|
||||
<aligny>center</aligny>
|
||||
<font>buttonTitle</font>
|
||||
<textcolor>black</textcolor>
|
||||
<label>$INFO[ListItem.label]</label>
|
||||
<shadowcolor>-</shadowcolor>
|
||||
</control>
|
||||
</focusedlayout>
|
||||
<content>
|
||||
<item id="1">
|
||||
|
@ -304,28 +282,27 @@
|
|||
<thumb>-</thumb>
|
||||
<onclick>SendClick(129,13)</onclick>
|
||||
</item>
|
||||
<item id="2">
|
||||
<description>Remove Rule</description>
|
||||
<label>1210</label>
|
||||
<label2></label2>
|
||||
<thumb>-</thumb>
|
||||
<onclick>SendClick(129,14)</onclick>
|
||||
</item>
|
||||
</content>
|
||||
</control>
|
||||
|
||||
|
||||
<!--OK / Cancel-->
|
||||
<control type="panel" id="9002">
|
||||
<visible>false</visible>
|
||||
<posx>14-col</posx>
|
||||
<posy>2-row</posy>
|
||||
<width>4-col</width>
|
||||
<height>5-row</height>
|
||||
<itemgap>3</itemgap>
|
||||
<orientation>vertical</orientation>
|
||||
<onleft>22</onleft>
|
||||
<posx>0</posx>
|
||||
<posy>780</posy>
|
||||
<width>8-col</width>
|
||||
<height>2-row</height>
|
||||
<orientation>horizontal</orientation>
|
||||
<onup>16</onup>
|
||||
<itemlayout width="4-col" height="2-row">
|
||||
<control type="image">
|
||||
<posx>0</posx>
|
||||
<posy>0</posy>
|
||||
<width>276</width>
|
||||
<height>2-row</height>
|
||||
<aspectratio>stretch</aspectratio>
|
||||
<texture>colors/black.png</texture>
|
||||
<colordiffuse>overlay</colordiffuse>
|
||||
</control>
|
||||
<control type="label">
|
||||
<posx>0</posx>
|
||||
<posy>0</posy>
|
||||
|
@ -362,7 +339,7 @@
|
|||
<control type="image">
|
||||
<posx>1-col</posx>
|
||||
<posy>0</posy>
|
||||
<width>5-col</width>
|
||||
<width>204</width>
|
||||
<height>2-row</height>
|
||||
<aspectratio>stretch</aspectratio>
|
||||
<texture>colors/white.png</texture>
|
||||
|
|
|
@ -203,6 +203,7 @@
|
|||
<thumb>-</thumb>
|
||||
<onclick>dialog.close(137,true)</onclick>
|
||||
<onclick>Control.Message(14,click,136)</onclick>
|
||||
<onclick>Control.setfocus(10)</onclick>
|
||||
</item>
|
||||
</content>
|
||||
</control>
|
||||
|
|
|
@ -79,20 +79,6 @@
|
|||
<onup>56</onup>
|
||||
<pagecontrol>60</pagecontrol>
|
||||
<itemlayout width="15-col" height="2-row">
|
||||
<control type="label">
|
||||
<visible>ListItem.IsPlaying</visible>
|
||||
<posx>0</posx>
|
||||
<posy>0</posy>
|
||||
<width>1-col-textbox</width>
|
||||
<height>2-row</height>
|
||||
<align>center</align>
|
||||
<aligny>center</aligny>
|
||||
<font>symbol</font>
|
||||
<textcolor>textActive</textcolor>
|
||||
<selectedcolor>selected</selectedcolor>
|
||||
<shadowcolor>-</shadowcolor>
|
||||
<label></label>
|
||||
</control>
|
||||
<control type="image">
|
||||
<posx>0</posx>
|
||||
<posy>0</posy>
|
||||
|
@ -103,7 +89,16 @@
|
|||
<bordersize>0</bordersize>
|
||||
<colordiffuse>textboxInactive</colordiffuse>
|
||||
</control>
|
||||
<control type="image">
|
||||
<visible>ListItem.IsPlaying</visible>
|
||||
<posx>12</posx>
|
||||
<posy>0</posy>
|
||||
<width>1-col-gutter</width>
|
||||
<height>1-col-gutter</height>
|
||||
<texture>equaliser.gif</texture>
|
||||
</control>
|
||||
<control type="label">
|
||||
<visible>!ListItem.IsPlaying</visible>
|
||||
<posx>0</posx>
|
||||
<posy>0</posy>
|
||||
<width>1-col-textbox</width>
|
||||
|
@ -171,7 +166,16 @@
|
|||
<colordiffuse>highlight</colordiffuse>
|
||||
<include>spinFocusIcon</include>
|
||||
</control>
|
||||
<control type="image">
|
||||
<visible>ListItem.IsPlaying</visible>
|
||||
<posx>12</posx>
|
||||
<posy>0</posy>
|
||||
<width>1-col-gutter</width>
|
||||
<height>1-col-gutter</height>
|
||||
<texture>equaliser.gif</texture>
|
||||
</control>
|
||||
<control type="label">
|
||||
<visible>!ListItem.IsPlaying</visible>
|
||||
<posx>0</posx>
|
||||
<posy>0</posy>
|
||||
<width>1-col-textbox</width>
|
||||
|
|
|
@ -260,8 +260,8 @@
|
|||
<label>31097</label>
|
||||
<label2></label2>
|
||||
<thumb>-</thumb>
|
||||
<onclick>activateWindow(500)</onclick>
|
||||
<onclick>dialog.close(5001)</onclick>
|
||||
<onclick>activateWindow(musicplaylist)</onclick>
|
||||
</item>
|
||||
<item>
|
||||
<description>Visualisation</description>
|
||||
|
@ -271,6 +271,7 @@
|
|||
<onclick>activateWindow(musicOSD)</onclick>
|
||||
</item>
|
||||
<item>
|
||||
<visible>visualisation.enabled</visible>
|
||||
<description>Visualisation Settings</description>
|
||||
<label>$LOCALIZE[21417]</label>
|
||||
<label2></label2>
|
||||
|
|
Loading…
Reference in New Issue