View Single Post
  #1  
Unread 04-21-2007, 09:10 AM
Othesus's Avatar
Othesus Othesus is offline
A Griffon
This person is a EQ2Map developer.
Interface Author - Click to view interfaces
 
Join Date: Mar 2005
Server: Lucan DLere
Posts: 847
Default [Fixed] Missing tooltip in default eq2ui_mainhud_inspectplayer.xml

With the default eq2ui_mainhud_inspectplayer.xml if you mouse over the Poison resist value you don't see any tooltip.

There problem is in Line 54:
<Text AbsorbsInput="false" Font="/TextStyles.Normal.NormalStyle" LocalText="30%" LocalTooltip="[DEVL] Tooltip" Location="85,324" Margin="0,0,5,0" Name="PoisonValue" ScrollExtent="69,20" Size="69,20" TextAlignmentVertical="Center" Tooltip=":77a220140e0dc0f9:[DEVL] Tooltip">:77a22014b2d19f90_6:30%</Text>

AbsorbsInput="true" if you want to see a tooltip.
Reply With Quote