View Single Post
04-03-11, 07:30 AM   #4
Monolit
A Black Drake
AddOn Author - Click to view addons
Join Date: Jan 2006
Posts: 81
Originally Posted by Saiket View Post
I think that StatusBars delay re-anchoring their textures until just before the next OnUpdate, so you'll have to use an OnUpdate handler to re-position the texture. Here's the function I use to create a reverse status bar in my UI:
http://code.google.com/p/wow-saiket/...ts.oUF.lua#313
hm, that definitely helps although I thought it was possible to avoid using OnUpdate scripts

Originally Posted by zork View Post
Couldn't you just switch colors. (dark foreground, light background). That way if the bar depletes the bright color will become more and more visible.
I thought about that too, but the problem is that I want to have 3d portrait in the background and you can't really do that with portraits :/
i.e. I want this bar to overlay the background with the portrait

Last edited by Monolit : 04-03-11 at 08:08 AM.
  Reply With Quote