Thread Tools Display Modes
10-20-14, 09:10 PM   #1
ramzax
A Deviate Faerie Dragon
AddOn Author - Click to view addons
Join Date: Mar 2014
Posts: 10
Hide/show Blizzard's cooldown background/spiral on bars

I use this macro to show/hide toolbars as I need them, but the macro doesn't hide blizzard's black cooldown background.
Code:
/run f={MultiBarLeft,MultiBarRight,MultiBarBottomRight,PetActionBarFrame}for i=1,4 do if f[i]:GetAlpha()<0.9 then f[i]:SetAlpha(1)else f[i]:SetAlpha(0) end end


I was hoping to get any help so that the macro hides/shows the background too depending on the state of alpha of the bars (hide background when buttons alpha is 0, show otherwise).

Any help is appreciated
  Reply With Quote
10-21-14, 01:54 AM   #2
zork
A Pyroguard Emberseer
 
zork's Avatar
AddOn Author - Click to view addons
Join Date: Jul 2008
Posts: 1,740
Read http://www.wowinterface.com/forums/s...ad.php?t=49950

The new Cooldown does not inherit Alpha. Which is a bug imo. Only options you have atm are to check for the cooldown and adjust the color of the swipe texture accordingly. Problem. There is no function to get the swipe color. Only to set them.
__________________
| Simple is beautiful.
| WoWI AddOns | GitHub | Zork (WoW)

"I wonder what the non-pathetic people are doing tonight?" - Rajesh Koothrappali (The Big Bang Theory)
  Reply With Quote
10-21-14, 08:17 PM   #3
ramzax
A Deviate Faerie Dragon
AddOn Author - Click to view addons
Join Date: Mar 2014
Posts: 10
well that's a bummer, thanks for answering zork, love your addons
  Reply With Quote

WoWInterface » AddOns, Compilations, Macros » Macro Help » Hide/show Blizzard's cooldown background/spiral on bars

Thread Tools
Display Modes

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