View Single Post
04-30-11, 12:58 PM   #11
red8981
A Wyrmkin Dreamwalker
Join Date: Oct 2010
Posts: 51
Originally Posted by Lily.Petal View Post
I was going to try oUF_Simple, because it's the closest to what I meant, but it's not showing anything when I loaded it. Boo.
the answer:
Originally Posted by Berb View Post
I believe all you have to change is:

lib.lua
Code:
f:SetAttribute("initial-height", f.height)
f:SetAttribute("initial-width", f.width)
f:SetAttribute("initial-scale", f.scale)
to
Code:
f:SetHeight(f.height)
f:SetWidth(f.width)
f:SetScale(f.scale)
I am just starting on oUF too, If you want learn it together >.< lol
  Reply With Quote