lotrointerface.com
Search Downloads


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

Reply
Thread Tools Display Modes
  #1  
Unread 04-02-2011, 10:17 AM
artificeren artificeren is offline
The Undying
Interface Author - Click to view interfaces
 
Join Date: Sep 2010
Posts: 29
Could someobody help me with the Legacy Extraction window?

So it seems to me that the new Legacy Extraction window is pointlessly small, requiring us to scroll to see all the legacies, when it could easily just be taller and show them all at once. I did some hunting and found the names for the various elements:
ItemAdvancement_ExtractLegacy_Window
ItemAdvancement_ExtractLegacy_Background
ItemAdvancement_ExtractLegacy_TitleText
ItemAdvancement_ExtractLegacy_TitleBar
ItemAdvancement_ExtractLegacyListBox
ItemAdvancement_ExtractLegacyListBox_Bg
ItemAdvancement_ExtractLegacyScrollbar
ItemAdvancement_ExtractLegacy_SelectButton

Can anybody tell me how to use the SkinDefinition.xml file to make this window taller?
Reply With Quote
  #2  
Unread 04-02-2011, 12:51 PM
ZhuHanuku's Avatar
ZhuHanuku ZhuHanuku is offline
The Undying
Interface Author - Click to view interfaces
 
Join Date: Sep 2009
Posts: 43
No, I'm afraid not without the new art pack. If you'd like to keep guessing you can start with the panel file in the SkinDictionary from the V3B2 Skin Art Pack. Maybe try the "ID_UISkin_ItemAdvancement..." panel file. Or just wait for the Update 2 art pack, which might be a while.
__________________
Zhu Hanuku :: Black Vellum Portal :: LotRO Duo
Reply With Quote
  #3  
Unread 04-03-2011, 04:10 AM
artificeren artificeren is offline
The Undying
Interface Author - Click to view interfaces
 
Join Date: Sep 2010
Posts: 29
So fortunately I was able to modify this panel and my skin with the changes included will be available soon.

Here's the xml I used, which is based on the "update a legacy" panel.

Code:
	<!-- Taller Legacy Extraction panel -->
	<PanelFile ID="ID_UISkin_ItemAdvancement_ExtractLegacy_Window">

		<Element ID="ItemAdvancement_ExtractLegacy_Window" X="304" Y="190" Width="426" Height="543">

			<Element ID="ItemAdvancement_ExtractLegacy_SelectButton" X="165" Y="507" Width="96" Height="20">
				<Element ID="TextButtonReference_Left" X="0" Y="0" Width="20" Height="20"> </Element>
				<Element ID="TextButtonReference_Mid" X="20" Y="0" Width="55" Height="20"> </Element>
				<Element ID="TextButtonReference_Right" X="75" Y="0" Width="20" Height="20"> </Element>
			</Element>

			<Element ID="ItemAdvancement_ExtractLegacyListBox_Bg" X="0" Y="0" Width="1" Height="1"> </Element>
			
			<Element ID="ItemAdvancement_ExtractLegacyListBox" X="75" Y="173" Width="270" Height="314"> </Element>

			<Element ID="ItemAdvancement_ExtractLegacyScrollbar" X="345" Y="173" Width="9" Height="314">
				<Element ID="scroll_bottom_field" X="0" Y="304" Width="9" Height="10"> </Element>
				<Element ID="UpButton" X="-1" Y="104" Width="10" Height="10"> </Element>
				<Element ID="DownButton" X="0" Y="0" Width="10" Height="10"> </Element>
				<Element ID="scroll_top_field" X="0" Y="0" Width="9" Height="10"> </Element>
				<Element ID="widget" X="0" Y="10" Width="10" Height="94">
					<Element ID="widget_top_field" X="0" Y="0" Width="10" Height="10"> </Element>
					<Element ID="widget_mid_field" X="0" Y="10" Width="10" Height="74"> </Element>
					<Element ID="widget_bottom_field" X="0" Y="84" Width="10" Height="10"> </Element>
				</Element>
				<Element ID="scroll_middle_field" X="0" Y="10" Width="9" Height="294"> </Element>
			</Element>

			<Element ID="ItemAdvancement_ExtractLegacy_Background" X="33" Y="10" Width="360" Height="529">
				<Element ID="Base_Box_Silver_TopLeft" X="0" Y="0" Width="36" Height="36"> </Element>
				<Element ID="Base_Box_Silver_TopMid" X="36" Y="0" Width="288" Height="36"> </Element>
				<Element ID="Base_Box_Silver_TopRight" X="324" Y="0" Width="36" Height="36"> </Element>

				<Element ID="Base_Box_Silver_MidLeft" X="0" Y="36" Width="36" Height="457"> </Element>
				<Element ID="Base_Box_Silver_MidRight" X="324" Y="36" Width="36" Height="457"> </Element>

				<Element ID="Base_Box_Silver_BottomLeft" X="0" Y="493" Width="36" Height="36"> </Element>
				<Element ID="Base_Box_Silver_BottomMid" X="36" Y="493" Width="288" Height="36"> </Element>
				<Element ID="Base_Box_Silver_BottomRight" X="324" Y="493" Width="36" Height="36"> </Element>

				<Element ID="Base_Box_Silver_Background" X="36" Y="36" Width="288" Height="457"> </Element>
			</Element>

		</Element>

	</PanelFile>
Reply With Quote
  #4  
Unread 04-03-2011, 10:43 AM
The Old One The Old One is offline
The Undying
Interface Author - Click to view interfaces
 
Join Date: Feb 2010
Posts: 54
very nice. Can I add that to my ui builder.
Reply With Quote
  #5  
Unread 04-03-2011, 02:58 PM
artificeren artificeren is offline
The Undying
Interface Author - Click to view interfaces
 
Join Date: Sep 2010
Posts: 29
Sure Old One. Oh, in case you are the same guy with the taller Skirmish panel, I also have that working with the new UI. I'll get you the xml in a bit
Reply With Quote
  #6  
Unread 04-03-2011, 03:02 PM
The Old One The Old One is offline
The Undying
Interface Author - Click to view interfaces
 
Join Date: Feb 2010
Posts: 54
Quote:
Originally Posted by artificeren
Sure Old One. Oh, in case you are the same guy with the taller Skirmish panel, I also have that working with the new UI. I'll get you the xml in a bit
Thank you. And yes that is my panel I was going to try to fix that today. that will save me some work
Reply With Quote
  #7  
Unread 04-03-2011, 10:58 PM
artificeren artificeren is offline
The Undying
Interface Author - Click to view interfaces
 
Join Date: Sep 2010
Posts: 29
I couldn't post the xml for your skirmish panel in a message, but if you download my Streamlined skin, you'll see it in there.
Reply With Quote
  #8  
Unread 04-03-2011, 11:20 PM
The Old One The Old One is offline
The Undying
Interface Author - Click to view interfaces
 
Join Date: Feb 2010
Posts: 54
TYVM for fixing my Skirmish join panel. I see you did a barter panel too I did one 210 pixels taller than normal back when they forgot to put in some of the page buttons ids. I tried to fix it when they thew added the ids but it still had a small bug I didn't try very hard to fix. Yours does not have that bug good job. Extended Barter
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
Skirmish window and Item selection window mysticdrew Graphics modification help (L) 3 02-02-2011 08:21 AM


All times are GMT -5. The time now is 04:23 AM.


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