Alright people, i'm at the end of my rope with this.
What i'm trying to do is very simple; Put the Grid bottom area back on screen rather than the default method which hides it somehow.
Refer to the attached image for a snap of what results i currently can get by editing the necessary (i think) values & fields, The scrollbar, Info Boxes and dropdown Lists are either still attached to the bottom edge rather than inside the GridFraming (above the red lines) or keep deploying Off-Screen.
Arrrgghhhh, this situation is freaking weird.
Consult the two sections below for what i have edited so far. Note that there maybe other areas where changes need to be made but i simply can't find a way.
Default XML section(s)...
My current editing Try-Outs...
In BLUE what they were... in RED what i changed.
Please help, someone - anyone!?!
What i'm trying to do is very simple; Put the Grid bottom area back on screen rather than the default method which hides it somehow.
Refer to the attached image for a snap of what results i currently can get by editing the necessary (i think) values & fields, The scrollbar, Info Boxes and dropdown Lists are either still attached to the bottom edge rather than inside the GridFraming (above the red lines) or keep deploying Off-Screen.
Arrrgghhhh, this situation is freaking weird.
Consult the two sections below for what i have edited so far. Note that there maybe other areas where changes need to be made but i simply can't find a way.
Default XML section(s)...
Spoiler :
Code:
<!--=======================================================================================================================-->
<!-- The display -->
<!--=======================================================================================================================-->
<Box Anchor="C,C" Size="Full,Full" Color="0,0,0,160" ConsumeMouse="1" ID="BackDrop"/>
<Box Anchor="C,C" Size="1024,Full[/B]" Color="0,0,0,0">
<Image Anchor="C,T" Texture="FancyTrim1024.dds" Size="1024,64"/>
<Label Anchor="C,T" Offset="0,4" Font="TwCenMT24" FontStyle="Shadow" Color0="Beige" Color1="0.0.0.160" String="TXT_KEY_CIVILOPEDIA"/>
<Grid Size="1024,[B][COLOR="Blue"]full[/COLOR][/B]" Anchor="C,T" Offset="0,82" Padding="0,0" Style="Grid9DetailFive140">
*
* Further down...
*
<!--Invisible box that everything is anchored to-->
<Box Anchor="C,T" Size="1000,[B][COLOR="Blue"]980[/COLOR][/B]" Offset="0,126" Color="255,255,255,0">
<!--glowy blue background behind list of articles-->
<AlphaAnim Anchor="L,T" Offset="0,0" Size="270,[B]Full[/B]" Pause="0" Cycle="Bounce" Speed="1" AlphaStart=".55" AlphaEnd=".75">
<Grid Size="270,[B][COLOR="Blue"]full[/COLOR][/B]" Anchor="L,T" Offset="0,0" Padding="0,0" Style="GridGlass16"/>
</AlphaAnim>
<ScrollPanel Anchor="C,T" Offset="0,0" Size="1002,[B][COLOR="Blue"]980[/COLOR][/B]" Vertical="1" ID="ScrollPanel" AutoScrollBar="1">
<ScrollBar Offset="0,0" Style="VertSlider" Anchor="R,T" Length="[B][COLOR="Blue"]800[/COLOR][/B]" ID="ScrollBar"/>
<UpButton Offset="0,0" Style="ScrollBarUp" Anchor="R,T" ID="UpButton"/>
<DownButton Offset="0,0" Style="ScrollBarDown" Anchor="R,T" ID="DownButton"/>
*
* Further down...
*
<ScrollPanel Anchor="L,T" Offset="0,0" Size="294,[B][COLOR="Blue"]980[/COLOR][/B]" Vertical="1" ID="LeftScrollPanel">
<ScrollBar Offset="0,0" Style="VertSlider" Anchor="R,T" Length="[B][COLOR="Blue"]930[/COLOR][/B]" ID="LeftScrollBar"/>
<UpButton Offset="0,0" Style="ScrollBarUp" Anchor="R,T" ID="LeftUpButton"/>
<DownButton Offset="0,0" Style="ScrollBarDown" Anchor="R,T" ID="LeftDownButton"/>
<!--list of articles in this category-->
<Stack Anchor="L,T" Offset="7,0" Size="64,64" StackGrowth="Bottom" Padding="0" ID="ListOfArticles"/>
</ScrollPanel>
*
(EOF)
Spoiler :
Code:
<!--=======================================================================================================================-->
<!-- The display -->
<!--=======================================================================================================================-->
<Box Anchor="C,C" Size="Full,Full" Color="0,0,0,160" ConsumeMouse="1" ID="BackDrop"/>
<Box Anchor="C,C" Size="1024,Full" Color="0,0,0,0">
<Image Anchor="C,T" Texture="FancyTrim1024.dds" Size="1024,64"/>
<Label Anchor="C,T" Offset="0,4" Font="TwCenMT24" FontStyle="Shadow" Color0="Beige" Color1="0.0.0.160" String="TXT_KEY_CIVILOPEDIA"/>
<Grid Size="1024,[B][COLOR="DarkRed"]960[/COLOR][/B]" Anchor="C,T" Offset="0,82" Padding="0,0" Style="Grid9DetailFive140">
*
* ...
*
<!--Invisible box that everything is anchored to-->
<Box Anchor="C,T" Size="1000,[B][COLOR="DarkRed"]875[/COLOR][/B]" Offset="0,126" Color="255,255,255,0">
<!--glowy blue background behind list of articles-->
<AlphaAnim Anchor="L,T" Offset="0,0" Size="270,[B][COLOR="DarkRed"]875[/COLOR][/B]" Pause="0" Cycle="Bounce" Speed="1" AlphaStart=".55" AlphaEnd=".75">
<Grid Size="270,[B][COLOR="DarkRed"]875[/COLOR][/B]" Anchor="L,T" Offset="0,0" Padding="0,0" Style="GridGlass16"/>
</AlphaAnim>
<ScrollPanel Anchor="C,T" Offset="0,0" Size="1002,[B][COLOR="DarkRed"]750[/COLOR][/B]" Vertical="1" ID="ScrollPanel" AutoScrollBar="1">
<ScrollBar Offset="0,0" Style="VertSlider" Anchor="R,T" Length="[B][COLOR="DarkRed"]720[/COLOR][/B]" ID="ScrollBar"/>
<UpButton Offset="0,0" Style="ScrollBarUp" Anchor="R,T" ID="UpButton"/>
<DownButton Offset="0,0" Style="ScrollBarDown" Anchor="R,T" ID="DownButton"/>
*
*...
*
<ScrollPanel Anchor="L,T" Offset="0,0" Size="294,[B][COLOR="DarkRed"]810[/COLOR][/B]" Vertical="1" ID="LeftScrollPanel">
<ScrollBar Offset="0,0" Style="VertSlider" Anchor="R,T" Length="[B][COLOR="DarkRed"]720[/COLOR][/B]" ID="LeftScrollBar"/>
<UpButton Offset="0,0" Style="ScrollBarUp" Anchor="R,T" ID="LeftUpButton"/>
<DownButton Offset="0,0" Style="ScrollBarDown" Anchor="R,T" ID="LeftDownButton"/>
<!--list of articles in this category-->
<Stack Anchor="L,T" Offset="7,0" Size="64,64" StackGrowth="Bottom" Padding="0" ID="ListOfArticles"/>
</ScrollPanel>
*
(EOF)
Please help, someone - anyone!?!
