Home Forum Downloads My Favorites Register FAQ

Go Back   EQInterface Forums > Developer Discussion > XML modification help.
User Name
Password

Reply
 
Thread Tools Display Modes
Old 03-25-2003, 11:12 AM   #1
Omegadt
A Ghoul
 
Join Date: Nov 2002
Posts: 10
Default How do you?

How do you remove titles from Hot Button, Chat Window, etc....
Omegadt is offline   Reply With Quote
Old 03-25-2003, 11:32 AM   #2
Cairenn
Credendo Vides
 
Cairenn's Avatar
 
Join Date: Jul 2002
Posts: 3,866
Interface Author - Click to view interfaces
Default

Using the chat window as an example:

<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>true</Style_Minimizebox>
<Style_Border>true</Style_Border>
<Style_Sizable>true</Style_Sizable>
<Pieces>CW_ChatOutput</Pieces>
<Pieces>CW_ChatInput</Pieces>
</Screen>


The line I have in bold, make sure it is set to false.
__________________
"My friends, love is better than anger. Hope is better than fear. Optimism is better than despair. So let us
be loving, hopeful and optimistic. And we’ll change the world."


Co-Founder & Admin: MMOUI
FaceBook Profile, Page, Group
Avatar Image by RafM
Cairenn is offline   Reply With Quote
Old 03-25-2003, 11:53 AM   #3
Omegadt
A Ghoul
 
Join Date: Nov 2002
Posts: 10
Default

Thanks one other quick problem, I also set it to WDT_RoundedNoTitle but when I load it it brings up the wnd_bg_light_rock instead of the wnd_bg_dark_rock which makes the text very hard to read in Chat.
Omegadt is offline   Reply With Quote
Old 03-25-2003, 02:10 PM   #4
Cairenn
Credendo Vides
 
Cairenn's Avatar
 
Join Date: Jul 2002
Posts: 3,866
Interface Author - Click to view interfaces
Default

Three ways of fixing that:

1) Set it to transparent (and if you have them along an edge {top, bottom, either side} use the /viewport to give yourself a black background behind them)

2) Tint them to something dark (same idea as /viewport, different methodolgy)

3) create a custom template for it based on the WDT_RoundedNoTitle, so it has all the same attributes, except it'll load the wnd_bg_dark_rock. Remember to name it something different though.
Cairenn is offline   Reply With Quote
Old 03-26-2003, 12:04 AM   #5
Omegadt
A Ghoul
 
Join Date: Nov 2002
Posts: 10
Default

Thanks again now everything is in perfect order.
Omegadt is offline   Reply With Quote
Old 03-28-2003, 12:49 AM   #6
Okosar
A Gray Wolf
 
Join Date: Dec 2002
Posts: 9
Question Followup....

Okay, this is probably a dumb question. Say you've split your Chat window and directed battle messages to one, skills and other spam to another and leave your chats in the main. Is there a way to hide the titles of some, but not the others? And to remove the "input box" where you type in your messages on all but one?

I'm sure there probably isn't, it's all dictated by the .ini file, but I'm new at this, and some things the wizards here have done I wouldn't have thought possible.
Okosar is offline   Reply With Quote
Old 03-28-2003, 12:57 AM   #7
Cairenn
Credendo Vides
 
Cairenn's Avatar
 
Join Date: Jul 2002
Posts: 3,866
Interface Author - Click to view interfaces
Default

Unfortunately there is only one "chat" definition, so changes made to one effect all.
Cairenn is offline   Reply With Quote
Old 08-26-2003, 06:28 PM   #8
sp000n
A Bat
 
Join Date: Jul 2003
Posts: 1
Default title loss shifts window content

I followed the steps above and set the style flags to false. Sure enough, the window titles disapeared. for chat windows, all was well.

For other windows, however, the loss of the title created a vacuum of sorts. All the remaining window content shifted upwards (often right out of the bordered frame) to compensate. Thus, all my windows aren't properly aligned with their content.

What should I do?
sp000n is offline   Reply With Quote
Reply




Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off


All times are GMT -5. The time now is 08:12 PM.


vBulletin Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
© MMOUI