View Single Post
03-07-09, 07:43 PM   #15
kneeki
A Flamescale Wyrmkin
 
kneeki's Avatar
AddOn Author - Click to view addons
Join Date: Jan 2006
Posts: 134
Originally Posted by Maul View Post
This is most likely because the UI now auto-orders the frame levels of elements of a frame in an annoying way (useful to some, not all )

I make my own custom buttons, not using the Blizzard action button template, and each time my buttons are created or updated via configuration, I have to reorder the elements like this -

button:SetFrameLevel(4)
button.iconframe:SetFrameLevel(2)
button.iconframecooldown:SetFrameLevel(3)

"iconframe" is a special frame I made to put the icon texture in and the cooldown model is a part of it.

Basically, you just need to ensure your cooldown model is above your icon texture in frame level. I do remember that right after Blizz made the change, my cooldowns disappeared as well.
I tried doing what you suggested, creating a new IconFrame & Cooldown area, and it worked great!

Although, my frame graphics are still sticking out further than the borders of the ButtonFacade Skins... Weird
  Reply With Quote