comparison Devent.xml @ 107:8dc0c1917890

- Test fix for frames getting stuck in hidden state when zoning on the move
author Nenue
date Tue, 17 Oct 2017 16:57:38 -0400
parents
children
comparison
equal deleted inserted replaced
106:f8ed212558c1 107:8dc0c1917890
1 <Ui xmlns="http://www.blizzard.com/wow/ui/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.blizzard.com/wow/ui/
2 ..\FrameXML\UI.xsd">
3 <Script file="Devent.lua" />
4
5 <Frame name="DevianEventTraceTemplate" virtual="true" mixin="DevianEventTraceMixin">
6
7 <Scripts>
8
9 <OnLoad method="OnLoad" />
10 <OnShow method="OnShow" />
11 <OnHide method="OnHide" />
12 <OnEvent method="OnEvent" />
13 <OnMouseWheel method="OnMouseWheel" />
14 <OnDragStart method="OnDragStart" />
15 <OnDragStop method="OnDragStop" />
16 <OnMouseDown method="OnMouseDown" />
17 <OnMouseUp method="OnMouseUp" />
18 <OnEnter method="OnEnter" />
19 <OnLeave method="OnLeave" />
20 <OnHyperlinkEnter method="OnEnter" />
21 <OnHyperlinkLeave method="OnLeave" />
22 </Scripts>
23
24 <Size x="400" y="800" />
25 <Layers>
26 <Layer level="BACKGROUND">
27 <Texture parentKey="Background" setAllPoints="true">
28 <Color a="1" r="0" b="0" g="0" />
29 </Texture>
30 </Layer>
31 <Layer level="ARTWORK">
32 <Texture parentKey="TopStripe">
33 <Anchors>
34 <Anchor point="TOPLEFT" />
35 <Anchor point="BOTTOMRIGHT" relativePoint="TOPRIGHT" x="0" y="-3" />
36 </Anchors>
37 <Color r="1" g="1" b="1" a="1" />
38 </Texture>
39 </Layer>
40 <Layer level="OVERLAY">
41 <FontString parentKey="Title" inherits="GameFontNormal" text="DEVENT_FRAME">
42 <Anchors>
43 <Anchor point="TOP" />
44 </Anchors>
45 </FontString>
46 </Layer>
47 </Layers>
48
49 <Frames>
50 <Frame parentKey="Details">
51 <Anchors>
52 <Anchor point="LEFT" relativePoint="RIGHT" />
53 </Anchors>
54 <Layers>
55 <Layer level="OVERLAY">
56 <FontString parentKey="Contents" inherits="GameFontNormal" setAllPoints="true" />
57 </Layer>
58 </Layers>
59 </Frame>
60 </Frames>
61 </Frame>
62 </Ui>