I guess I best start off explaining where I have problems at the moment. In different situations I use different configuarations of the Addons i Am using. Those would be Pitbull, Grid, Eavesdrop, Recount, Omen as the most important ones.
Like SimpleMiniMap Omen has a show/hide feature, so I only toggle it to show when I really need it (ctrl + n). Also I can get rid of my minimap in raid instances with a simple keybind (ctrl + b).
Unfortunatly, I cant do anything like this with Grid. The command /grid hide only hides the minimap button, not the addon itself. Grid can be set to be shown always/when grouped/when in raid. But I only want to use Grid in 25/10 Man Pve Content. I do not need it in Arena, i do not need it in Alterac (i would like to position grp 6-8 at the spot where grid normally is).
The same goes for Eavesdrop. I do not need it while farming or dpsing. I look at it only after I have died tanking in 25 mans or to figure out boss hits, specials while lerning new stuff. As you can see I miss flexibility in shutting my addons off/on while playing.
According to the forums here some people have very similiar problems and therefore also modestly ask for changes.
I see 3 possible routes to solve my problem:
1)Show/hide toggle feature as a standard for all addons I use.
2)Addon thats adds the toggle show/hide feature to all Addons
3)creating a macro doing the show/hide toggle feature for which in can keybind in a hidden actonbar.
Profile management addons allowing different profiles for the same character, something like ACT are not what i am looking for, as i use many addons only for a brief peroid of time, for example Recount, Omen, Eavesdrop.
Thanks for reading and all the previous effort in al those great Addons.
I guess I best start off explaining where I have problems at the moment. In different situations I use different configuarations of the Addons i Am using. Those would be Pitbull, Grid, Eavesdrop, Recount, Omen as the most important ones.
Like SimpleMiniMap Omen has a show/hide feature, so I only toggle it to show when I really need it (ctrl + n). Also I can get rid of my minimap in raid instances with a simple keybind (ctrl + b).
Unfortunatly, I cant do anything like this with Grid. The command /grid hide only hides the minimap button, not the addon itself. Grid can be set to be shown always/when grouped/when in raid. But I only want to use Grid in 25/10 Man Pve Content. I do not need it in Arena, i do not need it in Alterac (i would like to position grp 6-8 at the spot where grid normally is).
The same goes for Eavesdrop. I do not need it while farming or dpsing. I look at it only after I have died tanking in 25 mans or to figure out boss hits, specials while lerning new stuff. As you can see I miss flexibility in shutting my addons off/on while playing.
According to the forums here some people have very similiar problems and therefore also modestly ask for changes.
I see 3 possible routes to solve my problem:
1)Show/hide toggle feature as a standard for all addons I use.
2)Addon thats adds the toggle show/hide feature to all Addons
3)creating a macro doing the show/hide toggle feature for which in can keybind in a hidden actonbar.
Profile management addons allowing different profiles for the same character, something like ACT are not what i am looking for, as i use many addons only for a brief peroid of time, for example Recount, Omen, Eavesdrop.
Thanks for reading and all the previous effort in al those great Addons.
/script if GridLayout.frame:IsShown() then GridLayout.frame:Hide() else GridLayout.frame:Show() end
Thanks for the macro. Works in absolute accordance to my wishes ;-)