comparison ItemAuditor.xml @ 22:66b7c3f5937e

I have removed the ability to show debug messages in the chat window and have replaced it with a new debug frame. /ia debug will show all of the debug messages and everything that IA has printed. This commit also has a small fix so that if you sell something for your exact cost you don't get a message that you made a profit of 0c.
author Asa Ayers <Asa.Ayers@Gmail.com>
date Thu, 08 Jul 2010 19:30:30 -0700
parents
children 819bfdc5d73c
comparison
equal deleted inserted replaced
21:d7f02c84994c 22:66b7c3f5937e
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 ../UI.xsd">
3
4 <Frame name="ItemAuditor_DebugFrame" toplevel="true" movable="false" parent="UIParent" enableMouse="true" resizable="false" frameStrata="MEDIUM" hidden="true">
5 <Size x="640" y="512"/>
6 <Anchors>
7 <Anchor point="CENTER"/>
8 </Anchors>
9 <Layers>
10 <!--
11 <Layer level="BACKGROUND">
12 <Texture name="$parent_Background" setAllPoints="true">
13 <Color r="0" g="0" b="1" a="0.5" />
14 </Texture>
15 </Layer>
16 -->
17 <Layer level="ARTWORK">
18 <Texture name="$parentTopLeft" file="Interface\HelpFrame\HelpFrame-TopLeft">
19 <Size x="256" y="256"/>
20 <Anchors>
21 <Anchor point="TOPLEFT"/>
22 </Anchors>
23 </Texture>
24 <Texture name="$parentTopRight" file="Interface\HelpFrame\HelpFrame-TopRight">
25 <Size x="128" y="256"/>
26 <Anchors>
27 <Anchor point="TOPRIGHT">
28 <Offset x="42" y="0"/>
29 </Anchor>
30 </Anchors>
31 </Texture>
32 <Texture file="Interface\HelpFrame\HelpFrame-Top">
33 <Size y="256"/>
34 <Anchors>
35 <Anchor point="TOPLEFT" relativeTo="$parentTopLeft" relativePoint="TOPRIGHT" />
36 <Anchor point="TOPRIGHT" relativeTo="$parentTopRight" relativePoint="TOPLEFT" />
37 </Anchors>
38 </Texture>
39 <Texture name="$parentBotLeft" file="Interface\HelpFrame\HelpFrame-BotLeft">
40 <Size x="256" y="256"/>
41 <Anchors>
42 <Anchor point="BOTTOMLEFT"/>
43 </Anchors>
44 </Texture>
45 <Texture name="$parentBotRight" file="Interface\HelpFrame\HelpFrame-BotRight">
46 <Size x="128" y="256"/>
47 <Anchors>
48 <Anchor point="BOTTOMRIGHT">
49 <Offset x="42" y="0"/>
50 </Anchor>
51 </Anchors>
52 </Texture>
53 <Texture file="Interface\HelpFrame\HelpFrame-Bottom">
54 <Size y="256"/>
55 <Anchors>
56 <Anchor point="BOTTOMLEFT" relativeTo="$parentBotLeft" relativePoint="BOTTOMRIGHT" />
57 <Anchor point="BOTTOMRIGHT" relativeTo="$parentBotRight" relativePoint="BOTTOMLEFT" />
58 </Anchors>
59 </Texture>
60
61 <FontString name="$parentTitle" inherits="GameFontNormal" text="ItemAuditor|nPlease send a screenshot with a description of the problem to Asa.Ayers@Gmail.com">
62 <Anchors>
63 <Anchor point="TOP">
64 <Offset x="0" y="-15"/>
65 </Anchor>
66 </Anchors>
67 </FontString>
68 </Layer>
69
70 </Layers>
71 <Frames>
72 <ScrollingMessageFrame name="$parentTxt" maxLines="100" fade="false" enableMouse="true">
73 <Anchors>
74 <Anchor point="TOPLEFT" relativePoint="TOPLEFT">
75 <Offset x="25" y="-45"/>
76 </Anchor>
77 <Anchor point="BOTTOMRIGHT" relativePoint="BOTTOMRIGHT">
78 <Offset x="-15" y="50"/>
79 </Anchor>
80 </Anchors>
81 <FontString font="Interface\AddOns\WowLua\fonts\VeraMono.ttf" justifyH="LEFT">
82 <FontHeight val="14"/>
83 </FontString>
84 </ScrollingMessageFrame>
85 <Button name="ItemAuditorButton_Close" inherits="UIPanelCloseButton">
86 <Anchors>
87 <Anchor point="TOPRIGHT">
88 <Offset x="0" y="-3"/>
89 </Anchor>
90 </Anchors>
91 <Scripts>
92 <OnClick>
93 ItemAuditor_DebugFrame:Hide()
94 </OnClick>
95 </Scripts>
96 </Button>
97 </Frames>
98 </Frame>
99 <Scripts>
100 ItemAuditor_DebugFrame:Hide()
101 </Scripts>
102 </Ui>