View Single Post
02-21-09, 07:51 PM   #780
MoonWitch
A Firelord
AddOn Author - Click to view addons
Join Date: Sep 2007
Posts: 455
Originally Posted by haste View Post
The backgrounds color is inherited from the parent. If you use the default color* flags that is .
Unfortunately I don't.
I use a grey-ish front, wanted to make the background slightly classcolored. Which I can do in the onUpdate (I had it that way), but don't like the overload of code. I can live without it :P

I'm just trying to clean up my code, and avoid loooong if loops

And I take it this isn't just blergh, but plain wrong? (It works fine up to the :SetManyAttributes)
oUF:Spawn("player"):SetPoint("RIGHT", UIParent, "CENTER", -75, -165):SetManyAttributes('initial-width', width, 'initial-height', height)

Last edited by MoonWitch : 02-21-09 at 08:00 PM.