LoTROInterface

LoTROInterface (https://www.lotrointerface.com/forums/index.php)
-   Interface Help (L) (https://www.lotrointerface.com/forums/forumdisplay.php?f=3)
-   -   Remove System and Bag bars (https://www.lotrointerface.com/forums/showthread.php?t=888)

Fin 03-10-2010 11:11 AM

Remove System and Bag bars
 
1 Attachment(s)
Hey guys,

at the moment I am not using any UI addon (my favourite one doesnt work for som :/ ).

What I am curious about is if or how can I remove the system and bags bars from the UI :

daimon 03-10-2010 11:41 AM

totally remove them ?

here's how:

Code:

    <PanelFile ID="ID_UISkin_Toolbar">
        <Element ID="ToolbarField" X="0" Y="508" Width="1024" Height="200">
            <Element ID="ToolbarButton_CustomizeSlots"                          X="910"    Y="30"      Width="1"      Height="1"></Element>
            <Element ID="ToolBarButton_MainMenu"                                X="915"    Y="6"      Width="1"      Height="1"></Element>
            <Element ID="ToolbarButton_Slot_1"                                  X="740"    Y="6"      Width="1"      Height="1"></Element>
            <Element ID="ToolbarButton_Slot_2"                                  X="765"    Y="3"      Width="1"      Height="1"></Element>
            <Element ID="ToolbarButton_Slot_3"                                  X="790"    Y="1"      Width="1"      Height="1"></Element>
            <Element ID="ToolbarButton_Slot_4"                                  X="815"    Y="0"      Width="1"      Height="1"></Element>
            <Element ID="ToolbarButton_Slot_5"                                  X="840"    Y="0"      Width="1"      Height="1"></Element>
            <Element ID="ToolbarButton_Slot_6"                                  X="865"    Y="1"      Width="1"      Height="1"></Element>
            <Element ID="ToolbarButton_Slot_7"                                  X="890"    Y="3"      Width="1"      Height="1"></Element>
            <Element ID="ToolbarButton_RightSlot_1"                            X="1027"    Y="61"      Width="1"      Height="1"></Element>
            <Element ID="ToolbarButton_RightSlot_2"                            X="1053"    Y="61"      Width="1"      Height="1"></Element>
            <Element ID="ToolbarButton_RightSlot_3"                            X="1079"    Y="61"      Width="1"      Height="1"></Element>
            <Element ID="ToolbarButton_RightSlot_4"                            X="1105"    Y="61"      Width="1"      Height="1"></Element>
            <Element ID="ToolbarButton_RightSlot_5"                            X="1131"    Y="61"      Width="1"      Height="1"></Element>
        </Element>
    </PanelFile>

so basically if you set Width and Height value to 1 the element gets hidden

Fin 03-11-2010 10:58 PM

Thanks!


All times are GMT -5. The time now is 10:40 PM.

vBulletin® - Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
© MMOUI