View Single Post
Old 02-16-2005, 02:43 AM   #7
Dolby
Lord Dolby of Veeshan
 
Dolby's Avatar
 
Join Date: Jul 2002
Server: Veeshan
Posts: 2,397
Default EQUI_MapViewWnd.xml

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

Find:
Code:
<Button item="MVW_Layer0Button"> <ScreenID>MVW_Layer0Button</ScreenID> <RelativePosition>true</RelativePosition> <Location> <X>516</X> <Y>146</Y> </Location>

WHERE:
Code:
<X>516</X>

CHANGE to:
Code:
<X>8</X>


--

Find:
Code:
<Button item="MVW_LabelsToggleButton"> <ScreenID>MVW_LabelsToggleButton</ScreenID> <RelativePosition>true</RelativePosition> <Location> <X>516</X> <Y>230</Y> </Location>

WHERE:
Code:
<X>516</X>

CHANGE to:
Code:
<X>8</X>


--

Find:
Code:
<Button item="MVW_PanResetButton"> <ScreenID>MVW_PanResetButton</ScreenID> <RelativePosition>true</RelativePosition> <Location> <X>530</X> <Y>24</Y> </Location>

WHERE:
Code:
<X>530</X>

CHANGE to:
Code:
<X>22</X>


--

Find:
Code:
<Button item="MVW_ZFilterButton"> <ScreenID>MVW_ZFilterButton</ScreenID> <RelativePosition>true</RelativePosition> <Location> <X>516</X> <Y>262</Y> </Location>

WHERE:
Code:
<X>516</X>

CHANGE to:
Code:
<X>8</X>


--

Find:
Code:
<Button item="MVW_Layer3ActiveButton"> <ScreenID>MVW_Layer3ActiveButton</ScreenID> <RelativePosition>true</RelativePosition> <Location> <X>552</X> <Y>200</Y> </Location>

WHERE:
Code:
<X>552</X>

CHANGE to:
Code:
<X>44</X>


--

Find:
Code:
<Button item="MVW_Layer2ActiveButton"> <ScreenID>MVW_Layer2ActiveButton</ScreenID> <RelativePosition>true</RelativePosition> <Location> <X>534</X> <Y>200</Y> </Location>

WHERE:
Code:
<X>534</X>

CHANGE to:
Code:
<X>26</X>


--

Find:
Code:
<Button item="MVW_Layer1ActiveButton"> <ScreenID>MVW_Layer1ActiveButton</ScreenID> <RelativePosition>true</RelativePosition> <Location> <X>516</X> <Y>200</Y> </Location>

WHERE:
Code:
<X>516</X>

CHANGE to:
Code:
<X>8</X>


--

Find:
Code:
<Label item="MVW_LayerActiveLabel"> <ScreenID>MVW_LayerActiveLabel</ScreenID> <Font>3</Font> <Text>Active</Text> <TextColor> <R>255</R> <G>255</G> <B>255</B> </TextColor> <Size> <CX>52</CX> <CY>15</CY> </Size> <AlignCenter>true</AlignCenter> <Location> <X>518</X> <Y>186</Y> </Location> </Label>

WHERE:
Code:
<X>518</X>

CHANGE to:
Code:
<X>10</X>


--

Find:
Code:
<Label item="MVW_LayerVisibleLabel"> <ScreenID>MVW_LayerVisibleLabel</ScreenID> <Font>3</Font> <Text>Visible</Text> <TextColor> <R>255</R> <G>255</G> <B>255</B> </TextColor> <Size> <CX>51</CX> <CY>15</CY> </Size> <AlignCenter>true</AlignCenter> <Location> <X>517</X> <Y>132</Y> </Location> </Label>

WHERE:
Code:
<X>517</X>

CHANGE to:
Code:
<X>9</X>


--

Find:
Code:
<Button item="MVW_Layer3Button"> <ScreenID>MVW_Layer3Button</ScreenID> <RelativePosition>true</RelativePosition> <Location> <X>552</X> <Y>166</Y> </Location>

WHERE:
Code:
<X>552</X>

CHANGE to:
Code:
<X>44</X>


--

Find:
Code:
<Button item="MVW_Layer2Button"> <ScreenID>MVW_Layer2Button</ScreenID> <RelativePosition>true</RelativePosition> <Location> <X>534</X> <Y>166</Y> </Location>

WHERE:
Code:
<X>534</X>

CHANGE to:
Code:
<X>26</X>


--

Find:
Code:
<Button item="MVW_Layer1Button"> <ScreenID>MVW_Layer1Button</ScreenID> <RelativePosition>true</RelativePosition> <Location> <X>516</X> <Y>166</Y> </Location>

WHERE:
Code:
<X>516</X>

CHANGE to:
Code:
<X>8</X>


--

Find:
Code:
<Label item="MVW_LayersLabel"> <ScreenID>MVW_LayersLabel</ScreenID> <Font>3</Font> <Text>Layers:</Text> <TextColor> <R>255</R> <G>255</G> <B>255</B> </TextColor> <Size> <CX>46</CX> <CY>15</CY> </Size> <AlignCenter>true</AlignCenter> <Location> <X>520</X> <Y>116</Y> </Location> </Label>

WHERE:
Code:
<X>520</X>

CHANGE to:
Code:
<X>12</X>


--

Find:
Code:
<!-- Panning --> <Button item="MVW_PanLeftButton"> <ScreenID>MVW_PanLeftButton</ScreenID> <RelativePosition>true</RelativePosition> <Location> <X>508</X> <Y>24</Y> </Location>

WHERE:
Code:
<X>508</X>

CHANGE to:
Code:
<X>0</X>


--

Find:
Code:
<Button item="MVW_PanRightButton"> <ScreenID>MVW_PanRightButton</ScreenID> <RelativePosition>true</RelativePosition> <Location> <X>549</X> <Y>24</Y> </Location>

WHERE:
Code:
<X>549</X>

CHANGE to:
Code:
<X>41</X>


--

Find:
Code:
<Button item="MVW_PanUpButton"> <ScreenID>MVW_PanUpButton</ScreenID> <RelativePosition>true</RelativePosition> <Location> <X>528</X> <Y>2</Y> </Location>

WHERE:
Code:
<X>528</X>

CHANGE to:
Code:
<X>20</X>


--

Find:
Code:
<Button item="MVW_PanDownButton"> <ScreenID>MVW_PanDownButton</ScreenID> <RelativePosition>true</RelativePosition> <Location> <X>528</X> <Y>46</Y> </Location>

WHERE:
Code:
<X>528</X>

CHANGE to:
Code:
<X>20</X>


--

Find:
Code:
<!-- Zooming --> <Button item="MVW_ZoomInButton"> <ScreenID>MVW_ZoomInButton</ScreenID> <RelativePosition>true</RelativePosition> <Location> <X>518</X> <Y>82</Y> </Location>

WHERE:
Code:
<X>518</X>

CHANGE to:
Code:
<X>10</X>


--

Find:
Code:
<Button item="MVW_ZoomOutButton"> <ScreenID>MVW_ZoomOutButton</ScreenID> <RelativePosition>true</RelativePosition> <Location> <X>542</X> <Y>82</Y> </Location>

WHERE:
Code:
<X>542</X>

CHANGE to:
Code:
<X>34</X>


--

Find:
Code:
<Animation>A_MapPiece04</Animation> </StaticAnimation>

Immediately below that line, INSERT:
Code:
<Button item="MVW_LoadCurrent"> <ScreenID>MVW_LoadCurrent</ScreenID> <RelativePosition>true</RelativePosition> <Location> <X>8</X> <Y>376</Y> </Location> <Size> <CX>52</CX> <CY>20</CY> </Size> <Style_Transparent>false</Style_Transparent> <Style_Checkbox>false</Style_Checkbox> <Text>Current</Text> <TextColor> <R>255</R> <G>255</G> <B>255</B> </TextColor> <ButtonDrawTemplate> <Normal>A_BtnNormal</Normal> <Pressed>A_BtnPressed</Pressed> <Flyby>A_BtnFlyby</Flyby> <Disabled>A_BtnDisabled</Disabled> <PressedFlyby>A_BtnPressedFlyby</PressedFlyby> </ButtonDrawTemplate> <TooltipReference>Reset map to current zone.</TooltipReference> </Button>


--

Find:
Code:
<Button item="MVW_ToolbarButton"> <ScreenID>MVW_ToolbarButton</ScreenID> <RelativePosition>true</RelativePosition> <Location> <X>532</X> <Y>376</Y> </Location>

WHERE:
Code:
<X>532</X> <Y>376</Y>

CHANGE to:
Code:
<X>24</X> <Y>400</Y>


--

Find:
Code:
<Label item="MVW_MaxZLabel"> <ScreenID>MVW_MaxZLabel</ScreenID> <Font>3</Font> <Text>High:</Text> <TextColor> <R>255</R> <G>255</G> <B>255</B> </TextColor> <Size> <CX>44</CX> <CY>15</CY> </Size> <AlignCenter>False</AlignCenter> <Location> <X>518</X> <Y>337</Y> </Location> </Label>

WHERE:
Code:
<X>518</X>

CHANGE to:
Code:
<X>10</X>


--

Find:
Code:
<Editbox item="MVW_MinZEditBox"> <ScreenID>MVW_MinZEditBox</ScreenID> <DrawTemplate>WDT_Inner</DrawTemplate> <RelativePosition>true</RelativePosition> <Location> <X>516</X> <Y>317</Y> </Location>

WHERE:
Code:
<X>516</X>

CHANGE to:
Code:
<X>8</X>


--

Find:
Code:
<Screen item="MapViewWnd"> <RelativePosition>false</RelativePosition> <Location> <X>100</X> <Y>80</Y> </Location> <Size> <CX>580</CX> <CY>425</CY> </Size> <NoWrap>false</NoWrap> <Style_VScroll>false</Style_VScroll> <Style_HScroll>false</Style_HScroll> <Style_Transparent>false</Style_Transparent> <TooltipReference>Map Viewer</TooltipReference> <DrawTemplate>WDT_Rounded</DrawTemplate> <Style_Titlebar>true</Style_Titlebar> <Style_Closebox>true</Style_Closebox> <Style_Minimizebox>true</Style_Minimizebox> <Style_Border>true</Style_Border> <Style_Sizable>false</Style_Sizable> <Text>Map</Text> <Pieces>MVW_MapRenderArea</Pieces> <Pieces>MVW_MapPiece1</Pieces> <Pieces>MVW_MapPiece2</Pieces> <Pieces>MVW_MapPiece3</Pieces> <Pieces>MVW_MapPiece4</Pieces> <Pieces>MVW_PanLeftButton</Pieces> <Pieces>MVW_PanRightButton</Pieces> <Pieces>MVW_PanUpButton</Pieces> <Pieces>MVW_PanDownButton</Pieces> <Pieces>MVW_ZoomInButton</Pieces> <Pieces>MVW_ZoomOutButton</Pieces> <Pieces>MVW_ToolbarButton</Pieces> <Pieces>MVW_MinZLabel</Pieces> <Pieces>MVW_MaxZLabel</Pieces> <Pieces>MVW_MinZEditBox</Pieces> <Pieces>MVW_MaxZEditBox</Pieces> <Pieces>MVW_LayersLabel</Pieces> <Pieces>MVW_Layer1Button</Pieces> <Pieces>MVW_Layer2Button</Pieces> <Pieces>MVW_Layer3Button</Pieces> <Pieces>MVW_LayerVisibleLabel</Pieces> <Pieces>MVW_LayerActiveLabel</Pieces> <Pieces>MVW_Layer1ActiveButton</Pieces> <Pieces>MVW_Layer2ActiveButton</Pieces> <Pieces>MVW_Layer3ActiveButton</Pieces> <Pieces>MVW_ZFilterButton</Pieces> <Pieces>MVW_PanResetButton</Pieces> <Pieces>MVW_LabelsToggleButton</Pieces> <Pieces>MVW_Layer0Button</Pieces> </Screen>

REPLACE with:
Code:
<Screen item="MVW_MapToolBar"> <ScreenID>MVW_MapToolBar</ScreenID> <RelativePosition>true</RelativePosition> <AutoStretch>true</AutoStretch> <TopAnchorToTop>true</TopAnchorToTop> <TopAnchorOffset>0</TopAnchorOffset> <BottomAnchorToTop>true</BottomAnchorToTop> <BottomAnchorOffset>450</BottomAnchorOffset> <LeftAnchorToLeft>false</LeftAnchorToLeft> <LeftAnchorOffset>65</LeftAnchorOffset> <RightAnchorToLeft>false</RightAnchorToLeft> <Style_VScroll>false</Style_VScroll> <Style_HScroll>false</Style_HScroll> <Style_Transparent>true</Style_Transparent> <Pieces>MVW_PanLeftButton</Pieces> <Pieces>MVW_PanRightButton</Pieces> <Pieces>MVW_PanUpButton</Pieces> <Pieces>MVW_PanDownButton</Pieces> <Pieces>MVW_ZoomInButton</Pieces> <Pieces>MVW_ZoomOutButton</Pieces> <Pieces>MVW_ToolbarButton</Pieces> <Pieces>MVW_MinZLabel</Pieces> <Pieces>MVW_MaxZLabel</Pieces> <Pieces>MVW_MinZEditBox</Pieces> <Pieces>MVW_MaxZEditBox</Pieces> <Pieces>MVW_LayersLabel</Pieces> <Pieces>MVW_Layer1Button</Pieces> <Pieces>MVW_Layer2Button</Pieces> <Pieces>MVW_Layer3Button</Pieces> <Pieces>MVW_LayerVisibleLabel</Pieces> <Pieces>MVW_LayerActiveLabel</Pieces> <Pieces>MVW_Layer1ActiveButton</Pieces> <Pieces>MVW_Layer2ActiveButton</Pieces> <Pieces>MVW_Layer3ActiveButton</Pieces> <Pieces>MVW_ZFilterButton</Pieces> <Pieces>MVW_PanResetButton</Pieces> <Pieces>MVW_LabelsToggleButton</Pieces> <Pieces>MVW_Layer0Button</Pieces> <Pieces>MVW_LoadCurrent</Pieces> </Screen> <Page item ="MapPage"> <ScreenID>MapPage</ScreenID> <RelativePosition>true</RelativePosition> <Style_VScroll>false</Style_VScroll> <Style_HScroll>false</Style_HScroll> <Style_Transparent>false</Style_Transparent> <DrawTemplate>WDT_Def</DrawTemplate> <TabText>Player</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>Screen:MVW_MapRenderArea</Pieces> <Pieces>MVW_MapPiece1</Pieces> <Pieces>MVW_MapPiece2</Pieces> <Pieces>MVW_MapPiece3</Pieces> <Pieces>MVW_MapPiece4</Pieces> <Pieces>Screen:MVW_MapToolBar</Pieces> </Page> <Screen item="MVW_AtlasRenderArea"> <ScreenID>MVW_AtlasRenderArea</ScreenID> <RelativePosition>true</RelativePosition> <AutoStretch>true</AutoStretch> <TopAnchorToTop>true</TopAnchorToTop> <TopAnchorOffset>30</TopAnchorOffset> <BottomAnchorToTop>false</BottomAnchorToTop> <LeftAnchorToLeft>true</LeftAnchorToLeft> <RightAnchorToLeft>false</RightAnchorToLeft> <Style_VScroll>false</Style_VScroll> <Style_HScroll>false</Style_HScroll> <Style_Transparent>true</Style_Transparent> </Screen> <Combobox item = "MVW_AtlasDirCombobox"> <ScreenID>MVW_AtlasDirCombobox</ScreenID> <DrawTemplate>WDT_Inner</DrawTemplate> <Location> <X>0</X> <Y>0</Y> </Location> <Size> <CX>150</CX> <CY>24</CY> </Size> <ListHeight>60</ListHeight> <Button>BDT_Combo</Button> <Style_Border>true</Style_Border> </Combobox> <Page item ="AtlasPage"> <ScreenID>AtlasPage</ScreenID> <RelativePosition>true</RelativePosition> <Style_VScroll>false</Style_VScroll> <Style_HScroll>false</Style_HScroll> <Style_Transparent>false</Style_Transparent> <DrawTemplate>WDT_Def</DrawTemplate> <TabText>Atlas</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>Screen:MVW_AtlasRenderArea</Pieces> <Pieces>MVW_AtlasDirCombobox</Pieces> </Page> <TabBox item ="MVW_Subwindows"> <ScreenID>MVW_Subwindows</ScreenID> <RelativePosition>true</RelativePosition> <AutoStretch>true</AutoStretch> <TopAnchorToTop>true</TopAnchorToTop> <BottomAnchorToTop>false</BottomAnchorToTop> <LeftAnchorToLeft>true</LeftAnchorToLeft> <RightAnchorToLeft>false</RightAnchorToLeft> <TabBorderTemplate>FT_DefTabBorder</TabBorderTemplate> <PageBorderTemplate>FT_DefPageBorder</PageBorderTemplate> <Pages>Page:MapPage</Pages > <Pages>Page:AtlasPage</Pages > </TabBox> <Screen item="MapViewWnd"> <RelativePosition>false</RelativePosition> <Location> <X>100</X> <Y>80</Y> </Location> <Size> <CX>590</CX> <CY>470</CY> </Size> <NoWrap>false</NoWrap> <Style_VScroll>false</Style_VScroll> <Style_HScroll>false</Style_HScroll> <Style_Transparent>false</Style_Transparent> <TooltipReference>Map Viewer</TooltipReference> <DrawTemplate>WDT_Rounded</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> <Text>Map</Text> <Pieces>MVW_Subwindows</Pieces> </Screen>
Dolby is offline