View Single Post
Old 09-13-2004, 10:50 PM   #4
Dolby
Lord Dolby of Veeshan
 
Dolby's Avatar
 
Join Date: Jul 2002
Server: Veeshan
Posts: 2,397
Default EQUI_AAWindow.xml

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

Find:
Code:
<TabBox item = "AAW_Subwindows">

Immediately above that line, INSERT:
This code box scrolls! Make sure that you select all the hidden code.
Code:
<Listbox item = "AAW_List7"> <ScreenID>List7</ScreenID> <DrawTemplate>WDT_Inner</DrawTemplate> <AutoStretch>true</AutoStretch> <TopAnchorToTop>true</TopAnchorToTop> <BottomAnchorToTop>false</BottomAnchorToTop> <LeftAnchorToLeft>true</LeftAnchorToLeft> <RightAnchorToLeft>false</RightAnchorToLeft> <Style_Border>true</Style_Border> <Style_VScroll>true</Style_VScroll> <Columns> <Width>210</Width> <Heading>Title</Heading> </Columns> <Columns> <Width>70</Width> <Heading>Cur/Max</Heading> </Columns> <Columns> <Width>40</Width> <Heading>Cost</Heading> </Columns> </Listbox> <Page item = "AAW_Page7"> <ScreenID>Page7</ScreenID> <RelativePosition>true</RelativePosition> <!-- Pages are sized and positioned by their parent tab --> <Style_VScroll>false</Style_VScroll> <Style_HScroll>false</Style_HScroll> <Style_Transparent>false</Style_Transparent> <TooltipReference/> <DrawTemplate>WDT_Def</DrawTemplate> <TabText>Omens</TabText> <TabTextColor> <R>255</R> <G>255</G> <B>255</B> </TabTextColor> <TabTextActiveColor> <R>255</R> <G>255</G> <B>0</B> </TabTextActiveColor> <Style_Sizable>true</Style_Sizable> <Pieces>AAW_List7</Pieces> </Page>


Find:
Code:
<Pages>AAW_Page6</Pages>

Immediately below that line, INSERT:
Code:
<Pages>AAW_Page7</Pages>
Dolby is offline