View Single Post
Old 11-19-2002, 04:20 PM   #1
Landspeeder
A Bat
 
Join Date: Oct 2002
Posts: 1
Default Problem with vert 2.2

UIErrorLog created at Tue Nov 19 22:02:05 2002
[Tue Nov 19 22:02:06 2002] [Line:5 Source:UIFiles\vert\EQUI_PlayerNotesWindow.xml] Schema error - Duplicate item PlayerNotesInput
[Tue Nov 19 22:02:06 2002] Error loading skin: loading default skin instead.

and the files "EQUI_PlayerNotesWindow.xml" is :

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

<Editbox item = "PlayerNotesInput">
<ScreenID>PlayerNotesInput</ScreenID>
<DrawTemplate>WDT_Inner</DrawTemplate>
<Style_Transparent>false</Style_Transparent>
<Style_VScroll>true</Style_VScroll>
<RelativePosition>true</RelativePosition>
<AutoStretch>true</AutoStretch>
<LeftAnchorOffset>0</LeftAnchorOffset>
<TopAnchorOffset>0</TopAnchorOffset>
<RightAnchorOffset>0</RightAnchorOffset>
<BottomAnchorOffset>0</BottomAnchorOffset>
<TopAnchorToTop>true</TopAnchorToTop>
<RightAnchorToLeft>false</RightAnchorToLeft>
<BottomAnchorToTop>false</BottomAnchorToTop>
<TextColor>
<R>255</R>
<G>255</G>
<B>255</B>
</TextColor>
<Style_Multiline>true</Style_Multiline>
</Editbox>
<Screen item = "PlayerNotesWindow">
<!--<ScreenID/>-->
<!--<Font>3</Font>-->
<RelativePosition>false</RelativePosition>
<Location>
<X>100</X>
<Y>80</Y>
</Location>
<Size>
<CX>384</CX>
<CY>354</CY>
</Size>
<Style_VScroll>false</Style_VScroll>
<Style_HScroll>false</Style_HScroll>
<Style_Transparent>false</Style_Transparent>
<DrawTemplate>WDT_Def</DrawTemplate>
<Style_Titlebar>true</Style_Titlebar>
<Style_Closebox>true</Style_Closebox>
<Style_Minimizebox>true</Style_Minimizebox>
<Style_Border>true</Style_Border>
<Style_Sizable>true</Style_Sizable>
<Text>Notes Window</Text>
<Pieces>PlayerNotesInput</Pieces>
</Screen>

</XML>

Have you got an idea ?
Landspeeder is offline   Reply With Quote