Thread Tools Display Modes
12-17-14, 02:42 AM   #1
sirann
A Flamescale Wyrmkin
Join Date: Mar 2007
Posts: 142
oUF_Healprediction help

Greetings once more.

I am trying to implement absorbs and heal predicts for the player, target, and party units, however, I can't seem to get these bars to show up no matter what I try I've looked at others' examples which confuses me even more, because I can copy paste what they're doing and not get anything.

Any help would be greatly appreciated. Entire code found here: http://pastebin.com/Lu9py5kE what I believe to be the most relevant code starts at line 78.
  Reply With Quote
12-26-14, 07:02 PM   #2
Rainrider
A Firelord
AddOn Author - Click to view addons
Join Date: Nov 2008
Posts: 454
GetWidth() and GetHeight() have meaningful returns at some point after PLAYER_ENTERING_WORLD, when the ui has been drawn. So at the time your code is evaluated, it just gets zeros for height and width. Try replacing those with some numbers and look again to see how it turns out.
  Reply With Quote

WoWInterface » Featured Projects » oUF (Otravi Unit Frames) » oUF_Healprediction help


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