only call IPlayerCallback::OnPlayBackSpeedChanged if the speed has actually changed
[vuplus_xbmc] / addons / skin.touched / 4x3Hirez / DialogSelect.xml
1 <window type="dialog" id="2000">
2         <defaultcontrol always="true">3</defaultcontrol>
3         <coordinates>
4                 <system>1</system>
5                 <posx>335</posx>
6                 <posy>35</posy>
7         </coordinates>
8         <include>Window_OpenClose_Animation_Zoom</include>
9         <coordinates>
10                 <system>1</system>
11                 <posx>290</posx>
12                 <posy>80</posy>
13         </coordinates>
14         <controls>
15                 <control type="image">
16                         <description>Shadow Background for dialogs without BehindDialogFadeOut include</description>
17                         <posx>-30</posx>
18                         <posy>-30</posy>
19                         <width>760</width>
20                         <height>860</height>
21                         <texture border="30">DialogShadow.png</texture>
22                 </control>
23                 <control type="image">
24                         <posx>0</posx>
25                         <posy>0</posy>
26                         <width>700</width>
27                         <height>60</height>
28                         <texture border="5">DialogHeader.png</texture>
29                 </control>
30                 <control type="image">
31                         <posx>0</posx>
32                         <posy>60</posy>
33                         <width>700</width>
34                         <height>740</height>
35                         <texture border="5">DialogBack.png</texture>
36                 </control>
37                 <control type="label" id="1">
38                         <description>header label</description>
39                         <posx>20</posx>
40                         <posy>0</posy>
41                         <include>WindowTitleCommons</include>
42                         <width>600</width>
43                         <label>$LOCALIZE[13406]</label>
44                 </control>
45                 <control type="group">
46                         <posx>630</posx>
47                         <posy>0</posy>
48                         <include>DialogCloseButtonCommons</include>
49                 </control>
50                 <control type="list" id="3">
51                         <posx>0</posx>
52                         <posy>60</posy>
53                         <width>700</width>
54                         <height>650</height>
55                         <onup>3</onup>
56                         <ondown>3</ondown>
57                         <onleft>5</onleft>
58                         <onright>61</onright>
59                         <pagecontrol>-</pagecontrol>
60                         <scrolltime>200</scrolltime>
61                         <itemlayout height="60" width="700">
62                                 <control type="image">
63                                         <posx>0</posx>
64                                         <posy>-2</posy>
65                                         <width>700</width>
66                                         <height>5</height>
67                                         <texture>separator.png</texture>
68                                 </control>
69                                 <control type="label">
70                                         <posx>20</posx>
71                                         <posy>0</posy>
72                                         <width>660</width>
73                                         <height>60</height>
74                                         <font>font13</font>
75                                         <textcolor>black</textcolor>
76                                         <selectedcolor>selected</selectedcolor>
77                                         <align>left</align>
78                                         <aligny>center</aligny>
79                                         <label>$INFO[ListItem.Label]</label>
80                                 </control>
81                         </itemlayout>
82                         <focusedlayout height="60" width="550">
83                                 <control type="image">
84                                         <posx>0</posx>
85                                         <posy>-2</posy>
86                                         <width>700</width>
87                                         <height>5</height>
88                                         <texture>separator.png</texture>
89                                 </control>
90                                 <control type="label">
91                                         <posx>20</posx>
92                                         <posy>0</posy>
93                                         <width>660</width>
94                                         <height>60</height>
95                                         <font>font13</font>
96                                         <textcolor>black</textcolor>
97                                         <selectedcolor>selected</selectedcolor>
98                                         <align>left</align>
99                                         <aligny>center</aligny>
100                                         <label>$INFO[ListItem.Label]</label>
101                                 </control>
102                         </focusedlayout>
103                 </control>
104                 <control type="list" id="6">
105                         <posx>0</posx>
106                         <posy>60</posy>
107                         <width>700</width>
108                         <height>650</height>
109                         <onup>6</onup>
110                         <ondown>6</ondown>
111                         <onleft>5</onleft>
112                         <onright>61</onright>
113                         <pagecontrol>-</pagecontrol>
114                         <scrolltime>200</scrolltime>
115                         <itemlayout height="100" width="700">
116                                 <control type="image">
117                                         <posx>0</posx>
118                                         <posy>-2</posy>
119                                         <width>700</width>
120                                         <height>5</height>
121                                         <texture>separator.png</texture>
122                                 </control>
123                                 <control type="label">
124                                         <posx>20</posx>
125                                         <posy>5</posy>
126                                         <width>550</width>
127                                         <height>30</height>
128                                         <font>font13</font>
129                                         <textcolor>black</textcolor>
130                                         <selectedcolor>selected</selectedcolor>
131                                         <align>left</align>
132                                         <aligny>center</aligny>
133                                         <label>[B]$INFO[ListItem.Label][/B]</label>
134                                 </control>
135                                 <control type="textbox">
136                                         <posx>30</posx>
137                                         <posy>35</posy>
138                                         <width>540</width>
139                                         <height>60</height>
140                                         <font>font12</font>
141                                         <textcolor>black</textcolor>
142                                         <align>left</align>
143                                         <label>$INFO[ListItem.Property(Addon.Summary)]</label>
144                                 </control>
145                                 <control type="image">
146                                         <posx>580</posx>
147                                         <posy>5</posy>
148                                         <width>100</width>
149                                         <height>90</height>
150                                         <texture>$INFO[Listitem.Icon]</texture>
151                                         <bordertexture>ThumbBorderGrey.png</bordertexture>
152                                         <bordersize>2</bordersize>
153                                 </control>
154                         </itemlayout>
155                         <focusedlayout height="100" width="700">
156                                 <control type="image">
157                                         <posx>0</posx>
158                                         <posy>-2</posy>
159                                         <width>700</width>
160                                         <height>5</height>
161                                         <texture>separator.png</texture>
162                                 </control>
163                                 <control type="label">
164                                         <posx>20</posx>
165                                         <posy>5</posy>
166                                         <width>550</width>
167                                         <height>30</height>
168                                         <font>font13</font>
169                                         <textcolor>black</textcolor>
170                                         <selectedcolor>selected</selectedcolor>
171                                         <align>left</align>
172                                         <aligny>center</aligny>
173                                         <label>[B]$INFO[ListItem.Label][/B]</label>
174                                 </control>
175                                 <control type="textbox">
176                                         <posx>30</posx>
177                                         <posy>35</posy>
178                                         <width>540</width>
179                                         <height>60</height>
180                                         <font>font12</font>
181                                         <textcolor>black</textcolor>
182                                         <align>left</align>
183                                         <label>$INFO[ListItem.Property(Addon.Summary)]</label>
184                                 </control>
185                                 <control type="image">
186                                         <posx>580</posx>
187                                         <posy>5</posy>
188                                         <width>100</width>
189                                         <height>90</height>
190                                         <texture>$INFO[Listitem.Icon]</texture>
191                                         <bordertexture>ThumbBorderGrey.png</bordertexture>
192                                         <bordersize>2</bordersize>
193                                 </control>
194                         </focusedlayout>
195                 </control>
196                 <control type="label">
197                         <description>number of files/pages in list text label</description>
198                         <posx>680</posx>
199                         <posy>750</posy>
200                         <width>300</width>
201                         <height>30</height>
202                         <font>font13</font>
203                         <align>right</align>
204                         <aligny>center</aligny>
205                         <scroll>true</scroll>
206                         <textcolor>black</textcolor>
207                         <label>($INFO[Container(3).NumItems]) $LOCALIZE[31025] - $LOCALIZE[31024] ($INFO[Container(3).CurrentPage]/$INFO[Container(3).NumPages])</label>
208                         <visible>Control.IsVisible(3)</visible>
209                 </control>
210                 <control type="label">
211                         <description>number of files/pages in list text label</description>
212                         <posx>680</posx>
213                         <posy>750</posy>
214                         <width>300</width>
215                         <height>30</height>
216                         <font>font13</font>
217                         <align>right</align>
218                         <aligny>center</aligny>
219                         <scroll>true</scroll>
220                         <textcolor>black</textcolor>
221                         <label>($INFO[Container(6).NumItems]) $LOCALIZE[31025] - $LOCALIZE[31024] ($INFO[Container(6).CurrentPage]/$INFO[Container(6).NumPages])</label>
222                         <visible>Control.IsVisible(6)</visible>
223                 </control>
224                 <control type="button" id="5">
225                         <description>Manual button</description>
226                         <posx>20</posx>
227                         <posy>740</posy>
228                         <width>200</width>
229                         <include>ButtonInfoDialogsCommonValues</include>
230                         <label>186</label>
231                         <onleft>61</onleft>
232                         <onright>3</onright>
233                         <onup>3</onup>
234                         <ondown>3</ondown>
235                 </control>
236         </controls>
237 </window>