View Single Post
01-17-15, 11:31 PM   #8
Phanx
Cat.
 
Phanx's Avatar
AddOn Author - Click to view addons
Join Date: Mar 2006
Posts: 5,617
Originally Posted by EKE View Post
now ohly who frame show "..."
http://i.imgur.com/qBZn4XT.png
Code:
for i = 1, WHOS_TO_DISPLAY do
     _G["WhoFrameButton"..i.."Level"]:SetFontObject(GameFontWhiteTiny)
end
This doesn't need to be delayed or wrapped in a function, since the who frame is loaded before addons.

ps. an other question: why should class icon oh guild frame align to the left ?_? notice this recently
Not sure which icon you mean. Can you post a screenshot?
__________________
Retired author of too many addons.
Message me if you're interested in taking over one of my addons.
Don’t message me about addon bugs or programming questions.
  Reply With Quote