View Single Post
Old 12-09-2008, 01:37 PM   #38
Halelen
Lord Doljonijiarnimorinar
 
Join Date: Jan 2003
Server: Povar
Posts: 1,047
Interface Author - Click to view interfaces
Default

Quote:
Originally Posted by Kiresretaw
Delta3_Fazor UI here, no templates file.

Error is,
Code:
[Line:1827 Source:UIFiles\UIComboTest\EQUI_HotButtonWnd.xml] Schema error - Duplicate item FT_BlankTabBorder


That section of code is,
Code:
<FrameTemplate item="FT_BlankTabBorder"> <TopLeft>A_Spaghetti_BlankTabFrameTopLeft</TopLeft> <Top>A_Spaghetti_BlankTabFrameTop</Top> <TopRight>A_Spaghetti_BlankTabFrameTopRight</TopRight> <RightTop>A_Spaghetti_BlankTabFrameRightTop</RightTop> <Right>A_Spaghetti_BlankTabFrameRight</Right> <RightBottom>A_Spaghetti_BlankTabRightBottom</RightBottom> <LeftTop>A_Spsghetti_BlankTabFrameLeftTop</LeftTop> <Left>A_Spaghetti_BlankTabFrameLeft</Left> <LeftBottom>A_Spaghetti_BlankTabLeftBottom</LeftBottom> <OverlapLeft>0</OverlapLeft> <OverlapTop>0</OverlapTop> <OverlapRight>0</OverlapRight> <OverlapBottom>0</OverlapBottom> </FrameTemplate>


The "FT_BlankTabBorder" appears again on Line 3129, here is that code,
Code:
<!-- TabBox Brings all the Actions Pages Together --> <TabBox item="Inv_Subwindows"> <ScreenID>Inv_Subwindows</ScreenID> <!--<Font>3</Font>--> <RelativePosition>true</RelativePosition> <Style_Border>false</Style_Border> <Style_Transparent>true</Style_Transparent> <AutoStretch>false</AutoStretch> <Location> <X>79</X> <Y>28</Y> </Location> <Size> <CX>66</CX> <CY>215</CY> </Size> <TabBorderTemplate>FT_BlankTabBorder</TabBorderTemplate> <PageBorderTemplate>FT_BlankPageBorder</PageBorderTemplate> <Pages>RC_Page_1</Pages> <Pages>RC_Page_2</Pages> </TabBox>


That give any coders a clue?


the ui author made a template for his own use and now eq is using a template of the same name...either have to rename his custom and all references to it or wait for him/her to do it.


Hal
Halelen is offline   Reply With Quote