lotrointerface.com
Search Downloads


Go Back   LoTROInterface > LotRO > General Discussion & Support > Interface Help (L)

Reply
Thread Tools Display Modes
  #1  
Unread 09-16-2010, 07:03 AM
Pam Pam is offline
The Wary
 
Join Date: Sep 2010
Posts: 2
Help with toolbar items

Hi everyone,

Can someone help me redo to default the LotR store button and the new level meter art boundaries with the yessh ui. They are positioned in the middle of the screen right now and when I try to modify it with the info from another thread, LotR wont recognize it or just crash. I didnt change anything before, the new update just placed the new icons above everyone else.


Code:
<PanelFile ID="ID_UISkin_Toolbar">
<Element ID="ToolbarField" X="0" Y="0" Width="1152" Height="864" Detach="1">
  <Element ID="ToolbarFieldMain" X="64" Y="776" Width="1024" Height="864" /> 
  <Element ID="LevelMeter" X="64" Y="855" Width="1024" Height="6">
   <Element ID="LevelMeterFill" X="3" Y="0" Width="1018" Height="4">
    <Element ID="LevelMeter_BonusMeter" X="3" Y="0" Width="1018" Height="4" />
   <Element ID="Toolbar_WebstoreButton" X="???" Y="???"  Width="1" Height="1">
   <Element ID="ToolbarFieldMain_LevelMeter_Left_Cap" X="1400" Y="10" Width="25" Height="25">
   <Element ID="ToolbarFieldMain_LevelMeter_Right_Cap" X="1400" Y="10" Width="25" Height="25">
   <Element ID="ToolbarButton_Restxp_TutorialHighlight" X="1400" Y="10" Width="25" Height="25">
   <Element ID="ToolbarFieldMain_LevelMeter_Mid_Left_Cap" X="1400" Y="10" Width="25" Height="25">
   <Element ID="ToolbarFieldMain_LevelMeter_Mid_Right_Cap" X="1400" Y="10" Width="25" Height="25">
   <Element ID="ToolbarFieldMain_LevelMeter_Glass_Overlay" X="1400" Y="10" Width="25" Height="25">
   <Element ID="LevelMeter_Overlay" X="1400" Y="10" Width="25" Height="25">
   </Element>
   <Element ID="ToolbarButton_LevelUpXP_TutorialHighlight" X="0" Y="0" Width="1" Height="1" /> 
   <Element ID="ToolbarButton_Experience_TutorialHighlight" X="0" Y="0" Width="1" Height="1" /> 
   <Element ID="LevelMeterText" X="0" Y="0" Width="1" Height="1" /> 
  </Element>
Reply With Quote
  #2  
Unread 09-19-2010, 10:21 PM
grezgorz grezgorz is offline
The Indomitable
 
Join Date: Sep 2010
Posts: 13
If you just want them hidden, set their x,y to 0,0 and width/height to 1/1. This would be the simplest solution.
If you want to reposition them, you'll have to experiment with the x/y values until they're where you want them. Remember that because they are 'children' of the ToolbarField element, the position is calculated as an offset from the top left corner of the 'parent' element. The code you posted places them at x=1400, while the parent field is specified as only being 1152 pixels wide. I suspect what is happening is that they are reverting to their default offset, since the specified location is invalid. Hope that makes sense.

This is what I have to hide them:
Code:
        
<Element ID="Toolbar_WebstoreButton"  X="0" Y="0"  Width="1" Height="1" />
	<Element ID="ToolbarFieldMain_LevelMeter_Left_Cap" X="0" Y="0" Width="1" Height="1" />
	<Element ID="ToolbarFieldMain_LevelMeter_Right_Cap" X="0" Y="0" Width="1" Height="1" />
	<Element ID="ToolbarFieldMain_LevelMeter_Mid_Left_Cap" X="0" Y="0" Width="1" Height="1" />
	<Element ID="ToolbarFieldMain_LevelMeter_Mid_Right_Cap" X="0" Y="0" Width="1" Height="1" />
Reply With Quote
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
New Toolbar Help Diabolos XML modification help (L) 1 07-23-2009 11:06 PM
Toolbar to bottom, XP Bar atached on Bottom of Toolbar and Transparency Steamstalker XML modification help (L) 1 02-17-2008 02:23 PM
position toolbar problems Bazzard XML modification help (L) 7 07-11-2007 02:08 AM
To authors using reposition of the toolbar Weezl General Authoring Discussion (L) 1 07-04-2007 09:45 AM


All times are GMT -5. The time now is 11:28 AM.


Our Network
EQInterface | EQ2Interface | Minion | WoWInterface | ESOUI | LoTROInterface | MMOUI | Swtorui