only call IPlayerCallback::OnPlayBackSpeedChanged if the speed has actually changed
[vuplus_xbmc] / addons / skin.touched / 4x3Hirez / MyPics.xml
1 <window id="2">
2         <defaultcontrol always="true">50</defaultcontrol>
3         <allowoverlay>no</allowoverlay>
4         <views>50,500</views>
5         <onunload>Skin.Reset(MediaSubMenuVisible)</onunload>
6         <controls>
7                 <include>CommonBackground</include>
8                 <include>FileCountCommons</include>
9                 <include>HomeButtonCommons</include>
10                 <include>CommonNowPlaying</include>
11                 <include>OptionsButtonCommons</include>
12                 <control type="label">
13                         <description>Window label</description>
14                         <include>MediaWindowTitleCommons</include>
15                         <label>$LOCALIZE[1]</label>
16                 </control>
17                 <control type="group">
18                         <include>Window_OpenClose_Animation_Zoom</include>
19                         <include>CommonRootView</include> <!-- view id = 50 -->
20                         <include>ThumbnailView</include> <!-- view id = 500 -->
21                         <include>ScrollArrowsCommons</include>
22                 </control>
23                 <include>MediaSubMenu</include>
24                 <control type="group">
25                         <visible>Skin.HasSetting(MediaSubMenuVisible)</visible>
26                         <include>VisibleFadeEffect</include>
27                         <control type="button">
28                                 <description>Hidden button to close the sort when its focused</description>
29                                 <posx>0</posx>
30                                 <posy>0</posy>
31                                 <width>ScreenWidth</width>
32                                 <height>ScreenHeight</height>
33                                 <texturenofocus>-</texturenofocus>
34                                 <texturefocus>-</texturefocus>
35                                 <onclick>Skin.Reset(MediaSubMenuVisible)</onclick>
36                         </control>
37                         <control type="group">
38                                 <posx>340r</posx>
39                                 <posy>130</posy>
40                                 <control type="image">
41                                         <description>Shadow Background</description>
42                                         <posx>-30</posx>
43                                         <posy>-30</posy>
44                                         <width>380</width>
45                                         <height>500</height>
46                                         <texture border="30">ShadowBorder.png</texture>
47                                 </control>
48                                 <control type="button">
49                                         <description>Panel Background image</description>
50                                         <posx>0</posx>
51                                         <posy>0</posy>
52                                         <width>320</width>
53                                         <height>440</height>
54                                         <texturefocus border="5">SubBack.png</texturefocus>
55                                         <texturenofocus border="5">SubBack.png</texturenofocus>
56                                         <onclick>-</onclick>
57                                 </control>
58                                 <control type="image">
59                                         <description>Panel Forground image</description>
60                                         <posx>10</posx>
61                                         <posy>10</posy>
62                                         <width>300</width>
63                                         <height>420</height>
64                                         <texture border="5">SubBack2.png</texture>
65                                 </control>
66                                 <control type="image">
67                                         <description>Panel Arrow image</description>
68                                         <posx>270</posx>
69                                         <posy>-34</posy>
70                                         <width>40</width>
71                                         <height>40</height>
72                                         <texture>arrow-big-up.png</texture>
73                                 </control>
74                                 <control type="grouplist">
75                                         <posx>11</posx>
76                                         <posy>10</posy>
77                                         <width>298</width>
78                                         <height>420</height>
79                                         <onleft>9000</onleft>
80                                         <onright>50</onright>
81                                         <onup>9000</onup>
82                                         <ondown>9000</ondown>
83                                         <itemgap>0</itemgap>
84                                         <control type="button" id="3">
85                                                 <description>Sort by button</description>
86                                                 <include>ButtonCommonValues2</include>
87                                                 <label>103</label>
88                                         </control>
89                                         <control type="togglebutton" id="4">
90                                                 <description>Sort asc</description>
91                                                 <include>ButtonCommonValues2</include>
92                                                 <alttexturefocus>button-focus2.png</alttexturefocus>
93                                                 <alttexturenofocus>button-nofocus.png</alttexturenofocus>
94                                                 <label>31051</label>
95                                                 <altlabel>31050</altlabel>
96                                                 <usealttexture>Container.SortDirection(Ascending)</usealttexture>
97                                         </control>
98                                         <control type="button" id="6">
99                                                 <description>Slideshow</description>
100                                                 <textwidth>235</textwidth>
101                                                 <include>ButtonCommonValues2</include>
102                                                 <label>108</label>
103                                                 <onclick>Skin.Reset(MediaSubMenuVisible)</onclick>
104                                         </control>
105                                         <control type="button" id="7">
106                                                 <description>Recersive Slideshow</description>
107                                                 <textwidth>235</textwidth>
108                                                 <include>ButtonCommonValues2</include>
109                                                 <label>361</label>
110                                                 <onclick>Skin.Reset(MediaSubMenuVisible)</onclick>
111                                         </control>
112                                         <control type="radiobutton" id="9">
113                                                 <description>Randomize Toggle</description>
114                                                 <include>ButtonCommonValues2</include>
115                                                 <label>13319</label>
116                                         </control>
117                                         <control type="image">
118                                                 <posx>0</posx>
119                                                 <posy>100</posy>
120                                                 <width>298</width>
121                                                 <height>10</height>
122                                                 <texture>shelf_shadow.png</texture>
123                                         </control>
124                                 </control>
125                         </control>
126                 </control>
127                 <include>ScrollOffsetLabel</include>
128                 <include>BehindDialogFadeOut</include>
129         </controls>
130 </window>