diff options
Diffstat (limited to 'addons/skin.estuary/xml/DialogExtendedProgressBar.xml')
-rw-r--r-- | addons/skin.estuary/xml/DialogExtendedProgressBar.xml | 79 |
1 files changed, 79 insertions, 0 deletions
diff --git a/addons/skin.estuary/xml/DialogExtendedProgressBar.xml b/addons/skin.estuary/xml/DialogExtendedProgressBar.xml new file mode 100644 index 0000000000..59707fa7ea --- /dev/null +++ b/addons/skin.estuary/xml/DialogExtendedProgressBar.xml @@ -0,0 +1,79 @@ +<?xml version="1.0" encoding="UTF-8"?> +<window> + <zorder>3</zorder> + <animation effect="fade" start="0" end="100" time="300">WindowOpen</animation> + <animation effect="fade" start="100" end="0" time="200">WindowClose</animation> + <controls> + <control type="group"> + <depth>DepthBars</depth> + <right>20</right> + <width>80</width> + <top>0</top> + <animation effect="slide" end="0,-90" time="300" tween="sine" easing="inout" condition="$EXP[infodialog_active]">conditional</animation> + <animation effect="slide" end="0,-80" time="150" condition="Window.IsVisible(FullscreenVideo)">conditional</animation> + <control type="image"> + <left>-4</left> + <top>-11</top> + <width>100</width> + <height>100</height> + <texture colordiffuse="button_focus">dialogs/extendedprogress/loading-back.png</texture> + </control> + <control type="group"> + <visible>!Window.IsActive(volumebar)</visible> + <animation effect="fade" time="200">VisibleChange</animation> + <control type="image"> + <left>-4</left> + <top>-11</top> + <width>100</width> + <height>100</height> + <texture>$INFO[Control.GetLabel(32),dialogs/volume/progress/p,.png]</texture> + <animation effect="fade" end="50" time="0" condition="true">Conditional</animation> + </control> + <control type="image"> + <left>-4</left> + <top>-11</top> + <width>100</width> + <height>100</height> + <texture>dialogs/extendedprogress/loading.png</texture> + <animation effect="rotate" center="auto" start="360" end="0" time="1500" loop="true" condition="true">Conditional</animation> + </control> + </control> + <control type="grouplist"> + <left>-800</left> + <top>7</top> + <width>800</width> + <height>120</height> + <align>right</align> + <orientation>horizontal</orientation> + <control type="label" id="30"> + <description>Header label</description> + <width min="0" max="680">auto</width> + <height>120</height> + <font>font12</font> + </control> + <control type="label"> + <description>Header label</description> + <width min="0" max="120">auto</width> + <height>120</height> + <font>font12</font> + <label>$INFO[Control.GetLabel(32),: ,%]</label> + </control> + </control> + <control type="label" id="31"> + <description>Title label</description> + <left>-750</left> + <top>33</top> + <width>750</width> + <height>120</height> + <font>font12</font> + <textcolor>80FFFFFF</textcolor> + <align>right</align> + </control> + <control type="progress" id="32"> + <left>3000</left> + <description>progress control</description> + <height>15</height> + </control> + </control> + </controls> +</window> |