Thread Tools Display Modes
Prev Previous Post   Next Post Next
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
 

ESOUI » Developer Discussions » General Authoring Discussion » SetAlpha() not working


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off