View Single Post
  #7  
Unread 09-11-2007, 12:35 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

Ok, I looked at your xml file and I see where you have the buttons. The "parent" part of Parent.Name.Text makes the UI engine move back one level of the UI tree. You'll have to use more parents to get back up to the level that the Name object is.

From your xml file I think it needs to be:

<Button LocalTooltip="Focused Benefaction" Name="FocusedHealingButton" OnPress="target_none
target_group_member 0
gsay &quot;I&apos;m stunned while I focus on healing&quot; Parent.Parent.Parent.Name.Text
useability Focused Benefaction" Opacity="0.000" ScrollExtent="18,18" Size="18,18"></Button>
__________________

Visit Othesus World!
Reply With Quote