Thread: Chat Window
View Single Post
Old 12-24-2019, 07:21 PM   #7
Montra38
A Ghoul
 
Join Date: Dec 2017
Posts: 19
Interface Author - Click to view interfaces
Default Infiniti

any ideas if i should change anything in here


<?xml version="1.0" encoding="us-ascii"?>
<XML ID="EQInterfaceDefinitionLanguage">
<Schema xmlns="EverQuestData" xmlns:dt="EverQuestDataTypes" />
<!--<Editbox item="CCW_ChatInput">
<ScreenID>CCW_ChatInput</ScreenID>
<DrawTemplate>WDT_Inner</DrawTemplate>
<RelativePosition>true</RelativePosition>
<AutoStretch>true</AutoStretch>
<LeftAnchorOffset>2</LeftAnchorOffset>
<TopAnchorOffset>21</TopAnchorOffset>
<RightAnchorOffset>2</RightAnchorOffset>
<BottomAnchorOffset>1</BottomAnchorOffset>
<TopAnchorToTop>false</TopAnchorToTop>
<RightAnchorToLeft>false</RightAnchorToLeft>
<BottomAnchorToTop>false</BottomAnchorToTop>
<Style_Transparent>true</Style_Transparent>
</Editbox>
<STMLbox item="CCW_ChatOutput">
<ScreenID>CCW_ChatOutput</ScreenID>
<DrawTemplate>WDT_Inner</DrawTemplate>
<RelativePosition>true</RelativePosition>
<Style_VScroll>true</Style_VScroll>
<AutoStretch>true</AutoStretch>
<LeftAnchorOffset>2</LeftAnchorOffset>
<TopAnchorOffset>3</TopAnchorOffset>
<RightAnchorOffset>2</RightAnchorOffset>
<BottomAnchorOffset>22</BottomAnchorOffset>
<RightAnchorToLeft>false</RightAnchorToLeft>
<BottomAnchorToTop>false</BottomAnchorToTop>
<Style_Border>true</Style_Border>
<Style_Transparent>true</Style_Transparent>
</STMLbox>-->
<Page item="CCW_ChatPageTemplate">
<ScreenID>CCW_ChatPageTemplate</ScreenID>
<Style_VScroll>false</Style_VScroll>
<Style_HScroll>false</Style_HScroll>
<Style_Transparent>false</Style_Transparent>
<DrawTemplate>WDT_Def</DrawTemplate>
<TabText>Chat</TabText>
<TabTextActiveColor>
<R>255</R>
<G>255</G>
<B>0</B>
</TabTextActiveColor>
<Style_Sizable>true</Style_Sizable>
<RelativePosition>true</RelativePosition>
<!--<Pieces>CCW_ChatOutput</Pieces>
<Pieces>CCW_ChatInput</Pieces>-->
</Page>
<!--<AutoStretch>true</AutoStretch>
<TopAnchorToTop>true</TopAnchorToTop>
<BottomAnchorToTop>false</BottomAnchorToTop>
<LeftAnchorToLeft>true</LeftAnchorToLeft>
<RightAnchorToLeft>false</RightAnchorToLeft>
<TopAnchorOffset>23</TopAnchorOffset>-->
<TabBox item="CCW_ChatWindows">
<ScreenID>CCW_ChatWindows</ScreenID>
<RelativePosition>true</RelativePosition>
<AutoStretch>true</AutoStretch>
<TopAnchorToTop>true</TopAnchorToTop>
<BottomAnchorToTop>false</BottomAnchorToTop>
<LeftAnchorToLeft>true</LeftAnchorToLeft>
<RightAnchorToLeft>false</RightAnchorToLeft>
<TabBorderTemplate>FT_DefTabBorder</TabBorderTemplate>
<PageBorderTemplate>FT_DefPageBorder</PageBorderTemplate>
</TabBox>
<Screen item="ChatContainerWindow">
<RelativePosition>false</RelativePosition>
<Location>
<X>95</X>
<Y>280</Y>
</Location>
<Size>
<CX>421</CX>
<CY>200</CY>
</Size>
<Style_VScroll>false</Style_VScroll>
<Style_HScroll>false</Style_HScroll>
<Style_Transparent>false</Style_Transparent>
<DrawTemplate>WDT_Def</DrawTemplate>
<Style_Titlebar>false</Style_Titlebar>
<Style_Closebox>true</Style_Closebox>
<Style_Minimizebox>true</Style_Minimizebox>
<Style_Border>false</Style_Border>
<Style_Sizable>true</Style_Sizable>
<Escapable>false</Escapable>
<Pieces>CCW_ChatWindows</Pieces>
<Pieces>CCW_ChatPageTemplate</Pieces>
</Screen>
</XML>
Montra38 is offline   Reply With Quote