Perylous Action Bars

4 - some feature idea

i copied some code snipped from the old, outdated streamline. I think it could be another nice feature if you can make it to work without sol-libary. if you set an button to the actionbar-skill, this button is shown up with a yellow font in front of the choosen skill. this code hides the yellow font to make the actionbar "pretty" again ^_-

-- [[ Skills ]] --

-- Set visibilty of all 80 action bar hotkeys
Streamline.SetHotkeysVisible = function(visible)
    local actionBarFrames = {
        "MainActionBarFrame",
        "BottomActionBarFrame",
        "RightActionBarFrame",
        "LeftActionBarFrame",
    }
    for _, barName in ipairs(actionBarFrames) do
        for i = 1, 20 do
            local hotkeyName = barName .. "Button" .. i .. "Hotkey"
            Sol.util.SetVisible(_G[hotkeyName], visible)
        end
    end
end
User When Change
Peryl Aug 14, 2011 at 15:57 UTC Changed status from Accepted to Fixed
Peryl Dec 14, 2010 at 13:24 UTC Changed status from Replied to Accepted
Peryl Nov 27, 2010 at 12:46 UTC Changed status from Waiting to Replied
Peryl Nov 27, 2010 at 11:54 UTC Changed status from New to Waiting
skitey Nov 27, 2010 at 09:20 UTC Create

You must login to post a comment. Don't have an account? Register to get one!

  • 2 comments
  • Avatar of Peryl Peryl Dec 14, 2010 at 13:24 UTC - 0 likes

    Well I've decided to add this in after all. So look for it in an upcoming version.

    Runes of Magic addons created: Perylous Action Bars, BannerBegone

  • Avatar of Peryl Peryl Nov 27, 2010 at 12:46 UTC - 0 likes

    Not sure about this one yet. On the one hand, I can see how/why people would want something like this, but I can also see most folk not really caring or wanting them turned off. Unlike the tooltips which can get in the way, the displayed hotkeys on the action bars is much less intrusive.

    Having said this, turning them on/off would be rather simple to do and the biggest problem I can envision encountering is having to expand the configuration window to accommodate the check boxes.

    So if more people want this, then I'll definitely add it in, otherwise I may add it at a later date.

  • 2 comments

Facts

Last updated
Aug 14, 2011
Reported
Nov 27, 2010
Status
Fixed - Developer made requested changes. QA should verify.
Type
Enhancement - A change which is intended to better the project in some way
Priority
Medium - Normal priority.
Votes
0

Reported by

Possible assignees