Thread: Tier Indicator
View Single Post
  #2  
Unread 01-03-2011, 05:19 PM
Draven_Caine's Avatar
Draven_Caine Draven_Caine is offline
A Griffon
Interface Author - Click to view interfaces
 
Join Date: Oct 2009
Server: Unrest
Posts: 155
Default

OK, i answered my own questions for v0,
It seems they are hard-coded, based on the name of the "Name element". I just changed the name of the "Name" element from "Name" to "TargetsName" and the alignment wasn't there anymore.
Now that the element is released from alignment you can re-size / position it with the "OnSize" variable. (Example: OnSize=Parent.TierIndicator.width=102 Parent.TierIndicator.top=10) This example will set the width to 102 and move the element down 10.

For v1 this is diffrent, If you rename the "Name" element it crashs the UI/game. But this fixes my issues where I wanted all arrows above the target name. So its workable.

More posting this answer for anyone else and if i get forgetful somewhere down the road.

Draven.

Last edited by Draven_Caine : 01-03-2011 at 07:35 PM.
Reply With Quote