View Single Post
01/23/24, 03:18 AM   #1
CircleOf14
Join Date: Jan 2024
Posts: 4
SetAlpha() not working

Hello. I'm trying to write my own AddOn. I want to be able to use it while using my gamepad. I'm currently trying to modify the behavior of the control which displays your companion name and their health meter. I've determined that the control is called:

ZO_SmallGroupAnchorFrame

and I am able to successfully reposition it by calling:

ZO_SmallGroupAnchorFrame:SetAnchor()

but I also want to be able to hide it. The problem is when I call:

ZO_SmallGroupAnchorFrame:SetAlpha(0)

nothing happens. I've tried passing other values like 0.1 or 0.2, but nothing works, no value changes the opacity of this control. What am I missing?
  Reply With Quote