666 - [Enhancement] Anchor to Personal Resource Display
What is the enhancement in mind? How should it look and feel?
I've seen several examples posted now how to anchor specific icons, text, etc. to the Blizzard personal resource display using some custom coding but that code requires fixed (x,y) coordinates and won't support dynamic groups.
As an enhancement, it would be nice to include the Blizzard personal resource display as an 'anchor' / 'to screen's' option to do this without custom coding. I'm hoping that would allow even dynamic groups to work properly.
Please provide any additional information below.
I'm not sure if it helps, but here's the custom code that I've seen used to do the 'fixed' anchoring.
* Custom Trigger
function()
if ClassNameplateManaBarFrame:IsVisible() then
return true
end
end
* Custom Untrigger
function()
return true
end
* Custom On Init
WeakAuras.regions['Name'].region:SetPoint("BOTTOMLEFT",ClassNameplateManaBarFrame,-2,-50)
| User | When | Change |
|---|---|---|
| Calesta | Aug 07, 2016 at 01:34 UTC | Create |
- 2 comments
- 2 comments
Facts
- Reported
- Aug 07, 2016
- Status
- New - Issue has not had initial review yet.
- Type
- Enhancement - A change which is intended to better the project in some way
- Priority
- Medium - Normal priority.
- Votes
- 0
- Reply
- #2
InfusOnWow Aug 08, 2016 at 07:30 UTC - 0 likesYeah, and I'd actually would like to have that in the generic from in WA. Also not mentioned in the feature request, but obviously the opacity and visibility should follow the personal ressource display.
- Reply
- #1
Stanzilla Aug 08, 2016 at 03:13 UTC - 0 likesSort of https://github.com/WeakAuras/WeakAuras2/pull/7