Thread Tools Display Modes
Prev Previous Post   Next Post Next
05-01-11, 06:21 PM   #20
Airoz
A Deviate Faerie Dragon
Join Date: Oct 2010
Posts: 10
Originally Posted by red8981 View Post
http://www.wowinterface.com/forums/s...ad.php?t=33566

is a good place to start.
For it to work now you need switch

Originally Posted by Berb
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)
Thanks Red
Also, what program/addon should I use?
I should've asked before... -_-

Last edited by Airoz : 05-01-11 at 06:35 PM.
  Reply With Quote
 

WoWInterface » AddOns, Compilations, Macros » AddOn Help/Support » Learning oUF and how to code a UI (moved from UI Feedback thread)


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