Unable to play with UF client

Check here first if you have a question!
drakkyn
Posts: 18

Unable to play with UF client

Post#1 » Sat Jan 18, 2014 8:30 am

I can connect with a Titanium client just fine, but when I try to use my underfoot client, I get in my UIErrors.txt file. I ran the patcher

UIErrorLog created at Fri Jan 17 23:27:58 2014
[Fri Jan 17 23:27:59 2014] Error: Could not find child MW_Recover_Button in window MerchantWnd

[Fri Jan 17 23:27:59 2014] Error: Could not find child MW_ItemListRecovery in window MerchantWnd

[Fri Jan 17 23:27:59 2014] Error: Could not find child MW_PurchasePage in window MerchantWnd

[Fri Jan 17 23:27:59 2014] Error: Could not find child MW_RecoveryPage in window MerchantWnd

[Fri Jan 17 23:27:59 2014] Error: Could not find child MW_MerchantSubwindows in window MerchantWnd

User avatar
Sian
Posts: 1369

Re: Unable to play with UF client

Post#2 » Sat Jan 18, 2014 9:06 am

tried copying those very same file from your Titanium folder into your UF folder (make sure you copy them in the right folder) ?

drakkyn
Posts: 18

Re: Unable to play with UF client

Post#3 » Sat Jan 18, 2014 9:20 am

Sian wrote:tried copying those very same file from your Titanium folder into your UF folder (make sure you copy them in the right folder) ?


I tried that ... same error:

UIErrorLog created at Sat Jan 18 00:18:52 2014
[Sat Jan 18 00:18:53 2014] Error: Could not find child MW_Recover_Button in window MerchantWnd

[Sat Jan 18 00:18:53 2014] Error: Could not find child MW_ItemListRecovery in window MerchantWnd

[Sat Jan 18 00:18:53 2014] Error: Could not find child MW_PurchasePage in window MerchantWnd

[Sat Jan 18 00:18:53 2014] Error: Could not find child MW_RecoveryPage in window MerchantWnd

[Sat Jan 18 00:18:53 2014] Error: Could not find child MW_MerchantSubwindows in window MerchantWnd

User avatar
Sian
Posts: 1369

Re: Unable to play with UF client

Post#4 » Sat Jan 18, 2014 9:36 am

No idea, I looked at my merchantwindow file but didn't see all those you are mentionning.

Vaion
Posts: 3712

Re: Unable to play with UF client

Post#5 » Sat Jan 18, 2014 3:56 pm

Are you trying to use a custom UI? I searched for those UI entries and only found them in the EQLive client. They are not part of the UF client's default UI.

If you want, I uploaded the default UI for Underfoot and you can try replacing your old one with this one and see if that helps.

Download Link: Underfoot Default UI
Oh the fun you all are going to have in DSK3...
Simon says.. touch the green one! Nooooo BLIQUE NOT THE RED ONE! zomg you just got me "Vaion Touched"!

User avatar
Grey
Posts: 1101

Re: Unable to play with UF client

Post#6 » Sat Jan 18, 2014 4:33 pm

Yeah that looks like RoF client stuff. Cant recall exactly when it was added but don't remember it in UF on live.
Then again all I do is headshot or decap and never pay attention to the small details like merchant windows. Psh who needs to buy food.

drakkyn
Posts: 18

Re: Unable to play with UF client

Post#7 » Sun Jan 19, 2014 2:14 am

Vaion wrote:Are you trying to use a custom UI? I searched for those UI entries and only found them in the EQLive client. They are not part of the UF client's default UI.

If you want, I uploaded the default UI for Underfoot and you can try replacing your old one with this one and see if that helps.

Download Link: Underfoot Default UI


Thanks for the files, but they caused the same error.

I went in to my UF client folder that I made a copy of just for hiddenforest , \\\games\EQEmu\HiddenForest-UF\uifiles , deleted the default folder. I then extracted that zip file into the above folder.

drakkyn
Posts: 18

Re: Unable to play with UF client

Post#8 » Sun Jan 19, 2014 2:15 am

of note, I can get to the character creation windows and the authentication windows. Its just when I try to get to the HF server, I get those errors.

User avatar
Grey
Posts: 1101

Re: Unable to play with UF client

Post#9 » Sun Jan 19, 2014 3:56 am

back up EQUI_MerchantWnd.xml
copy/paste this into it. Try again.

Code: Select all

<?xml version = "1.0"?>
<XML ID = "EQInterfaceDefinitionLanguage">
   <Schema xmlns = "EverQuestData" xmlns:dt = "EverQuestDataTypes"/>

   <Label item ="MW_MerchantName">
      <ScreenID>MW_MerchantName</ScreenID>
      <!--<Font>3</Font>-->
      <RelativePosition>true</RelativePosition>
      <AutoStretch>true</AutoStretch>
      <TopAnchorToTop>true</TopAnchorToTop>
      <BottomAnchorToTop>false</BottomAnchorToTop>
      <LeftAnchorToLeft>true</LeftAnchorToLeft>
      <RightAnchorToLeft>false</RightAnchorToLeft>
      <LeftAnchorOffset>4</LeftAnchorOffset>
      <TopAnchorOffset>4</TopAnchorOffset>
      <RightAnchorOffset>4</RightAnchorOffset>
      <BottomAnchorOffset>24</BottomAnchorOffset>
      <Text>Bob the Merchant</Text>
      <TextColor>
            <R>255</R>
            <G>255</G>
            <B>255</B>
      </TextColor>
      <NoWrap>false</NoWrap>
      <AlignCenter>true</AlignCenter>
      <AlignRight>false</AlignRight>
   </Label>

   <Listbox item = "MW_ItemList">
      <ScreenID>ItemList</ScreenID>
      <DrawTemplate>WDT_Inner</DrawTemplate>
      
      <AutoStretch>true</AutoStretch>
      <TopAnchorToTop>true</TopAnchorToTop>
      <BottomAnchorToTop>false</BottomAnchorToTop>
      <LeftAnchorToLeft>true</LeftAnchorToLeft>
      <RightAnchorToLeft>false</RightAnchorToLeft>
      <LeftAnchorOffset>4</LeftAnchorOffset>
      <TopAnchorOffset>28</TopAnchorOffset>
      <RightAnchorOffset>4</RightAnchorOffset>
      <BottomAnchorOffset>50</BottomAnchorOffset>
      <TextColor>
            <R>255</R>
            <G>255</G>
            <B>255</B>
      </TextColor>
      <Style_Border>true</Style_Border>
      <Style_VScroll>true</Style_VScroll>
      <Columns>
         <Width>24</Width>
         <Heading></Heading>
      </Columns>
      <Columns>
         <Width>150</Width>
         <Heading>Item Name</Heading>
      </Columns>
      <Columns>
         <Width>28</Width>
         <Heading>Qty</Heading>
      </Columns>
      <Columns>
         <Width>48</Width>
         <Header>Header_PlatCoin</Header>
      </Columns>
      <Columns>
         <Width>24</Width>
         <Header>Header_GoldCoin</Header>
      </Columns>
      <Columns>
         <Width>24</Width>
         <Header>Header_SilvCoin</Header>
      </Columns>
      <Columns>
         <Width>24</Width>
         <Header>Header_CoppCoin</Header>
      </Columns>
   </Listbox>

   <Button item = "MW_SelectedItem">
      <ScreenID>MW_SelectedItem</ScreenID>
      <!--<Font>3</Font>-->
      <RelativePosition>true</RelativePosition>
      <AutoStretch>true</AutoStretch>
      <TopAnchorToTop>false</TopAnchorToTop>
      <BottomAnchorToTop>false</BottomAnchorToTop>
      <LeftAnchorToLeft>true</LeftAnchorToLeft>
      <RightAnchorToLeft>true</RightAnchorToLeft>
      <LeftAnchorOffset>84</LeftAnchorOffset>
      <TopAnchorOffset>46</TopAnchorOffset>
      <RightAnchorOffset>126</RightAnchorOffset>
      <BottomAnchorOffset>4</BottomAnchorOffset>
      <Style_Transparent>false</Style_Transparent>
      <Style_Checkbox>false</Style_Checkbox>
      <ButtonDrawTemplate>
         <Normal>A_RecessedBox</Normal>
         <NormalDecal>A_DragItem</NormalDecal>
      </ButtonDrawTemplate>
      <DecalOffset>
         <X>2</X>
         <Y>2</Y>
      </DecalOffset>
      <DecalSize>
         <CX>40</CX>
         <CY>40</CY>
      </DecalSize>
   </Button>

   <Label item ="MW_SelectedItemLabel">
      <ScreenID>MW_SelectedItemLabel</ScreenID>
      <!--<Font>3</Font>-->
      <RelativePosition>true</RelativePosition>
      <AutoStretch>true</AutoStretch>
      <TopAnchorToTop>false</TopAnchorToTop>
      <BottomAnchorToTop>false</BottomAnchorToTop>
      <LeftAnchorToLeft>true</LeftAnchorToLeft>
      <RightAnchorToLeft>false</RightAnchorToLeft>
      <LeftAnchorOffset>130</LeftAnchorOffset>
      <TopAnchorOffset>44</TopAnchorOffset>
      <RightAnchorOffset>90</RightAnchorOffset>
      <BottomAnchorOffset>28</BottomAnchorOffset>
      <Text>Item Being Considered</Text>
      <TextColor>
            <R>255</R>
            <G>255</G>
            <B>255</B>
      </TextColor>
      <NoWrap>false</NoWrap>
      <AlignCenter>false</AlignCenter>
      <AlignRight>false</AlignRight>
   </Label>

   <Label item ="MW_SelectedPriceLabel">
      <ScreenID>MW_SelectedPriceLabel</ScreenID>
      <!--<Font>3</Font>-->
      <RelativePosition>true</RelativePosition>
      <AutoStretch>true</AutoStretch>
      <TopAnchorToTop>false</TopAnchorToTop>
      <BottomAnchorToTop>false</BottomAnchorToTop>
      <LeftAnchorToLeft>true</LeftAnchorToLeft>
      <RightAnchorToLeft>false</RightAnchorToLeft>
      <LeftAnchorOffset>130</LeftAnchorOffset>
      <TopAnchorOffset>26</TopAnchorOffset>
      <RightAnchorOffset>90</RightAnchorOffset>
      <BottomAnchorOffset>6</BottomAnchorOffset>
      <Text>Price</Text>
      <TextColor>
            <R>255</R>
            <G>255</G>
            <B>255</B>
      </TextColor>
      <NoWrap>false</NoWrap>
      <AlignCenter>false</AlignCenter>
      <AlignRight>false</AlignRight>
   </Label>

   <Button item = "MW_Buy_Button">
      <ScreenID>MW_Buy_Button</ScreenID>
      <!--<Font>3</Font>-->
      <RelativePosition>true</RelativePosition>
      <AutoStretch>true</AutoStretch>
      <TopAnchorToTop>false</TopAnchorToTop>
      <BottomAnchorToTop>false</BottomAnchorToTop>
      <LeftAnchorToLeft>true</LeftAnchorToLeft>
      <RightAnchorToLeft>true</RightAnchorToLeft>
      <LeftAnchorOffset>10</LeftAnchorOffset>
      <TopAnchorOffset>44</TopAnchorOffset>
      <RightAnchorOffset>74</RightAnchorOffset>
      <BottomAnchorOffset>6</BottomAnchorOffset>
      <Style_Transparent>false</Style_Transparent>
      <TooltipReference>Click here to buy the selected item</TooltipReference>
      <Style_Checkbox>false</Style_Checkbox>
      <Text>Buy</Text>
      <TextColor>
            <R>255</R>
            <G>255</G>
            <B>255</B>
      </TextColor>
      <ButtonDrawTemplate>
         <Normal>A_BtnNormal</Normal>
         <Pressed>A_BtnPressed</Pressed>
         <Flyby>A_BtnFlyby</Flyby>
         <Disabled>A_BtnDisabled</Disabled>
         <PressedFlyby>A_BtnPressedFlyby</PressedFlyby>
      </ButtonDrawTemplate>
   </Button>

   <Button item = "MW_Done_Button">
      <ScreenID>MW_Done_Button</ScreenID>
      <!--<Font>3</Font>-->
      <RelativePosition>true</RelativePosition>
      <AutoStretch>true</AutoStretch>
      <TopAnchorToTop>false</TopAnchorToTop>
      <BottomAnchorToTop>false</BottomAnchorToTop>
      <LeftAnchorToLeft>false</LeftAnchorToLeft>
      <RightAnchorToLeft>false</RightAnchorToLeft>
      <LeftAnchorOffset>74</LeftAnchorOffset>
      <TopAnchorOffset>44</TopAnchorOffset>
      <RightAnchorOffset>10</RightAnchorOffset>
      <BottomAnchorOffset>6</BottomAnchorOffset>
      <Style_Transparent>false</Style_Transparent>
      <TooltipReference>Click here to close the merchant window</TooltipReference>
      <Style_Checkbox>false</Style_Checkbox>
      <Text>Done</Text>
      <TextColor>
            <R>255</R>
            <G>255</G>
            <B>255</B>
      </TextColor>
      <ButtonDrawTemplate>
         <Normal>A_BtnNormal</Normal>
         <Pressed>A_BtnPressed</Pressed>
         <Flyby>A_BtnFlyby</Flyby>
         <Disabled>A_BtnDisabled</Disabled>
         <PressedFlyby>A_BtnPressedFlyby</PressedFlyby>
      </ButtonDrawTemplate>
   </Button>

   <Button item = "MW_Sell_Button">
      <ScreenID>MW_Sell_Button</ScreenID>
      <!--<Font>3</Font>-->
      <RelativePosition>true</RelativePosition>
      <AutoStretch>true</AutoStretch>
      <TopAnchorToTop>false</TopAnchorToTop>
      <BottomAnchorToTop>false</BottomAnchorToTop>
      <LeftAnchorToLeft>true</LeftAnchorToLeft>
      <RightAnchorToLeft>true</RightAnchorToLeft>
      <LeftAnchorOffset>10</LeftAnchorOffset>
      <TopAnchorOffset>44</TopAnchorOffset>
      <RightAnchorOffset>74</RightAnchorOffset>
      <BottomAnchorOffset>6</BottomAnchorOffset>
      <Style_Transparent>false</Style_Transparent>
      <TooltipReference>Click here to sell the selected item</TooltipReference>
      <Style_Checkbox>false</Style_Checkbox>
      <Text>Sell</Text>
      <TextColor>
            <R>255</R>
            <G>255</G>
            <B>255</B>
      </TextColor>
      <ButtonDrawTemplate>
         <Normal>A_BtnNormal</Normal>
         <Pressed>A_BtnPressed</Pressed>
         <Flyby>A_BtnFlyby</Flyby>
         <Disabled>A_BtnDisabled</Disabled>
         <PressedFlyby>A_BtnPressedFlyby</PressedFlyby>
      </ButtonDrawTemplate>
   </Button>

   <Button item = "MW_DoneButton">
      <ScreenID>DoneButton</ScreenID>
      <RelativePosition>true</RelativePosition>
      <AutoStretch>true</AutoStretch>
      <LeftAnchorOffset>5</LeftAnchorOffset>
      <TopAnchorOffset>27</TopAnchorOffset>
      <RightAnchorOffset>115</RightAnchorOffset>
      <BottomAnchorOffset>2</BottomAnchorOffset>
      <TopAnchorToTop>false</TopAnchorToTop>
      <BottomAnchorToTop>false</BottomAnchorToTop>
      <Style_Transparent>false</Style_Transparent>
      <!--<TooltipReference/>-->
      <Style_Checkbox>false</Style_Checkbox>
      <Text>Done</Text>
      <TextColor>
            <R>255</R>
            <G>255</G>
            <B>255</B>
      </TextColor>
      <ButtonDrawTemplate>
         <Normal>A_BtnNormal</Normal>
         <Pressed>A_BtnPressed</Pressed>
         <Flyby>A_BtnFlyby</Flyby>
         <Disabled>A_BtnDisabled</Disabled>
         <PressedFlyby>A_BtnPressedFlyby</PressedFlyby>
      </ButtonDrawTemplate>
   </Button>


   <Screen item = "MerchantWnd">
      <RelativePosition>false</RelativePosition>
      <Location>
         <X>0</X>
         <Y>25</Y>
      </Location>
      <Size>
         <CX>374</CX>
         <CY>480</CY>
      </Size>
      <Text>Merchant</Text>
      <Style_Transparent>false</Style_Transparent>
      <DrawTemplate>WDT_Def</DrawTemplate>
      <Style_Titlebar>true</Style_Titlebar>
      <Style_Closebox>true</Style_Closebox>
      <Style_Minimizebox>false</Style_Minimizebox>
      <Style_Border>true</Style_Border>
      <Style_Sizable>true</Style_Sizable>
      <Pieces>MW_MerchantName</Pieces>
      <Pieces>MW_ItemList</Pieces>
      <Pieces>MW_SelectedItemLabel</Pieces>
      <Pieces>MW_SelectedPriceLabel</Pieces>
      <Pieces>MW_SelectedItem</Pieces>
      <Pieces>MW_Buy_Button</Pieces>
      <Pieces>MW_Sell_Button</Pieces>
      <Pieces>MW_Done_Button</Pieces>
   </Screen>


</XML>

drakkyn
Posts: 18

Re: Unable to play with UF client

Post#10 » Sun Jan 19, 2014 9:19 am

Grey wrote:back up EQUI_MerchantWnd.xml
copy/paste this into it. Try again.

Code: Select all

<?xml version = "1.0"?>
<XML ID = "EQInterfaceDefinitionLanguage">
   <Schema xmlns = "EverQuestData" xmlns:dt = "EverQuestDataTypes"/>

   <Label item ="MW_MerchantName">
      <ScreenID>MW_MerchantName</ScreenID>
      <!--<Font>3</Font>-->
      <RelativePosition>true</RelativePosition>
      <AutoStretch>true</AutoStretch>
      <TopAnchorToTop>true</TopAnchorToTop>
      <BottomAnchorToTop>false</BottomAnchorToTop>
      <LeftAnchorToLeft>true</LeftAnchorToLeft>
      <RightAnchorToLeft>false</RightAnchorToLeft>
      <LeftAnchorOffset>4</LeftAnchorOffset>
      <TopAnchorOffset>4</TopAnchorOffset>
      <RightAnchorOffset>4</RightAnchorOffset>
      <BottomAnchorOffset>24</BottomAnchorOffset>
      <Text>Bob the Merchant</Text>
      <TextColor>
            <R>255</R>
            <G>255</G>
            <B>255</B>
      </TextColor>
      <NoWrap>false</NoWrap>
      <AlignCenter>true</AlignCenter>
      <AlignRight>false</AlignRight>
   </Label>

   <Listbox item = "MW_ItemList">
      <ScreenID>ItemList</ScreenID>
      <DrawTemplate>WDT_Inner</DrawTemplate>
      
      <AutoStretch>true</AutoStretch>
      <TopAnchorToTop>true</TopAnchorToTop>
      <BottomAnchorToTop>false</BottomAnchorToTop>
      <LeftAnchorToLeft>true</LeftAnchorToLeft>
      <RightAnchorToLeft>false</RightAnchorToLeft>
      <LeftAnchorOffset>4</LeftAnchorOffset>
      <TopAnchorOffset>28</TopAnchorOffset>
      <RightAnchorOffset>4</RightAnchorOffset>
      <BottomAnchorOffset>50</BottomAnchorOffset>
      <TextColor>
            <R>255</R>
            <G>255</G>
            <B>255</B>
      </TextColor>
      <Style_Border>true</Style_Border>
      <Style_VScroll>true</Style_VScroll>
      <Columns>
         <Width>24</Width>
         <Heading></Heading>
      </Columns>
      <Columns>
         <Width>150</Width>
         <Heading>Item Name</Heading>
      </Columns>
      <Columns>
         <Width>28</Width>
         <Heading>Qty</Heading>
      </Columns>
      <Columns>
         <Width>48</Width>
         <Header>Header_PlatCoin</Header>
      </Columns>
      <Columns>
         <Width>24</Width>
         <Header>Header_GoldCoin</Header>
      </Columns>
      <Columns>
         <Width>24</Width>
         <Header>Header_SilvCoin</Header>
      </Columns>
      <Columns>
         <Width>24</Width>
         <Header>Header_CoppCoin</Header>
      </Columns>
   </Listbox>

   <Button item = "MW_SelectedItem">
      <ScreenID>MW_SelectedItem</ScreenID>
      <!--<Font>3</Font>-->
      <RelativePosition>true</RelativePosition>
      <AutoStretch>true</AutoStretch>
      <TopAnchorToTop>false</TopAnchorToTop>
      <BottomAnchorToTop>false</BottomAnchorToTop>
      <LeftAnchorToLeft>true</LeftAnchorToLeft>
      <RightAnchorToLeft>true</RightAnchorToLeft>
      <LeftAnchorOffset>84</LeftAnchorOffset>
      <TopAnchorOffset>46</TopAnchorOffset>
      <RightAnchorOffset>126</RightAnchorOffset>
      <BottomAnchorOffset>4</BottomAnchorOffset>
      <Style_Transparent>false</Style_Transparent>
      <Style_Checkbox>false</Style_Checkbox>
      <ButtonDrawTemplate>
         <Normal>A_RecessedBox</Normal>
         <NormalDecal>A_DragItem</NormalDecal>
      </ButtonDrawTemplate>
      <DecalOffset>
         <X>2</X>
         <Y>2</Y>
      </DecalOffset>
      <DecalSize>
         <CX>40</CX>
         <CY>40</CY>
      </DecalSize>
   </Button>

   <Label item ="MW_SelectedItemLabel">
      <ScreenID>MW_SelectedItemLabel</ScreenID>
      <!--<Font>3</Font>-->
      <RelativePosition>true</RelativePosition>
      <AutoStretch>true</AutoStretch>
      <TopAnchorToTop>false</TopAnchorToTop>
      <BottomAnchorToTop>false</BottomAnchorToTop>
      <LeftAnchorToLeft>true</LeftAnchorToLeft>
      <RightAnchorToLeft>false</RightAnchorToLeft>
      <LeftAnchorOffset>130</LeftAnchorOffset>
      <TopAnchorOffset>44</TopAnchorOffset>
      <RightAnchorOffset>90</RightAnchorOffset>
      <BottomAnchorOffset>28</BottomAnchorOffset>
      <Text>Item Being Considered</Text>
      <TextColor>
            <R>255</R>
            <G>255</G>
            <B>255</B>
      </TextColor>
      <NoWrap>false</NoWrap>
      <AlignCenter>false</AlignCenter>
      <AlignRight>false</AlignRight>
   </Label>

   <Label item ="MW_SelectedPriceLabel">
      <ScreenID>MW_SelectedPriceLabel</ScreenID>
      <!--<Font>3</Font>-->
      <RelativePosition>true</RelativePosition>
      <AutoStretch>true</AutoStretch>
      <TopAnchorToTop>false</TopAnchorToTop>
      <BottomAnchorToTop>false</BottomAnchorToTop>
      <LeftAnchorToLeft>true</LeftAnchorToLeft>
      <RightAnchorToLeft>false</RightAnchorToLeft>
      <LeftAnchorOffset>130</LeftAnchorOffset>
      <TopAnchorOffset>26</TopAnchorOffset>
      <RightAnchorOffset>90</RightAnchorOffset>
      <BottomAnchorOffset>6</BottomAnchorOffset>
      <Text>Price</Text>
      <TextColor>
            <R>255</R>
            <G>255</G>
            <B>255</B>
      </TextColor>
      <NoWrap>false</NoWrap>
      <AlignCenter>false</AlignCenter>
      <AlignRight>false</AlignRight>
   </Label>

   <Button item = "MW_Buy_Button">
      <ScreenID>MW_Buy_Button</ScreenID>
      <!--<Font>3</Font>-->
      <RelativePosition>true</RelativePosition>
      <AutoStretch>true</AutoStretch>
      <TopAnchorToTop>false</TopAnchorToTop>
      <BottomAnchorToTop>false</BottomAnchorToTop>
      <LeftAnchorToLeft>true</LeftAnchorToLeft>
      <RightAnchorToLeft>true</RightAnchorToLeft>
      <LeftAnchorOffset>10</LeftAnchorOffset>
      <TopAnchorOffset>44</TopAnchorOffset>
      <RightAnchorOffset>74</RightAnchorOffset>
      <BottomAnchorOffset>6</BottomAnchorOffset>
      <Style_Transparent>false</Style_Transparent>
      <TooltipReference>Click here to buy the selected item</TooltipReference>
      <Style_Checkbox>false</Style_Checkbox>
      <Text>Buy</Text>
      <TextColor>
            <R>255</R>
            <G>255</G>
            <B>255</B>
      </TextColor>
      <ButtonDrawTemplate>
         <Normal>A_BtnNormal</Normal>
         <Pressed>A_BtnPressed</Pressed>
         <Flyby>A_BtnFlyby</Flyby>
         <Disabled>A_BtnDisabled</Disabled>
         <PressedFlyby>A_BtnPressedFlyby</PressedFlyby>
      </ButtonDrawTemplate>
   </Button>

   <Button item = "MW_Done_Button">
      <ScreenID>MW_Done_Button</ScreenID>
      <!--<Font>3</Font>-->
      <RelativePosition>true</RelativePosition>
      <AutoStretch>true</AutoStretch>
      <TopAnchorToTop>false</TopAnchorToTop>
      <BottomAnchorToTop>false</BottomAnchorToTop>
      <LeftAnchorToLeft>false</LeftAnchorToLeft>
      <RightAnchorToLeft>false</RightAnchorToLeft>
      <LeftAnchorOffset>74</LeftAnchorOffset>
      <TopAnchorOffset>44</TopAnchorOffset>
      <RightAnchorOffset>10</RightAnchorOffset>
      <BottomAnchorOffset>6</BottomAnchorOffset>
      <Style_Transparent>false</Style_Transparent>
      <TooltipReference>Click here to close the merchant window</TooltipReference>
      <Style_Checkbox>false</Style_Checkbox>
      <Text>Done</Text>
      <TextColor>
            <R>255</R>
            <G>255</G>
            <B>255</B>
      </TextColor>
      <ButtonDrawTemplate>
         <Normal>A_BtnNormal</Normal>
         <Pressed>A_BtnPressed</Pressed>
         <Flyby>A_BtnFlyby</Flyby>
         <Disabled>A_BtnDisabled</Disabled>
         <PressedFlyby>A_BtnPressedFlyby</PressedFlyby>
      </ButtonDrawTemplate>
   </Button>

   <Button item = "MW_Sell_Button">
      <ScreenID>MW_Sell_Button</ScreenID>
      <!--<Font>3</Font>-->
      <RelativePosition>true</RelativePosition>
      <AutoStretch>true</AutoStretch>
      <TopAnchorToTop>false</TopAnchorToTop>
      <BottomAnchorToTop>false</BottomAnchorToTop>
      <LeftAnchorToLeft>true</LeftAnchorToLeft>
      <RightAnchorToLeft>true</RightAnchorToLeft>
      <LeftAnchorOffset>10</LeftAnchorOffset>
      <TopAnchorOffset>44</TopAnchorOffset>
      <RightAnchorOffset>74</RightAnchorOffset>
      <BottomAnchorOffset>6</BottomAnchorOffset>
      <Style_Transparent>false</Style_Transparent>
      <TooltipReference>Click here to sell the selected item</TooltipReference>
      <Style_Checkbox>false</Style_Checkbox>
      <Text>Sell</Text>
      <TextColor>
            <R>255</R>
            <G>255</G>
            <B>255</B>
      </TextColor>
      <ButtonDrawTemplate>
         <Normal>A_BtnNormal</Normal>
         <Pressed>A_BtnPressed</Pressed>
         <Flyby>A_BtnFlyby</Flyby>
         <Disabled>A_BtnDisabled</Disabled>
         <PressedFlyby>A_BtnPressedFlyby</PressedFlyby>
      </ButtonDrawTemplate>
   </Button>

   <Button item = "MW_DoneButton">
      <ScreenID>DoneButton</ScreenID>
      <RelativePosition>true</RelativePosition>
      <AutoStretch>true</AutoStretch>
      <LeftAnchorOffset>5</LeftAnchorOffset>
      <TopAnchorOffset>27</TopAnchorOffset>
      <RightAnchorOffset>115</RightAnchorOffset>
      <BottomAnchorOffset>2</BottomAnchorOffset>
      <TopAnchorToTop>false</TopAnchorToTop>
      <BottomAnchorToTop>false</BottomAnchorToTop>
      <Style_Transparent>false</Style_Transparent>
      <!--<TooltipReference/>-->
      <Style_Checkbox>false</Style_Checkbox>
      <Text>Done</Text>
      <TextColor>
            <R>255</R>
            <G>255</G>
            <B>255</B>
      </TextColor>
      <ButtonDrawTemplate>
         <Normal>A_BtnNormal</Normal>
         <Pressed>A_BtnPressed</Pressed>
         <Flyby>A_BtnFlyby</Flyby>
         <Disabled>A_BtnDisabled</Disabled>
         <PressedFlyby>A_BtnPressedFlyby</PressedFlyby>
      </ButtonDrawTemplate>
   </Button>


   <Screen item = "MerchantWnd">
      <RelativePosition>false</RelativePosition>
      <Location>
         <X>0</X>
         <Y>25</Y>
      </Location>
      <Size>
         <CX>374</CX>
         <CY>480</CY>
      </Size>
      <Text>Merchant</Text>
      <Style_Transparent>false</Style_Transparent>
      <DrawTemplate>WDT_Def</DrawTemplate>
      <Style_Titlebar>true</Style_Titlebar>
      <Style_Closebox>true</Style_Closebox>
      <Style_Minimizebox>false</Style_Minimizebox>
      <Style_Border>true</Style_Border>
      <Style_Sizable>true</Style_Sizable>
      <Pieces>MW_MerchantName</Pieces>
      <Pieces>MW_ItemList</Pieces>
      <Pieces>MW_SelectedItemLabel</Pieces>
      <Pieces>MW_SelectedPriceLabel</Pieces>
      <Pieces>MW_SelectedItem</Pieces>
      <Pieces>MW_Buy_Button</Pieces>
      <Pieces>MW_Sell_Button</Pieces>
      <Pieces>MW_Done_Button</Pieces>
   </Screen>


</XML>


thanks for that, but same error. All of my searches for this error on the internet show that this was resolved by Sony at some point...I just don't know when or what ..

http://www.eqinterface.com/forums/print ... hp?t=20581

Return to “General Help”

Who is online

Users browsing this forum: No registered users and 2 guests