View Single Post
Old 12-09-2008, 01:25 PM   #36
Kiresretaw
A Crystal Gargoyle
 
Join Date: Oct 2002
Server: Zebuxuruk
Posts: 95
Default

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?
Kiresretaw is offline   Reply With Quote