Set up multiple conditionals for each one. It's a little more tedious to set up, but it will do the job, and is arguably the "proper" way to do it. That way only the one you want will be shown, and the others will be hidden. Then strata doesn't matter.
It sounds like you're trying to set up something that shows your spell rotation for you, but since I don't know what you're going for, I can only give a vague example:
Spell priority is A > B > C
Spell A trigger: Spell A is usable
Spell B trigger: Spell A is on cooldown, Spell B is usable
Spell C trigger: Spell A is on cooldown, Spell B is on cooldown, Spell C is usable
Hopefully that makes some sense.
ericph Regular ShmoeHi,
I have created a set of icon displays inside a group. They all occupy the same x,y co-ordinates so you can only see one icon at once. The intention is to create a priority frame, so the icon for the highest priority spell appears on top. The Frame Strata option for the group and all the displays within it is set to Inherited.
As I understand it the order of the displays within the group determines the relative frame strata on screen. So my highest priority spell icons are at the bottom of the group. This all works fine until I relog (or reload UI). After which the ordering seems screwed up and doesn't appear to obey any sort of pattern. To fix it I have to open the WeakAuras options and either move a display up and then down again within the group ordering or toggle the Load - Never option for the group (on and then off again). As you can imagine it is quite annoying to have to do this every time I log in to fix my auras.
Any ideas how I can solve this?