View Single Post
11-17-12, 01:30 PM   #3
Barjack
A Black Drake
AddOn Author - Click to view addons
Join Date: Apr 2009
Posts: 89
All action buttons are secure frames, and secure frames can't be hidden/shown in combat (in order to prevent automated actions).

What you can do in combat is change the button visibility using SetAlpha, but keep in mind that in that case, the button will always be there even when fully transparent. So if the button can be clicked, it will always occupy that screen space with its clickable area.

If all you're after is the visual border or icon, you might need to look into other ways of showing the appropriate textures on screen in a way that doesn't tie it to a clickable secure frame.
  Reply With Quote