Hey all! I’ve been reworking my UI in anticipation for WOTLK next week. I’m trying to build a single row of icons – 2 of which will be for trinket 1 and trinket 2. I’d like to dynamically overlay additional icons onto these trinket 1 and trinket 2 icons for procs, actives, ICDs, etc. however I’m running into some issues with this.
Basically, I’m trying to set a custom anchor for the “proc” icon to be on top of the trinket icon and have it dynamically position on top of the correct trinket icon based on what slot said trinket is in. Problem is when I use a custom anchor and have it return a weakaura I get an error such as: Couldn't find region named 'WeakAuras:Trinket_14'. Even though that is the name of the WA region (confirmed by setting the “Anchor To” setting directly to that text).
Am I missing something here? I’ll note that I’ve gotten similar code to work, but instead of trying to dynamically place the proc on a WA icon I placed it on an elvui bar slot (like aka replacing "WeakAuras:Trinket_14" with "ElvUI_Bar9Button1” in the custom anchor, for example) and everything works fine.
Here’s a link to a sample WA demonstrating this issue: https://wago.io/d5o6PcJwT
Wago.io is a database of sharable World of Warcraft addon elements