Ok, compared what I had to what was in yours. I think I found what you were talking about by setting the location off screen, but mine doesn't have a location tag in it, do I need to add one similiar to yours?
Quote:
Originally Posted by Yours
<TabBox item ="IW_Subwindows">
<ScreenID>IW_Subwindows</ScreenID>
<RelativePosition>true</RelativePosition>
<Location>
<X>-5000</X>
<Y>0</Y>
</Location>
<Size>
<CX>0</CX>
<CY>0</CY>
</Size>
<TabBorderTemplate>FT_DefTabBorder</TabBorderTemplate>
<PageBorderTemplate>FT_DefPageBorder</PageBorderTemplate>
<Pages>Page:IW_InvPage</Pages>
<Pages>Page:IW_EIPage</Pages>
<Pages>Page:IW_AltCharProgPage</Pages>
</TabBox>
|
Quote:
Originally Posted by Mine
<TabBox item ="IW_Subwindows">
<ScreenID>IW_Subwindows</ScreenID>
<RelativePosition>true</RelativePosition>
<Style_Border>false</Style_Border>
<AutoStretch>true</AutoStretch>
<TopAnchorToTop>true</TopAnchorToTop>
<BottomAnchorToTop>false</BottomAnchorToTop>
<LeftAnchorToLeft>true</LeftAnchorToLeft>
<RightAnchorToLeft>false</RightAnchorToLeft>
<TabBorderTemplate>FT_BlankTabBorder</TabBorderTemplate>
<PageBorderTemplate>FT_BlankPageBorder</PageBorderTemplate>
<Pages>Page:IW_InvPage</Pages>
<Pages>Page:IW_EIPage</Pages>
<Pages>Page:IW_AltCharProgPage</Pages>
</TabBox>
|
Forgive me if this may seem simple. I have never edited a UI before, just found one I liked and decided I would dive in and try and fix it via old posts on EQUI forums and google.