forked from beatmasterRS/skin.arctic.zephyr.mod
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDialogBusy.xml
29 lines (29 loc) · 1.18 KB
/
DialogBusy.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
<?xml version="1.0" encoding="UTF-8"?>
<!-- Foundation -->
<window id="136">
<onload>ClearProperty(down)</onload>
<onunload>ClearProperty(down)</onunload>
<allowoverlay>no</allowoverlay>
<controls>
<control type="group">
<visible>!Window.IsVisible(DialogProgress.xml)</visible>
<visible>!Skin.HasSetting(hide.busydialog)</visible>
<visible>String.IsEmpty(Window(Home).Property(script.preshowexperience.running))</visible>
<visible>String.IsEmpty(Window(home).Property(TrailerFade))</visible>
<include>Animation.FadeIn</include>
<include>Animation.FadeOut</include>
<include>GlobalOverlay</include>
<include>GlobalOverlay</include>
<control type="group">
<centertop>50%</centertop>
<centerleft>50%</centerleft>
<width>450</width>
<height>100</height>
<include>Animation.DelayFadeIn</include>
<include content="BusySpinner">
<param name="color" value="ffededed" />
</include>
</control>
</control>
</controls>
</window>