Thread: Durty Delt
View Single Post
Old 10-19-2007, 11:17 PM   #4
Darkmourn
A Tundra Mammoth
 
Join Date: Jan 2003
Posts: 60
Interface Author - Click to view interfaces
Default

Quote:
Originally Posted by gamanin
can u add a close button to tell windows plz??
I don't use tell windows, but I'd think this should work. Open the EQUI_ChatWindow.xml file with Wordpad. Scroll all the way to the bottom, where you will see this section:
Quote:
<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_RoundedNoTitle</DrawTemplate>
<Style_Titlebar>false</Style_Titlebar>
<Style_Closebox>true</Style_Closebox>
<Style_Minimizebox>false</Style_Minimizebox>
<Style_Border>true</Style_Border>
<Style_Sizable>true</Style_Sizable>
<Pieces>CW_ChatOutput</Pieces>
<Pieces>CW_ChatInput</Pieces>
</Screen>
Change the Style_Titlebar line to true instead of false. You may also need to change the line above it to WDT_Rounded, instead of WDT_RoundedNoTitle. And if you want to be able to minimize them, change the Style_Minimizebox to true as well. I won't be changing this in the official release, but it should work for any that want it. Please let me know if it doesn't and I'll take a closer look.
Darkmourn is offline   Reply With Quote