skin.pellucid/1080i/DialogExtendedProgressBar.xml

90 lines
3.9 KiB
XML
Raw Normal View History

2014-09-28 20:47:53 +02:00
<?xml version="1.0" encoding="UTF-8"?>
<window>
2015-03-27 21:31:13 +01:00
<defaultcontrol/>
2014-09-28 20:47:53 +02:00
<controls>
<control type="group">
<posx>col-19-begin</posx>
2016-11-25 00:26:56 +01:00
<include condition="!window.isactive(Notification)">progressPosition1</include>
<include condition="window.isactive(Notification)">progressPosition2</include>
2014-09-28 20:47:53 +02:00
<!--animations-->
<animation type="Windowclose">
2015-03-27 21:31:13 +01:00
<effect type="fade" start="100" end="0" time="400" tween="sine"/>
2014-09-28 20:47:53 +02:00
</animation>
2015-03-30 21:32:00 +02:00
<control type="group">
2014-09-28 20:47:53 +02:00
<!--animations-->
<animation type="Windowopen">
2015-03-27 21:31:13 +01:00
<effect type="slide" start="1000,0" end="0,0" time="400" tween="sine"/>
2014-09-28 20:47:53 +02:00
</animation>
2015-03-30 21:32:00 +02:00
<control type="image">
<posx>0</posx>
<posy>0</posy>
<width>8-col</width>
<height>3-row</height>
<texture>colors/white.png</texture>
2015-04-20 21:33:20 +02:00
<colordiffuse>ffFFFFFF</colordiffuse>
2016-02-21 19:58:08 +01:00
<bordertexture colordiffuse="highlight">colors/white.png</bordertexture>
2015-04-20 21:33:20 +02:00
<bordersize>6,0,0,0</bordersize>
2015-03-30 21:32:00 +02:00
</control>
2017-01-27 15:51:36 +01:00
<control type="label" id="30">
<visible>!StringCompare(control.getlabel(30),control.getlabel(31))</visible>
<description>heading</description>
<posx>24</posx>
<posy>0</posy>
<font>itemSubTitle</font>
<width>468</width>
<height>60</height>
<aligny>center</aligny>
<label>-</label>
<textcolor>black</textcolor>
<shadowcolor>-</shadowcolor>
<!--animations-->
<animation type="Windowopen">
<effect type="fade" start="0" end="100" delay="400" time="400" tween="sine"/>
</animation>
</control>
<control type="label">
<visible>StringCompare(control.getlabel(30),control.getlabel(31))</visible>
<description>heading</description>
<posx>24</posx>
<posy>0</posy>
<font>itemSubTitle</font>
<width>468</width>
<height>60</height>
<aligny>center</aligny>
<label>31023</label>
<textcolor>black</textcolor>
<shadowcolor>-</shadowcolor>
<!--animations-->
<animation type="Windowopen">
<effect type="fade" start="0" end="100" delay="400" time="400" tween="sine"/>
</animation>
</control>
<control type="label" id="31">
<description>message</description>
<posx>24</posx>
<posy>1-row</posy>
<font>dialogTitle</font>
<textcolor>black</textcolor>
<width>468</width>
<height>2-row</height>
<aligny>center</aligny>
<label>-</label>
<scroll>true</scroll>
<scrollspeed>100</scrollspeed>
<!--animations-->
<animation type="Windowopen">
<effect type="fade" start="0" end="100" delay="600" time="400" tween="sine"/>
</animation>
</control>
2014-09-28 20:47:53 +02:00
</control>
</control>
2015-03-27 21:31:13 +01:00
<!--debugging-->
<include>DebugGrid</include>
<control type="label">
<posy>0</posy>
<include>DialogID</include>
<label>DialogExtendedProgressBar.xml</label>
2014-09-28 20:47:53 +02:00
</control>
</controls>
2015-03-27 21:31:13 +01:00
</window>