only call IPlayerCallback::OnPlayBackSpeedChanged if the speed has actually changed
[vuplus_xbmc] / addons / skin.touched / 4x3Hirez / DialogFileStacking.xml
1 <window id="2008">
2         <defaultcontrol>450</defaultcontrol>
3         <include>dialogeffect</include>
4         <coordinates>
5                 <system>1</system>
6                 <posx>315</posx>
7                 <posy>260</posy>
8         </coordinates>
9         <controls>
10                 <control type="image">
11                         <posx>0</posx>
12                         <posy>0</posy>
13                         <width>650</width>
14                         <height>200</height>
15                         <texture border="20">OverlayDialogBackground.png</texture>
16                 </control>
17                 <control type="button">
18                         <description>Close Window button</description>
19                         <posx>560</posx>
20                         <posy>5</posy>
21                         <width>64</width>
22                         <height>32</height>
23                         <label>-</label>
24                         <font>-</font>
25                         <onclick>PreviousMenu</onclick>
26                         <texturefocus>DialogCloseButton-focus.png</texturefocus>
27                         <texturenofocus>DialogCloseButton.png</texturenofocus>
28                         <onleft>13</onleft>
29                         <onright>13</onright>
30                         <onup>13</onup>
31                         <ondown>13</ondown>
32                         <visible>system.getbool(input.enablemouse)</visible>
33                 </control>
34                 <control type="label">
35                         <description>heading label</description>
36                         <posx>40</posx>
37                         <posy>18</posy>
38                         <width>570</width>
39                         <height>30</height>
40                         <align>center</align>
41                         <aligny>center</aligny>
42                         <font>font13</font>
43                         <label>$INFO[ListItem.Label]</label>
44                         <textcolor>white</textcolor>
45                 </control>
46                 <control type="label">
47                         <posx>40</posx>
48                         <posy>60</posy>
49                         <width>570</width>
50                         <height>30</height>
51                         <align>center</align>
52                         <aligny>center</aligny>
53                         <font>font12</font>
54                         <label>31060</label>
55                         <textcolor>grey2</textcolor>
56                 </control>
57                 <control type="image">
58                         <posx>50</posx>
59                         <posy>110</posy>
60                         <width>20</width>
61                         <height>25</height>
62                         <texture>scroll-left-focus.png</texture>
63                         <visible>Container(450).HasPrevious</visible>
64                 </control>
65                 <control type="image">
66                         <posx>575</posx>
67                         <posy>110</posy>
68                         <width>20</width>
69                         <height>25</height>
70                         <texture>scroll-right-focus.png</texture>
71                         <visible>Container(450).HasNext</visible>
72                 </control>
73                 <control type="list" id="450">
74                         <posx>85</posx>
75                         <posy>105</posy>
76                         <width>480</width>
77                         <height>100</height>
78                         <onleft>450</onleft>
79                         <onright>450</onright>
80                         <onup>450</onup>
81                         <ondown>450</ondown>
82                         <orientation>horizontal</orientation>
83                         <focusposition>2</focusposition>
84                         <viewtype label="535">list</viewtype>
85                         <scrolltime>200</scrolltime>
86                         <itemlayout width="40">
87                                 <control type="image">
88                                         <posx>0</posx>
89                                         <posy>0</posy>
90                                         <width>38</width>
91                                         <height>32</height>
92                                         <aspectratio>stretch</aspectratio>
93                                         <texture>StackNF.png</texture>
94                                 </control>
95                         </itemlayout>
96                         <focusedlayout width="40">
97                                 <control type="image">
98                                         <posx>0</posx>
99                                         <posy>0</posy>
100                                         <width>38</width>
101                                         <height>32</height>
102                                         <aspectratio>stretch</aspectratio>
103                                         <texture>StackFO.png</texture>
104                                 </control>
105                         </focusedlayout>
106                 </control>
107                 <control type="label">
108                         <posx>40</posx>
109                         <posy>155</posy>
110                         <width>570</width>
111                         <height>22</height>
112                         <font>font13_title</font>
113                         <align>center</align>
114                         <info>Container(450).ListItem.Label</info>
115                 </control>
116         </controls>
117 </window>