View Single Post
  #14  
Unread 03-12-2010, 06:21 PM
dping28 dping28 is offline
A Grove Wisp
Interface Author - Click to view interfaces
 
Join Date: Feb 2005
Server: Antonia Bayle
Posts: 26
Default

Yeah the file is included.. here is all the code. It was working fine before I tried to move everything to the txt file.

Code:
<?xml version="1.0" encoding="utf-8"?>
<Page eq2usescomwndcontrols="true" Location="369,252" Name="UtilBar" ScrollExtent="161,26" Size="161,26" UserMovable="true">

<include>UtilBar_Settings.txt</include>

		<Image Location="2,2" Name="ManastoneImg" PackSize="a,a" ScrollExtent="20,20" Size="20,20" SourceRect="0,0,32,32" SourceResource="images/manastone.dds" Stretch="true" Style=" "/>
    <Button Location="2,2" Name="Manastone" OnPress="Parent.UtilBarData.Test.PressAction" PackSize="a,a" ScrollExtent="20,20" Size="20,20" Style=" " OnHoverIn="Tooltip=Parent.UtilBarData.1.Tooltip" />
    <Image Location="24,2" Name="Shard1Img" PackSize="a,a" ScrollExtent="20,20" Size="20,20" SourceRect="0,0,32,32" SourceResource="images/shard.dds" Style=" " />
    <Button Location="24,2" Name="Shard1" OnPress="use_itemvdl -1816047141" PackSize="a,a" ScrollExtent="20,20" Size="20,20" Style=" " Tooltip="Shard (Expert)" />
    <Image Location="46,2" Name="Shard2Img" PackSize="a,a" ScrollExtent="20,20" Size="20,20" SourceRect="0,0,32,32" SourceResource="images/shard.dds" Style=" " />
    <Button Location="46,2" Name="Shard2" OnPress="use_itemvdl 1954118876" PackSize="a,a" ScrollExtent="20,20" Size="20,20" Style=" " Tooltip="Shard (Master)" />
    <Image Location="68,2" Name="Heart1Img" PackSize="a,a" ScrollExtent="20,20" Size="20,20" SourceRect="0,0,32,32" SourceResource="images/heart.dds" Style=" " />
    <Button Location="68,2" Name="Heart1" OnPress="use_itemvdl -1090779696" PackSize="a,a" ScrollExtent="20,20" Size="20,20" Style=" " Tooltip="Heart (Expert)" />
    <Image Location="90,2" Name="Heart2Img" PackSize="a,a" ScrollExtent="20,20" Size="20,20" SourceRect="0,0,32,32" SourceResource="images/heart.dds" Style=" " />
    <Button Location="90,2" Name="Heart2" OnPress="use_itemvdl 1497639127" PackSize="a,a" ScrollExtent="20,20" Size="20,20" Style=" " Tooltip="Heart (Master)" />
    <Image Location="112,2" Name="SoRImg" PackSize="a,a" ScrollExtent="20,20" Size="20,20" SourceRect="0,0,32,32" SourceResource="images/signet.dds" Style=" " />
    <Button Location="112,2" Name="SoR" OnPress="use_itemvdl -974644649" PackSize="a,a" ScrollExtent="20,20" Size="20,20" Style=" " Tooltip="Signet of Replenishment" />
    <Image Location="134,2" Name="SoGRImg" PackSize="a,a" ScrollExtent="20,20" Size="20,20" SourceRect="0,0,32,32" SourceResource="images/signet.dds" Style=" " />
    <Button Location="134,2" Name="SoGR" OnPress="use_itemvdl -941739796" PackSize="a,a" ScrollExtent="20,20" Size="20,20" Style=" " Tooltip="Signet of Greater Replenishment" />

    <Page AbsorbsInput="false" Location="-1,-1" Name="WindowFrame" PackSize="a,a" ScrollExtent="156,24" Size="156,24" Visible="true">
        <Page AbsorbsInput="false" BackgroundOpacity="1.000" Location="2,2" Name="Frame" PackLocation="left,top" PackSize="absolute,absolute" RStyleDefault="/FrameStyles.single_pixel" ScrollExtent="154,22" Size="154,22" />
        <Page AbsorbsInput="false" BackgroundOpacity="1.000" Name="Bkg" PackLocation="left,top" PackSize="absolute,absolute" RStyleDefault="/WindowElements.DesktopWindowFrame.data.bkg.rect" ScrollExtent="156,25" Size="156,25" />
    </Page>

</Page>
and the txt file is the above block currently
Reply With Quote