View Single Post
  #1  
Unread 02-23-2006, 12:06 PM
Loktha's Avatar
Loktha Loktha is offline
Premium Member
Premium Member
Interface Author - Click to view interfaces
 
Join Date: Aug 2005
Server: Crushbone
Posts: 87
Default Description Goes Here..........fix

For those of you having this problem and wanting to fix it before the author of your UI does.

Open the eq2ui_examine.xml in notepad or some text editing program. The code you are looking for is near the bottom of the page. This is what it looks like.

<Text AbsorbsInput="false" Font="/Fonts.Font_Tooltip" LocalText="Ten-Minute Ratonga Brownies" Location="6,7" Margin="0,0,5,0" Name="Name" ScrollExtent="221,22" Size="221,22" TextColor="#F1CE02">Ten-Minute Ratonga Brownies</Text>
<Text AbsorbsInput="false" Font="/Fonts.Font_Tooltip" LocalText="Remaining Duration Goes Here" Location="6,29" Margin="3,0,5,0" MaximumSize="220,16384" Name="Duration" ScrollExtent="220,20" Size="220,20" TextColor="#FF0000">Remaining Duration Goes Here</Text>
<Text AbsorbsInput="false" Font="/Fonts.Font_Tooltip" LocalText="Description goes here..." Location="6,47" Margin="3,0,5,0" MaximumSize="220,16384" Name="Text" ScrollExtent="220,20" Size="220,20">Description goes here...</Text>
<Icon BackgroundTint="#000000" IconStyle="/IconStyles.examine" Location="230,7" MouseOverColor="#FFFF00" Name="Icon" ScrollExtent="42,42" Size="42,42" TreatAsButton="true"/>
<Icon BackgroundTint="#000000" IconStyle="/IconStyles.examine" Location="230,52" MouseOverColor="#FFFF00" Name="ReactiveCombatIcon" ScrollExtent="42,42" Size="42,42" TreatAsButton="true"/>

Delete the code highlighted in red and save the file. You should no longer have any issues.


Last edited by Loktha : 02-23-2006 at 12:09 PM.
Reply With Quote