Hide PvP icons (etc) when Castbar is up #53


  • Enhancment
  • Accepted
Open
Assigned to _ForgeUser4827812
  • _ForgeUser4827812 created this issue Aug 5, 2012
    Owner

    There is no good way to do this currently. It requires redesigning one-or-other thing to accommodate it, like how the flash animation works, or moving icons to different draw layers.

  • _ForgeUser4827812 added the tags Accepted Enhancment Aug 5, 2012
  • _ForgeUser4827812 posted a comment Aug 5, 2012

    @Morsker: Go You can suppress showing of the icons by using self.NameFrame:DisableDrawLayer("OVERLAY") as long as all the icons are children of NameFrame, which I think they are. But the names are in there too, including the spell name. I don't like having the spell name in NameFrame instead of Castbar, but I needed it to be visible, and still fading out, after the Castbar hides itself. Maybe I should have replaced Castbar's OnUpdate handler with a different one for the end-cast flash animation, to keep Castbar from auto-hiding itself. Then the spell name wouldn't be in NameFrame, and hiding NameFrame's OVERLAY layer would get rid of the icons.


To post a comment, please login or register a new account.