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

I am using this window and cant seem to adjust the size or even move it any ideas why?



<?xml version="1.0" encoding="us-ascii"?>
<XML ID="EQInterfaceDefinitionLanguage">
<Schema xmlns="EverQuestData" xmlns:dt="EverQuestDataTypes"/>
<Editbox item="CW_ChatInput">
<ScreenID>CW_ChatInput</ScreenID>
<DrawTemplate>WDT_Inner</DrawTemplate>
<RelativePosition>true</RelativePosition>
<AutoStretch>true</AutoStretch>
<LeftAnchorOffset>-3</LeftAnchorOffset>
<TopAnchorOffset>21</TopAnchorOffset>
<RightAnchorOffset>-6</RightAnchorOffset>
<BottomAnchorOffset>-5</BottomAnchorOffset>
<TopAnchorToTop>false</TopAnchorToTop>
<RightAnchorToLeft>false</RightAnchorToLeft>
<BottomAnchorToTop>false</BottomAnchorToTop>
<Style_Transparent>true</Style_Transparent>
</Editbox>
<STMLbox item="CW_ChatOutput">
<ScreenID>CW_ChatOutput</ScreenID>
<DrawTemplate>WDT_Inner</DrawTemplate>
<RelativePosition>true</RelativePosition>
<Style_VScroll>true</Style_VScroll>
<AutoStretch>true</AutoStretch>
<LeftAnchorOffset>-3</LeftAnchorOffset>
<TopAnchorOffset>-4</TopAnchorOffset>
<RightAnchorOffset>-2</RightAnchorOffset>
<BottomAnchorOffset>19</BottomAnchorOffset>
<RightAnchorToLeft>false</RightAnchorToLeft>
<BottomAnchorToTop>false</BottomAnchorToTop>
<Style_Border>true</Style_Border>
<Style_Transparent>true</Style_Transparent>
</STMLbox>
<Screen item="ChatWindow">
<RelativePosition>true</RelativePosition>
<AutoStretch>true</AutoStretch>
<TopAnchorToTop>true</TopAnchorToTop>
<BottomAnchorToTop>false</BottomAnchorToTop>
<LeftAnchorToLeft>true</LeftAnchorToLeft>
<RightAnchorToLeft>false</RightAnchorToLeft>
<Style_VScroll>false</Style_VScroll>
<Style_HScroll>false</Style_HScroll>
<Style_Transparent>false</Style_Transparent>
<DrawTemplate>WDT_Def</DrawTemplate>
<Style_Border>false</Style_Border>
<Style_Sizable>true</Style_Sizable>
<Escapable>false</Escapable>
<Pieces>CW_ChatOutput</Pieces>
<Pieces>CW_ChatInput</Pieces>
</Screen>

<!--<Screen item="ChatWindow">
<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>true</Style_Titlebar>
<Style_Closebox>true</Style_Closebox>
<Style_Minimizebox>true</Style_Minimizebox>
<Style_Border>true</Style_Border>
<Style_Sizable>true</Style_Sizable>
<Pieces>CW_ChatOutput</Pieces>
<Pieces>CW_ChatInput</Pieces>
</Screen>-->

</XML>
Montra38 is offline   Reply With Quote