PDA

View Full Version : UI - Inventory


MiRo2
07-16-2010, 11:52 PM
I have been trying to retrofit the Solaria UI (http://www.eqinterface.com/downloads/fileinfo.php?id=4233) for when I play on this server, and after stumbling quite a bit, as this is my first time even looking at the UI files, I seemed to have made some headway with most of the UI pieces, but I've hit a roadblock with the Inventory window. Is there anyway to remove the evolving items and monster buttons out of it? All I have been able to find were the animations for it, but no reference to the buttons themselves in the xml file, and taking the animations out removes the appearance of the buttons, but the buttons still function if I click where they were.

Savok
07-16-2010, 11:57 PM
Check out my Vert UI in sig. I basically set the tabs to size 0,0 and moved them.

MiRo2
07-17-2010, 12:28 AM
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?

<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>

<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.

Savok
07-17-2010, 07:46 AM
Correct.

MiRo2
07-17-2010, 01:50 PM
So I added the location tag in, but it didn't change anything. I can't seem to find any other reference to the tabs in the file, any idea if there are others and where I should look?

What I have is the window, without the animations for the buttons, but the button still work.

http://img215.imageshack.us/img215/9497/invproblem.jpg

Savok
07-17-2010, 02:52 PM
I fixed it for you.

MiRo2
07-17-2010, 10:47 PM
Thanks a ton, worked great! This is what I ended up with when I was done.

http://img651.imageshack.us/img651/9577/35975547.jpg