only call IPlayerCallback::OnPlayBackSpeedChanged if the speed has actually changed
[vuplus_xbmc] / addons / skin.touched / 4x3Hirez / DialogBusy.xml
1 <window id="136">
2         <animation effect="fade" time="100">WindowOpen</animation>
3         <animation effect="fade" time="200">WindowClose</animation>
4         <coordinates>
5                 <system>1</system>
6                 <posx>0</posx>
7                 <posy>0</posy>
8         </coordinates>
9         <controls>
10                 <control type="image">
11                         <posx>0</posx>
12                         <posy>0</posy>
13                         <width>ScreenWidth</width>
14                         <height>ScreenHeight</height>
15                         <colordiffuse>BBFFFFFF</colordiffuse>
16                         <texture>black-back.png</texture>
17                 </control>
18                 <control type="group">
19                         <posx>490</posx>
20                         <posy>420</posy>
21                         <control type="image">
22                                 <description>background image</description>
23                                 <posx>0</posx>
24                                 <posy>0</posy>
25                                 <width>300</width>
26                                 <height>100</height>
27                                 <texture border="20">OverlayDialogBackground.png</texture>
28                         </control>
29                         <control type="image">
30                                 <description>Busy animation</description>
31                                 <posx>20</posx>
32                                 <posy>25</posy>
33                                 <width>50</width>
34                                 <height>50</height>
35                                 <texture>busy.png</texture>
36                                 <aspectratio>keep</aspectratio>
37                                 <animation effect="rotate" start="0" end="360" center="auto" time="1200" loop="true" condition="true">conditional</animation>
38                         </control>
39                         <control type="label">
40                                 <description>Busy label</description>
41                                 <posx>90</posx>
42                                 <posy>34</posy>
43                                 <width>180</width>
44                                 <height>32</height>
45                                 <align>left</align>
46                                 <aligny>center</aligny>
47                                 <label>$LOCALIZE[31009]</label>
48                                 <font>font16</font>
49                         </control>
50                 </control>
51         </controls>
52 </window>