View Single Post
05-31-09, 06:42 AM   #8
Samsan
An Aku'mai Servant
 
Samsan's Avatar
Join Date: May 2009
Posts: 33
OK her goes the mess XML:

<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/
..\FrameXML\UI.xsd">

<Button name="DWMPackRepEntryButtonTemplate" virtual="true">
<Size>
<AbsDimension x="670" y="22" />
</Size>
<Layers>
<Layer level="BACKGROUND">
<FontString name="$parentFactionName" inherits="GameFontNormal" justifyH="LEFT">
<Size>
<AbsDimension x="140" y="14"/>
</Size>
<Anchors>
<Anchor point="TOPLEFT">
<Offset>
<AbsDimension x="7" y="0"/>
</Offset>
</Anchor>
</Anchors>
</FontString>
<FontString name="$parentFactionItems" inherits="GameFontHighlight" justifyH="CENTER">
<Size>
<AbsDimension x="50" y="14"/>
</Size>
<Anchors>
<Anchor point="TOPLEFT" relativeTo="$parentFactionName" relativePoint="TOPRIGHT">
<Offset>
<AbsDimension x="5" y="0"/>
</Offset>
</Anchor>
</Anchors>
</FontString>
<FontString name="$parentFactionStanding" inherits="GameFontHighlight" justifyH="LEFT">
<Size>
<AbsDimension x="80" y="14"/>
</Size>
<Anchors>
<Anchor point="TOPLEFT" relativeTo="$parentFactionItems" relativePoint="TOPRIGHT">
<Offset>
<AbsDimension x="25" y="0"/>
</Offset>
</Anchor>
</Anchors>
</FontString>
<FontString name="$parentFactionPercent" inherits="GameFontHighlight" justifyH="RIGHT">
<Size>
<AbsDimension x="47" y="14"/>
</Size>
<Anchors>
<Anchor point="TOPLEFT" relativeTo="$parentFactionStanding" relativePoint="TOPRIGHT">
<Offset>
<AbsDimension x="10" y="0"/>
</Offset>
</Anchor>
</Anchors>
</FontString>
<FontString name="$parentFactionSession" inherits="GameFontHighlight" justifyH="CENTER">
<Size>
<AbsDimension x="55" y="14"/>
</Size>
<Anchors>
<Anchor point="TOPLEFT" relativeTo="$parentFactionPercent" relativePoint="TOPRIGHT">
<Offset>
<AbsDimension x="19" y="0"/>
</Offset>
</Anchor>
</Anchors>
</FontString>
<FontString name="$parentFactionNumbers" inherits="GameFontHighlight" justifyH="RIGHT">
<Size>
<AbsDimension x="90" y="14"/>
</Size>
<Anchors>
<Anchor point="TOPLEFT" relativeTo="$parentFactionSession" relativePoint="TOPRIGHT">
<Offset>
<AbsDimension x="37" y="0"/>
</Offset>
</Anchor>
</Anchors>
</FontString>
<FontString name="$parentFactionRepToGo" inherits="GameFontHighlight" justifyH="RIGHT">
<Size>
<AbsDimension x="60" y="14"/>
</Size>
<Anchors>
<Anchor point="TOPLEFT" relativeTo="$parentFactionNumbers" relativePoint="TOPRIGHT">
<Offset>
<AbsDimension x="18" y="0"/>
</Offset>
</Anchor>
</Anchors>
</FontString>
</Layer>
</Layers>
<ButtonText name="$parentText">
<FontHeight>
<AbsValue val="10" />
</FontHeight>
</ButtonText>
<NormalFont style="GameFontNormalSmall" />
<Scripts>
<OnLoad>
self:SetFrameLevel(self:GetFrameLevel() + 1);
</OnLoad>
</Scripts>
</Button>
<Button name="DWMPackRepColumnHeaderTemplate" hidden="false" virtual="true">
<Size>
<AbsDimension x="110" y="22" />
</Size>
<Layers>
<Layer level="BACKGROUND">
<FontString name="$parentText" inherits="GameFontNormalSmall" justifyH="LEFT"/>
</Layer>
</Layers>
<Anchors>
<Anchor point="TOPLEFT">
<Offset>
<AbsDimension x="39" y="-90" />
</Offset>
</Anchor>
</Anchors>
<ButtonText name="$parentText">
<FontHeight>
<AbsValue val="10" />
</FontHeight>
</ButtonText>
<NormalFont style="GameFontNormalSmall" />
<Scripts>
<OnLoad>
self:SetFrameLevel(self:GetFrameLevel() + 1);
</OnLoad>
</Scripts>
</Button>

<Frame name="DWMPackRepFrame" alpha="0.85" hidden="false" parent="DWMPackBaseFrame" toplevel="true" enableMouse="true">
<Size>
<AbsDimension x="690" y="365" />
</Size>
<Anchors>
<Anchor point="TOPLEFT" relativeTo="DWMPackBaseFrame">
<Offset>
<AbsDimension x="27" y="-89" />
</Offset>
</Anchor>
</Anchors>
<TitleRegion setAllPoints="true" />
<Frames>

<ScrollFrame name="DWMPackRepScrollFrame" inherits="FauxScrollFrameTemplate" enableMouse="true">
<Size>
<AbsDimension x="690" y="360"/>
</Size>
<Anchors>
<Anchor point="TOPLEFT" relativeTo="DWMPackRepFrame">
<Offset>
<AbsDimension x="0" y="0"/>
</Offset>
</Anchor>
</Anchors>
<Scripts>
<OnVerticalScroll>
FauxScrollFrame_OnVerticalScroll(self, offset, 16, DWMPACKREPFRAME_FACTIONHEIGHT, DWMPackRepScrollFrame_Update);
</OnVerticalScroll>
<OnShow>
DWMPackRepScrollFrame_Update(self);
</OnShow>
</Scripts>
<Layers>
<Layer level="BACKGROUND">
<Texture file="Interface\PaperDollInfoFrame\UI-Character-ScrollBar">
<Size>
<AbsDimension x="31" y="259"/>
</Size>
<Anchors>
<Anchor point="TOPLEFT" relativePoint="TOPRIGHT">
<Offset>
<AbsDimension x="-2" y="3"/>
</Offset>
</Anchor>
</Anchors>
<TexCoords left="0" right="0.484375" top="0" bottom="1.0"/>
</Texture>
<Texture file="Interface\PaperDollInfoFrame\UI-Character-ScrollBar">
<Size>
<AbsDimension x="31" y="108"/>
</Size>
<Anchors>
<Anchor point="BOTTOMLEFT" relativePoint="BOTTOMRIGHT">
<Offset>
<AbsDimension x="-2" y="-4"/>
</Offset>
</Anchor>
</Anchors>
<TexCoords left="0.515625" right="1.0" top="0" bottom="0.421875"/>
</Texture>
</Layer>
</Layers>
</ScrollFrame>

<Button name="DWMPackRepEntryButton1" inherits="DWMPackRepEntryButtonTemplate" id="1">
<Anchors>
<Anchor point="TOPLEFT" relativeTo="DWMPackRepScrollFrame" relativePoint="TOPLEFT">
<Offset>
<AbsDimension x="35" y="-25"/>
</Offset>
</Anchor>
</Anchors>
</Button>
<Button name="DWMPackRepEntryButton2" inherits="DWMPackRepEntryButtonTemplate" id="2">
<Anchors>
<Anchor point="TOPLEFT" relativeTo="DWMPackRepEntryButton1" relativePoint="BOTTOMLEFT"/>
</Anchors>
</Button>
<Button name="DWMPackRepEntryButton3" inherits="DWMPackRepEntryButtonTemplate" id="3">
<Anchors>
<Anchor point="TOPLEFT" relativeTo="DWMPackRepEntryButton2" relativePoint="BOTTOMLEFT"/>
</Anchors>
</Button>
<Button name="DWMPackRepEntryButton4" inherits="DWMPackRepEntryButtonTemplate" id="4">
<Anchors>
<Anchor point="TOPLEFT" relativeTo="DWMPackRepEntryButton3" relativePoint="BOTTOMLEFT"/>
</Anchors>
</Button>
<Button name="DWMPackRepEntryButton5" inherits="DWMPackRepEntryButtonTemplate" id="5">
<Anchors>
<Anchor point="TOPLEFT" relativeTo="DWMPackRepEntryButton4" relativePoint="BOTTOMLEFT"/>
</Anchors>
</Button>
<Button name="DWMPackRepEntryButton6" inherits="DWMPackRepEntryButtonTemplate" id="6">
<Anchors>
<Anchor point="TOPLEFT" relativeTo="DWMPackRepEntryButton5" relativePoint="BOTTOMLEFT"/>
</Anchors>
</Button>
<Button name="DWMPackRepEntryButton7" inherits="DWMPackRepEntryButtonTemplate" id="7">
<Anchors>
<Anchor point="TOPLEFT" relativeTo="DWMPackRepEntryButton6" relativePoint="BOTTOMLEFT"/>
</Anchors>
</Button>
<Button name="DWMPackRepEntryButton8" inherits="DWMPackRepEntryButtonTemplate" id="8">
<Anchors>
<Anchor point="TOPLEFT" relativeTo="DWMPackRepEntryButton7" relativePoint="BOTTOMLEFT"/>
</Anchors>
</Button>
<Button name="DWMPackRepEntryButton9" inherits="DWMPackRepEntryButtonTemplate" id="9">
<Anchors>
<Anchor point="TOPLEFT" relativeTo="DWMPackRepEntryButton8" relativePoint="BOTTOMLEFT"/>
</Anchors>
</Button>
<Button name="DWMPackRepEntryButton10" inherits="DWMPackRepEntryButtonTemplate" id="10">
<Anchors>
<Anchor point="TOPLEFT" relativeTo="DWMPackRepEntryButton9" relativePoint="BOTTOMLEFT"/>
</Anchors>
</Button>
<Button name="DWMPackRepEntryButton11" inherits="DWMPackRepEntryButtonTemplate" id="11">
<Anchors>
<Anchor point="TOPLEFT" relativeTo="DWMPackRepEntryButton10" relativePoint="BOTTOMLEFT"/>
</Anchors>
</Button>
<Button name="DWMPackRepEntryButton12" inherits="DWMPackRepEntryButtonTemplate" id="12">
<Anchors>
<Anchor point="TOPLEFT" relativeTo="DWMPackRepEntryButton11" relativePoint="BOTTOMLEFT"/>
</Anchors>
</Button>
<Button name="DWMPackRepEntryButton13" inherits="DWMPackRepEntryButtonTemplate" id="13">
<Anchors>
<Anchor point="TOPLEFT" relativeTo="DWMPackRepEntryButton12" relativePoint="BOTTOMLEFT"/>
</Anchors>
</Button>
<Button name="DWMPackRepEntryButton14" inherits="DWMPackRepEntryButtonTemplate" id="14">
<Anchors>
<Anchor point="TOPLEFT" relativeTo="DWMPackRepEntryButton13" relativePoint="BOTTOMLEFT"/>
</Anchors>
</Button>
<Button name="DWMPackRepEntryButton15" inherits="DWMPackRepEntryButtonTemplate" id="15">
<Anchors>
<Anchor point="TOPLEFT" relativeTo="DWMPackRepEntryButton14" relativePoint="BOTTOMLEFT"/>
</Anchors>
</Button>
<!--<Button name="DWMPackRepEntryButton16" inherits="DWMPackRepEntryButtonTemplate" id="16">
<Anchors>
<Anchor point="TOPLEFT" relativeTo="DWMPackRepEntryButton15" relativePoint="BOTTOMLEFT"/>
</Anchors>
</Button>
<Button name="DWMPackRepEntryButton17" inherits="DWMPackRepEntryButtonTemplate" id="17">
<Anchors>
<Anchor point="TOPLEFT" relativeTo="DWMPackRepEntryButton16" relativePoint="BOTTOMLEFT"/>
</Anchors>
</Button>
<Button name="DWMPackRepEntryButton18" inherits="DWMPackRepEntryButtonTemplate" id="18">
<Anchors>
<Anchor point="TOPLEFT" relativeTo="DWMPackRepEntryButton17" relativePoint="BOTTOMLEFT"/>
</Anchors>
</Button>
<Button name="DWMPackRepEntryButton19" inherits="DWMPackRepEntryButtonTemplate" id="19">
<Anchors>
<Anchor point="TOPLEFT" relativeTo="DWMPackRepEntryButton17" relativePoint="BOTTOMLEFT"/>
</Anchors>
</Button>
<Button name="DWMPackRepEntryButton20" inherits="DWMPackRepEntryButtonTemplate" id="20">
<Anchors>
<Anchor point="TOPLEFT" relativeTo="DWMPackRepEntryButton19" relativePoint="BOTTOMLEFT"/>
</Anchors>
</Button>-->

<Button name="DWMPackRepColumnHeader1" inherits="DWMPackRepColumnHeaderTemplate" text="Faction">
<Anchors>
<Anchor point="TOPLEFT" relativeTo="DWMPackRepScrollFrame" relativePoint="TOPLEFT">
<Offset>
<AbsDimension x="7" y="-5"/>
</Offset>
</Anchor>
</Anchors>
</Button>
<Button name="DWMPackRepColumnHeader2" inherits="DWMPackRepColumnHeaderTemplate" text="Items Left">
<Anchors>
<Anchor point="TOPLEFT" relativeTo="DWMPackRepScrollFrame" relativePoint="TOPLEFT">
<Offset>
<AbsDimension x="158" y="-5"/>
</Offset>
</Anchor>
</Anchors>
</Button>
<Button name="DWMPackRepColumnHeader3" inherits="DWMPackRepColumnHeaderTemplate" text="Standing">
<Anchors>
<Anchor point="TOPLEFT" relativeTo="DWMPackRepScrollFrame" relativePoint="TOPLEFT">
<Offset>
<AbsDimension x="230" y="-5"/>
</Offset>
</Anchor>
</Anchors>
</Button>
<Button name="DWMPackRepColumnHeader4" inherits="DWMPackRepColumnHeaderTemplate" text="Percent">
<Anchors>
<Anchor point="TOPLEFT" relativeTo="DWMPackRepScrollFrame" relativePoint="TOPLEFT">
<Offset>
<AbsDimension x="323" y="-5"/>
</Offset>
</Anchor>
</Anchors>
</Button>
<Button name="DWMPackRepColumnHeader5" inherits="DWMPackRepColumnHeaderTemplate" text="Session Gains">
<Anchors>
<Anchor point="TOPLEFT" relativeTo="DWMPackRepScrollFrame" relativePoint="TOPLEFT">
<Offset>
<AbsDimension x="403" y="-5"/>
</Offset>
</Anchor>
</Anchors>
</Button>
<Button name="DWMPackRepColumnHeader6" inherits="DWMPackRepColumnHeaderTemplate" text="Raw Numbers">
<Anchors>
<Anchor point="TOPLEFT" relativeTo="DWMPackRepScrollFrame" relativePoint="TOPLEFT">
<Offset>
<AbsDimension x="503" y="-5"/>
</Offset>
</Anchor>
</Anchors>
</Button>
<Button name="DWMPackRepColumnHeader7" inherits="DWMPackRepColumnHeaderTemplate" text="Rep To Go">
<Anchors>
<Anchor point="TOPLEFT" relativeTo="DWMPackRepScrollFrame" relativePoint="TOPLEFT">
<Offset>
<AbsDimension x="598" y="-5"/>
</Offset>
</Anchor>
</Anchors>
</Button>
</Frames>
<Scripts>
<!--<OnLoad function="DWMPackRepFrame_OnLoad"/>
<OnShow function="DWMPackRepFrame_OnShow"/>
<OnEvent function="DWMPackRepFrame_OnEvent"/>
<OnUpdate function="DWMPackRepFrame_OnUpdate"/>
<OnMouseWheel function=""/>-->
</Scripts>
</Frame>
</Ui>
__________________
To give is to receive so the more that you give the more that you receive.
  Reply With Quote