[WASAPI] use silent buffer flag for initial silent frames.
[xbmc.git] / addons / skin.estuary / xml / Custom_1102_TextViewer.xml
blob164919b75db4e74dc542ae7f4f0d37b7ad75dfa1
1 <?xml version="1.0" encoding="utf-8"?>
2 <window type="dialog" id="1102">
3         <defaultcontrol always="true">1000</defaultcontrol>
4         <include>Animation_DialogPopupOpenClose</include>
5         <controls>
6                 <control type="group">
7                         <left>13%</left>
8                         <centertop>50%</centertop>
9                         <height>770</height>
10                         <include content="DialogBackgroundCommons">
11                                 <param name="width" value="84%" />
12                                 <param name="height" value="770" />
13                                 <param name="header_label" value="$INFO[Window(home).Property(TextViewer_Header)]" />
14                                 <param name="header_id" value="1" />
15                         </include>
16                         <control type="textbox" id="2000">
17                                 <left>1%</left>
18                                 <top>85</top>
19                                 <width>82%</width>
20                                 <height>675</height>
21                                 <shadowcolor>black</shadowcolor>
22                                 <pagecontrol>3000</pagecontrol>
23                                 <font>font37</font>
24                                 <label>$INFO[Window(home).Property(TextViewer_Text)]</label>
25                         </control>
26                         <control type="scrollbar" id="3000">
27                                 <include>HiddenObject</include>
28                                 <ondown>3000</ondown>
29                                 <onup>3000</onup>
30                         </control>
31                 </control>
32                 <control type="button" id="1000">
33                         <include>HiddenObject</include>
34                         <onclick>Action(Close)</onclick>
35                         <onup>PageUp(3000)</onup>
36                         <ondown>PageDown(3000)</ondown>
37                 </control>
38                 <control type="button">
39                         <centerleft>50%</centerleft>
40                         <top>113</top>
41                         <width>48</width>
42                         <height>20</height>
43                         <onclick>SetFocus(3000)</onclick>
44                         <onclick>Up</onclick>
45                         <texturefocus colordiffuse="button_focus" flipy="true">overlays/arrowdown.png</texturefocus>
46                         <texturenofocus colordiffuse="button_focus" flipy="true">overlays/arrowdown.png</texturenofocus>
47                         <visible>Control.IsVisible(3000) + Integer.IsGreater(Container(2000).CurrentPage,1)</visible>
48                         <animation effect="zoom" start="100,0" end="100,100" center="auto" time="200" delay="10">VisibleChange</animation>
49                 </control>
50                 <control type="button">
51                         <centerleft>50%</centerleft>
52                         <top>940</top>
53                         <width>48</width>
54                         <height>20</height>
55                         <onclick>SetFocus(3000)</onclick>
56                         <onclick>Down</onclick>
57                         <texturefocus colordiffuse="button_focus">overlays/arrowdown.png</texturefocus>
58                         <texturenofocus colordiffuse="button_focus">overlays/arrowdown.png</texturenofocus>
59                         <visible>Control.IsVisible(3000) + !String.IsEqual(Container(2000).CurrentPage,Container(2000).NumPages)</visible>
60                         <animation effect="zoom" start="100,0" end="100,100" center="auto" time="200" delay="10">VisibleChange</animation>
61                 </control>
62         </controls>
63 </window>