only call IPlayerCallback::OnPlayBackSpeedChanged if the speed has actually changed
[vuplus_xbmc] / addons / skin.touched / 4x3Hirez / MyWeather.xml
1 <window id="2600">
2         <defaultcontrol always="true">50</defaultcontrol>
3         <allowoverlay>no</allowoverlay>
4         <controls>
5                 <include>CommonBackground</include>
6                 <include>HomeButtonCommons</include>
7                 <include>CommonNowPlaying</include>
8                 <include>OptionsButtonCommons</include>
9                 <control type="label">
10                         <description>Window label</description>
11                         <include>MediaWindowTitleCommons</include>
12                         <label>$LOCALIZE[8]</label>
13                 </control>
14                 <control type="button">
15                         <description>Options Button</description>
16                         <posx>64r</posx>
17                         <posy>25</posy>
18                         <width>64</width>
19                         <height>64</height>
20                         <texturenofocus>icon_system.png</texturenofocus>
21                         <texturefocus>icon_system.png</texturefocus>
22                         <onclick>ActivateWindow(MyWeatherSettings)</onclick>
23                 </control>
24                 <control type="group">
25                         <include>Window_OpenClose_Animation_Zoom</include>
26                         <control type="image">
27                                 <description>Shadow Background</description>
28                                 <posx>50</posx>
29                                 <posy>140</posy>
30                                 <width>1180</width>
31                                 <height>680</height>
32                                 <texture border="30">ShadowBorder.png</texture>
33                                 <include>Window_OpenClose_Animation_Zoom</include>
34                         </control>
35                         <control type="group">
36                                 <posx>80</posx>
37                                 <posy>170</posy>
38                                 <control type="image">
39                                         <posx>0</posx>
40                                         <posy>0</posy>
41                                         <width>500</width>
42                                         <height>620</height>
43                                         <texture border="5">SubBack.png</texture>
44                                 </control>
45                                 <control type="image">
46                                         <posx>20</posx>
47                                         <posy>0</posy>
48                                         <width>460</width>
49                                         <height>90</height>
50                                         <aspectratio>stretch</aspectratio>
51                                         <texture>GlassTitleBar.png</texture>
52                                 </control>
53                                 <control type="label">
54                                         <description>header label</description>
55                                         <posx>20</posx>
56                                         <posy>10</posy>
57                                         <width>460</width>
58                                         <height>30</height>
59                                         <font>font13_title</font>
60                                         <label>31300</label>
61                                         <align>center</align>
62                                         <aligny>center</aligny>
63                                         <textcolor>white</textcolor>
64                                         <shadowcolor>black</shadowcolor>
65                                 </control>
66                                 <control type="label">
67                                         <description>weather location label</description>
68                                         <posx>20</posx>
69                                         <posy>60</posy>
70                                         <width>460</width>
71                                         <height>30</height>
72                                         <font>font13_title</font>
73                                         <textcolor>white</textcolor>
74                                         <scroll>false</scroll>
75                                         <align>center</align>
76                                         <aligny>center</aligny>
77                                         <label>$INFO[Weather.Location]</label>
78                                 </control>
79                                 <control type="label">
80                                         <description>update label</description>
81                                         <posx>20</posx>
82                                         <posy>80</posy>
83                                         <width>460</width>
84                                         <height>35</height>
85                                         <font>font12</font>
86                                         <label>$LOCALIZE[31301] - $INFO[Window.Property(Updated)]</label>
87                                         <align>center</align>
88                                         <aligny>center</aligny>
89                                         <textcolor>grey2</textcolor>
90                                 </control>
91                                 <control type="label">
92                                         <description>current temp Value</description>
93                                         <posx>195</posx>
94                                         <posy>175</posy>
95                                         <width>180</width>
96                                         <height>40</height>
97                                         <font>WeatherTemp</font>
98                                         <align>right</align>
99                                         <aligny>top</aligny>
100                                         <label>$INFO[Window.Property(Current.Temperature)]</label>
101                                         <textcolor>white</textcolor>
102                                         <shadowcolor>black</shadowcolor>
103                                 </control>
104                                 <control type="label">
105                                         <description>current temp Value Units</description>
106                                         <posx>190</posx>
107                                         <posy>185</posy>
108                                         <width>100</width>
109                                         <height>40</height>
110                                         <font>font16caps</font>
111                                         <align>left</align>
112                                         <aligny>top</aligny>
113                                         <label>$INFO[System.TemperatureUnits]</label>
114                                         <textcolor>white</textcolor>
115                                         <shadowcolor>black</shadowcolor>
116                                 </control>
117                                 <control type="image">
118                                         <description>current weather icon</description>
119                                         <posx>230</posx>
120                                         <posy>135</posy>
121                                         <width>230</width>
122                                         <height>230</height>
123                                         <info>Window.Property(Current.ConditionIcon)</info>
124                                         <aspectratio>keep</aspectratio>
125                                 </control>
126                                 <control type="label">
127                                         <description>current condition label</description>
128                                         <posx>20</posx>
129                                         <posy>340</posy>
130                                         <width>460</width>
131                                         <height>30</height>
132                                         <info>Window.Property(Current.Condition)</info>
133                                         <wrapmultiline>true</wrapmultiline>
134                                         <font>font13</font>
135                                         <align>center</align>
136                                         <aligny>center</aligny>
137                                         <textcolor>white</textcolor>
138                                         <shadowcolor>black</shadowcolor>
139                                 </control>
140                                 <control type="image">
141                                         <posx>20</posx>
142                                         <posy>390</posy>
143                                         <width>460</width>
144                                         <height>4</height>
145                                         <texture>separator.png</texture>
146                                 </control>
147                                 <control type="label">
148                                         <description>current feels like label</description>
149                                         <posx>170</posx>
150                                         <posy>400</posy>
151                                         <width>170</width>
152                                         <height>35</height>
153                                         <font>font13</font>
154                                         <align>right</align>
155                                         <aligny>center</aligny>
156                                         <label>$LOCALIZE[402] :</label>
157                                         <textcolor>grey2</textcolor>
158                                         <shadowcolor>black</shadowcolor>
159                                 </control>
160                                 <control type="label">
161                                         <description>current dew label</description>
162                                         <posx>170</posx>
163                                         <posy>430</posy>
164                                         <width>170</width>
165                                         <height>35</height>
166                                         <font>font13</font>
167                                         <align>right</align>
168                                         <aligny>center</aligny>
169                                         <label>$LOCALIZE[405] :</label>
170                                         <textcolor>grey2</textcolor>
171                                         <shadowcolor>black</shadowcolor>
172                                 </control>
173                                 <control type="label">
174                                         <description>current humidity label</description>
175                                         <posx>170</posx>
176                                         <posy>460</posy>
177                                         <width>170</width>
178                                         <height>35</height>
179                                         <font>font13</font>
180                                         <align>right</align>
181                                         <aligny>center</aligny>
182                                         <label>$LOCALIZE[406] :</label>
183                                         <textcolor>grey2</textcolor>
184                                         <shadowcolor>black</shadowcolor>
185                                 </control>
186                                 <control type="label">
187                                         <description>current UV Index label</description>
188                                         <posx>170</posx>
189                                         <posy>490</posy>
190                                         <width>170</width>
191                                         <height>35</height>
192                                         <font>font13</font>
193                                         <align>right</align>
194                                         <aligny>center</aligny>
195                                         <label>$LOCALIZE[403] :</label>
196                                         <textcolor>grey2</textcolor>
197                                         <shadowcolor>black</shadowcolor>
198                                 </control>
199                                 <control type="label">
200                                         <description>current Wind label</description>
201                                         <posx>170</posx>
202                                         <posy>520</posy>
203                                         <width>170</width>
204                                         <height>35</height>
205                                         <font>font13</font>
206                                         <align>right</align>
207                                         <aligny>center</aligny>
208                                         <label>$LOCALIZE[404] :</label>
209                                         <textcolor>grey2</textcolor>
210                                         <shadowcolor>black</shadowcolor>
211                                 </control>
212                                 <control type="label">
213                                         <description>current feels like Value</description>
214                                         <posx>185</posx>
215                                         <posy>400</posy>
216                                         <width>300</width>
217                                         <height>35</height>
218                                         <font>font13</font>
219                                         <align>left</align>
220                                         <aligny>center</aligny>
221                                         <label>$INFO[Window.Property(Current.FeelsLike)]$INFO[System.TemperatureUnits]</label>
222                                         <textcolor>white</textcolor>
223                                         <shadowcolor>black</shadowcolor>
224                                 </control>
225                                 <control type="label">
226                                         <description>current dew Value</description>
227                                         <posx>185</posx>
228                                         <posy>430</posy>
229                                         <width>300</width>
230                                         <height>35</height>
231                                         <font>font13</font>
232                                         <align>left</align>
233                                         <aligny>center</aligny>
234                                         <label>$INFO[Window.Property(Current.DewPoint)]$INFO[System.TemperatureUnits]</label>
235                                         <textcolor>white</textcolor>
236                                         <shadowcolor>black</shadowcolor>
237                                 </control>
238                                 <control type="label">
239                                         <description>current humidity Value</description>
240                                         <posx>185</posx>
241                                         <posy>460</posy>
242                                         <width>300</width>
243                                         <height>35</height>
244                                         <font>font13</font>
245                                         <align>left</align>
246                                         <aligny>center</aligny>
247                                         <info>Window.Property(Current.Humidity)</info>
248                                         <textcolor>white</textcolor>
249                                         <shadowcolor>black</shadowcolor>
250                                 </control>
251                                 <control type="label">
252                                         <description>current UV Index Value</description>
253                                         <posx>185</posx>
254                                         <posy>490</posy>
255                                         <width>300</width>
256                                         <height>35</height>
257                                         <font>font13</font>
258                                         <align>left</align>
259                                         <aligny>center</aligny>
260                                         <info>Window.Property(Current.UVIndex)</info>
261                                         <textcolor>white</textcolor>
262                                         <shadowcolor>black</shadowcolor>
263                                 </control>
264                                 <control type="label">
265                                         <description>current Wind Value</description>
266                                         <posx>185</posx>
267                                         <posy>520</posy>
268                                         <width>300</width>
269                                         <height>35</height>
270                                         <font>font13</font>
271                                         <align>left</align>
272                                         <aligny>center</aligny>
273                                         <info>Window.Property(Current.Wind)</info>
274                                         <textcolor>white</textcolor>
275                                         <shadowcolor>black</shadowcolor>
276                                 </control>
277                         </control>
278                         <control type="group">
279                                 <posx>580</posx>
280                                 <posy>170</posy>
281                                 <control type="image">
282                                         <posx>0</posx>
283                                         <posy>0</posy>
284                                         <width>620</width>
285                                         <height>620</height>
286                                         <texture border="5">SubBack.png</texture>
287                                 </control>
288                                 <control type="image">
289                                         <posx>20</posx>
290                                         <posy>0</posy>
291                                         <width>580</width>
292                                         <height>90</height>
293                                         <aspectratio>stretch</aspectratio>
294                                         <texture>GlassTitleBar.png</texture>
295                                 </control>
296                                 <control type="label">
297                                         <description>header label</description>
298                                         <posx>20</posx>
299                                         <posy>10</posy>
300                                         <width>580</width>
301                                         <height>30</height>
302                                         <font>font13_title</font>
303                                         <label>10508</label>
304                                         <align>center</align>
305                                         <aligny>center</aligny>
306                                         <textcolor>white</textcolor>
307                                         <shadowcolor>black</shadowcolor>
308                                 </control>
309                                 <control type="group">
310                                         <description>day 0</description>
311                                         <posx>20</posx>
312                                         <posy>60</posy>
313                                         <control type="label">
314                                                 <description>Day label</description>
315                                                 <posx>0</posx>
316                                                 <posy>0</posy>
317                                                 <width>460</width>
318                                                 <height>35</height>
319                                                 <font>font13_title</font>
320                                                 <info>Window.Property(Day0.Title)</info>
321                                                 <align>left</align>
322                                                 <aligny>center</aligny>
323                                                 <textcolor>white</textcolor>
324                                                 <shadowcolor>black</shadowcolor>
325                                         </control>
326                                         <control type="image">
327                                                 <description>day icon</description>
328                                                 <posx>450</posx>
329                                                 <posy>0</posy>
330                                                 <height>120</height>
331                                                 <width>120</width>
332                                                 <info>Window.Property(Day0.OutlookIcon)</info>
333                                                 <aspectratio align="right">keep</aspectratio>
334                                         </control>
335                                         <control type="label">
336                                                 <description>high label</description>
337                                                 <posx>40</posx>
338                                                 <posy>50</posy>
339                                                 <height>20</height>
340                                                 <font>font13</font>
341                                                 <align>left</align>
342                                                 <aligny>center</aligny>
343                                                 <label>$LOCALIZE[419] :</label>
344                                                 <textcolor>grey2</textcolor>
345                                                 <shadowcolor>black</shadowcolor>
346                                                 <visible>Weather.IsFetched</visible>
347                                         </control>
348                                         <control type="label">
349                                                 <description>high value</description>
350                                                 <posx>110</posx>
351                                                 <posy>50</posy>
352                                                 <height>20</height>
353                                                 <label>$INFO[Window.Property(Day0.HighTemp)]$INFO[System.TemperatureUnits]</label>
354                                                 <font>font13</font>
355                                                 <align>left</align>
356                                                 <aligny>center</aligny>
357                                                 <textcolor>white</textcolor>
358                                                 <shadowcolor>black</shadowcolor>
359                                                 <visible>!IsEmpty(Window.Property(Day0.HighTemp))</visible>
360                                         </control>
361                                         <control type="label">
362                                                 <description>low label</description>
363                                                 <posx>220</posx>
364                                                 <posy>50</posy>
365                                                 <height>20</height>
366                                                 <font>font13</font>
367                                                 <align>left</align>
368                                                 <aligny>center</aligny>
369                                                 <label>$LOCALIZE[418] :</label>
370                                                 <textcolor>grey2</textcolor>
371                                                 <shadowcolor>black</shadowcolor>
372                                                 <visible>Weather.IsFetched</visible>
373                                         </control>
374                                         <control type="label">
375                                                 <description>low value</description>
376                                                 <posx>290</posx>
377                                                 <posy>50</posy>
378                                                 <height>20</height>
379                                                 <label>$INFO[Window.Property(Day0.LowTemp)]$INFO[System.TemperatureUnits]</label>
380                                                 <font>font13</font>
381                                                 <align>left</align>
382                                                 <aligny>center</aligny>
383                                                 <textcolor>white</textcolor>
384                                                 <shadowcolor>black</shadowcolor>
385                                                 <visible>!IsEmpty(Window.Property(Day0.LowTemp))</visible>
386                                         </control>
387                                         <control type="label">
388                                                 <description>conditions label</description>
389                                                 <posx>40</posx>
390                                                 <posy>80</posy>
391                                                 <width>320</width>
392                                                 <height>20</height>
393                                                 <info>Window.Property(Day0.Outlook)</info>
394                                                 <font>font13</font>
395                                                 <align>left</align>
396                                                 <aligny>center</aligny>
397                                                 <textcolor>white</textcolor>
398                                                 <shadowcolor>black</shadowcolor>
399                                         </control>
400                                         <control type="image">
401                                                 <posx>0</posx>
402                                                 <posy>120</posy>
403                                                 <width>620</width>
404                                                 <height>4</height>
405                                                 <texture>separator.png</texture>
406                                         </control>
407                                 </control>
408                                 <control type="group">
409                                         <description>day 1</description>
410                                         <posx>20</posx>
411                                         <posy>190</posy>
412                                         <control type="label">
413                                                 <description>Day label</description>
414                                                 <posx>0</posx>
415                                                 <posy>0</posy>
416                                                 <width>460</width>
417                                                 <height>35</height>
418                                                 <font>font13_title</font>
419                                                 <info>Window.Property(Day1.Title)</info>
420                                                 <align>left</align>
421                                                 <aligny>center</aligny>
422                                                 <textcolor>white</textcolor>
423                                                 <shadowcolor>black</shadowcolor>
424                                         </control>
425                                         <control type="image">
426                                                 <description>day icon</description>
427                                                 <posx>450</posx>
428                                                 <posy>0</posy>
429                                                 <height>120</height>
430                                                 <width>120</width>
431                                                 <info>Window.Property(Day1.OutlookIcon)</info>
432                                                 <aspectratio align="right">keep</aspectratio>
433                                         </control>
434                                         <control type="label">
435                                                 <description>high label</description>
436                                                 <posx>40</posx>
437                                                 <posy>50</posy>
438                                                 <height>20</height>
439                                                 <font>font13</font>
440                                                 <align>left</align>
441                                                 <aligny>center</aligny>
442                                                 <label>$LOCALIZE[419] :</label>
443                                                 <textcolor>grey2</textcolor>
444                                                 <shadowcolor>black</shadowcolor>
445                                                 <visible>Weather.IsFetched</visible>
446                                         </control>
447                                         <control type="label">
448                                                 <description>high value</description>
449                                                 <posx>110</posx>
450                                                 <posy>50</posy>
451                                                 <height>20</height>
452                                                 <label>$INFO[Window.Property(Day1.HighTemp)]$INFO[System.TemperatureUnits]</label>
453                                                 <font>font13</font>
454                                                 <align>left</align>
455                                                 <aligny>center</aligny>
456                                                 <textcolor>white</textcolor>
457                                                 <shadowcolor>black</shadowcolor>
458                                                 <visible>!IsEmpty(Window.Property(Day1.HighTemp))</visible>
459                                         </control>
460                                         <control type="label">
461                                                 <description>low label</description>
462                                                 <posx>220</posx>
463                                                 <posy>50</posy>
464                                                 <height>20</height>
465                                                 <font>font13</font>
466                                                 <align>left</align>
467                                                 <aligny>center</aligny>
468                                                 <label>$LOCALIZE[418] :</label>
469                                                 <textcolor>grey2</textcolor>
470                                                 <shadowcolor>black</shadowcolor>
471                                                 <visible>Weather.IsFetched</visible>
472                                         </control>
473                                         <control type="label">
474                                                 <description>low value</description>
475                                                 <posx>290</posx>
476                                                 <posy>50</posy>
477                                                 <height>20</height>
478                                                 <label>$INFO[Window.Property(Day1.LowTemp)]$INFO[System.TemperatureUnits]</label>
479                                                 <font>font13</font>
480                                                 <align>left</align>
481                                                 <aligny>center</aligny>
482                                                 <textcolor>white</textcolor>
483                                                 <shadowcolor>black</shadowcolor>
484                                                 <visible>!IsEmpty(Window.Property(Day1.LowTemp))</visible>
485                                         </control>
486                                         <control type="label">
487                                                 <description>conditions label</description>
488                                                 <posx>40</posx>
489                                                 <posy>80</posy>
490                                                 <width>320</width>
491                                                 <height>20</height>
492                                                 <info>Window.Property(Day1.Outlook)</info>
493                                                 <font>font13</font>
494                                                 <align>left</align>
495                                                 <aligny>center</aligny>
496                                                 <textcolor>white</textcolor>
497                                                 <shadowcolor>black</shadowcolor>
498                                         </control>
499                                         <control type="image">
500                                                 <posx>20</posx>
501                                                 <posy>120</posy>
502                                                 <width>620</width>
503                                                 <height>4</height>
504                                                 <texture>separator.png</texture>
505                                         </control>
506                                 </control>
507                                 <control type="group">
508                                         <description>day 2</description>
509                                         <posx>20</posx>
510                                         <posy>320</posy>
511                                         <control type="label">
512                                                 <description>Day label</description>
513                                                 <posx>0</posx>
514                                                 <posy>0</posy>
515                                                 <width>460</width>
516                                                 <height>35</height>
517                                                 <font>font13_title</font>
518                                                 <info>Window.Property(Day2.Title)</info>
519                                                 <align>left</align>
520                                                 <aligny>center</aligny>
521                                                 <textcolor>white</textcolor>
522                                                 <shadowcolor>black</shadowcolor>
523                                         </control>
524                                         <control type="image">
525                                                 <description>day icon</description>
526                                                 <posx>450</posx>
527                                                 <posy>0</posy>
528                                                 <height>120</height>
529                                                 <width>120</width>
530                                                 <info>Window.Property(Day2.OutlookIcon)</info>
531                                                 <aspectratio align="right">keep</aspectratio>
532                                         </control>
533                                         <control type="label">
534                                                 <description>high label</description>
535                                                 <posx>40</posx>
536                                                 <posy>50</posy>
537                                                 <height>20</height>
538                                                 <font>font13</font>
539                                                 <align>left</align>
540                                                 <aligny>center</aligny>
541                                                 <label>$LOCALIZE[419] :</label>
542                                                 <textcolor>grey2</textcolor>
543                                                 <shadowcolor>black</shadowcolor>
544                                                 <visible>Weather.IsFetched</visible>
545                                         </control>
546                                         <control type="label">
547                                                 <description>high value</description>
548                                                 <posx>110</posx>
549                                                 <posy>50</posy>
550                                                 <height>20</height>
551                                                 <label>$INFO[Window.Property(Day2.HighTemp)]$INFO[System.TemperatureUnits]</label>
552                                                 <font>font13</font>
553                                                 <align>left</align>
554                                                 <aligny>center</aligny>
555                                                 <textcolor>white</textcolor>
556                                                 <shadowcolor>black</shadowcolor>
557                                                 <visible>!IsEmpty(Window.Property(Day2.HighTemp))</visible>
558                                         </control>
559                                         <control type="label">
560                                                 <description>low label</description>
561                                                 <posx>220</posx>
562                                                 <posy>50</posy>
563                                                 <height>20</height>
564                                                 <font>font13</font>
565                                                 <align>left</align>
566                                                 <aligny>center</aligny>
567                                                 <label>$LOCALIZE[418] :</label>
568                                                 <textcolor>grey2</textcolor>
569                                                 <shadowcolor>black</shadowcolor>
570                                                 <visible>Weather.IsFetched</visible>
571                                         </control>
572                                         <control type="label">
573                                                 <description>low value</description>
574                                                 <posx>290</posx>
575                                                 <posy>50</posy>
576                                                 <height>20</height>
577                                                 <label>$INFO[Window.Property(Day2.LowTemp)]$INFO[System.TemperatureUnits]</label>
578                                                 <font>font13</font>
579                                                 <align>left</align>
580                                                 <aligny>center</aligny>
581                                                 <textcolor>white</textcolor>
582                                                 <shadowcolor>black</shadowcolor>
583                                                 <visible>!IsEmpty(Window.Property(Day2.LowTemp))</visible>
584                                         </control>
585                                         <control type="label">
586                                                 <description>conditions label</description>
587                                                 <posx>40</posx>
588                                                 <posy>80</posy>
589                                                 <width>320</width>
590                                                 <height>20</height>
591                                                 <info>Window.Property(Day2.Outlook)</info>
592                                                 <font>font13</font>
593                                                 <align>left</align>
594                                                 <aligny>center</aligny>
595                                                 <shadowcolor>black</shadowcolor>
596                                                 <textcolor>white</textcolor>
597                                         </control>
598                                         <control type="image">
599                                                 <posx>20</posx>
600                                                 <posy>120</posy>
601                                                 <width>620</width>
602                                                 <height>4</height>
603                                                 <texture>separator.png</texture>
604                                         </control>
605                                 </control>
606                                 <control type="group">
607                                         <description>day 3</description>
608                                         <posx>20</posx>
609                                         <posy>450</posy>
610                                         <control type="label">
611                                                 <description>Day label</description>
612                                                 <posx>0</posx>
613                                                 <posy>0</posy>
614                                                 <width>460</width>
615                                                 <height>35</height>
616                                                 <font>font13_title</font>
617                                                 <info>Window.Property(Day3.Title)</info>
618                                                 <align>left</align>
619                                                 <aligny>center</aligny>
620                                                 <textcolor>white</textcolor>
621                                                 <shadowcolor>black</shadowcolor>
622                                         </control>
623                                         <control type="image">
624                                                 <description>day icon</description>
625                                                 <posx>450</posx>
626                                                 <posy>0</posy>
627                                                 <height>120</height>
628                                                 <width>120</width>
629                                                 <info>Window.Property(Day3.OutlookIcon)</info>
630                                                 <aspectratio align="right">keep</aspectratio>
631                                         </control>
632                                         <control type="label">
633                                                 <description>high label</description>
634                                                 <posx>40</posx>
635                                                 <posy>50</posy>
636                                                 <height>20</height>
637                                                 <font>font13</font>
638                                                 <align>left</align>
639                                                 <aligny>center</aligny>
640                                                 <label>$LOCALIZE[419] :</label>
641                                                 <textcolor>grey2</textcolor>
642                                                 <shadowcolor>black</shadowcolor>
643                                                 <visible>Weather.IsFetched</visible>
644                                         </control>
645                                         <control type="label">
646                                                 <description>high value</description>
647                                                 <posx>110</posx>
648                                                 <posy>50</posy>
649                                                 <height>20</height>
650                                                 <label>$INFO[Window.Property(Day3.HighTemp)]$INFO[System.TemperatureUnits]</label>
651                                                 <font>font13</font>
652                                                 <align>left</align>
653                                                 <aligny>center</aligny>
654                                                 <textcolor>white</textcolor>
655                                                 <shadowcolor>black</shadowcolor>
656                                                 <visible>!IsEmpty(Window.Property(Day3.HighTemp))</visible>
657                                         </control>
658                                         <control type="label">
659                                                 <description>low label</description>
660                                                 <posx>220</posx>
661                                                 <posy>50</posy>
662                                                 <height>20</height>
663                                                 <font>font13</font>
664                                                 <align>left</align>
665                                                 <aligny>center</aligny>
666                                                 <label>$LOCALIZE[418] :</label>
667                                                 <textcolor>grey2</textcolor>
668                                                 <shadowcolor>black</shadowcolor>
669                                                 <visible>Weather.IsFetched</visible>
670                                         </control>
671                                         <control type="label">
672                                                 <description>low value</description>
673                                                 <posx>290</posx>
674                                                 <posy>50</posy>
675                                                 <height>20</height>
676                                                 <label>$INFO[Window.Property(Day3.LowTemp)]$INFO[System.TemperatureUnits]</label>
677                                                 <font>font13</font>
678                                                 <align>left</align>
679                                                 <aligny>center</aligny>
680                                                 <textcolor>white</textcolor>
681                                                 <shadowcolor>black</shadowcolor>
682                                                 <visible>!IsEmpty(Window.Property(Day3.LowTemp))</visible>
683                                         </control>
684                                         <control type="label">
685                                                 <description>conditions label</description>
686                                                 <posx>40</posx>
687                                                 <posy>80</posy>
688                                                 <width>320</width>
689                                                 <height>20</height>
690                                                 <info>Window.Property(Day3.Outlook)</info>
691                                                 <font>font13</font>
692                                                 <align>left</align>
693                                                 <aligny>center</aligny>
694                                                 <textcolor>white</textcolor>
695                                                 <shadowcolor>black</shadowcolor>
696                                         </control>
697                                 </control>
698                         </control>
699                 </control>
700                 <control type="panel" id="9002">
701                         <visible>!Window.IsActive(PlayerControls)</visible>
702                         <include>VisibleFadeEffect</include>
703                         <include>SubMenuCommonLayout</include>
704                         <content>
705                                 <item>
706                                         <label>31200</label>
707                                         <onclick>ParentDir</onclick>
708                                         <icon>icon_back.png</icon>
709                                 </item>
710                                 <item>
711                                         <label>184</label>
712                                         <onclick>Weather.Refresh</onclick>
713                                         <icon>icon_refresh.png</icon>
714                                 </item>
715                                 <item>
716                                         <label>31201</label>
717                                         <onclick>Weather.LocationNext</onclick>
718                                         <icon>icon_city.png</icon>
719                                 </item>
720                         </content>
721                 </control>
722         </controls>
723 </window>