View Single Post
Old 08-11-2004, 04:30 PM   #5
Dolby
Lord Dolby of Veeshan
 
Dolby's Avatar
 
Join Date: Jul 2002
Server: Veeshan
Posts: 2,397
Default

IF you have a custom EQUI_DynamicZoneWnd.xml file, open using a text editor (Word, WordPerfect, NotePad, etc.) and using the Search or Find function:

Find:
Code:
<Listbox item = "DZ_TimerList">

Shortly below that where:
Code:
<Style_VScroll>true</Style_VScroll>

Add Immediately after that:
Code:
<Style_HScroll>true</Style_HScroll>

Then just under what you added you will see:
Code:
<Columns>

Add Immediately after that:
Code:
<Width>100</Width> <Heading>Lockout Time</Heading> </Columns> <Columns>




==================================================


Find:
Code:
</Columns> </Listbox> <!-- END members -->

Add Immediately above that:
Code:
<Width>250</Width> <Heading>Event Name</Heading>
Dolby is offline