View Single Post
04-03-24, 11:16 PM   #4
Codger
An Aku'mai Servant
AddOn Author - Click to view addons
Join Date: Mar 2021
Posts: 30
Persistence problem with the button

I noticed that the button is showing up on the frame when the quest is being turned in.
i've tried a couple ways of hiding the button with no luck.
I tried setting IsShown to the same state as the accept button but the accept button is always reporting that shown is true. Then I tried to add another event QUEST_COMPLETE but that doesn't seem to help either. Although it seems obvious, I'm a bit confused as to how the show/hide button code works.
I've looked at events with /etrace to see if there was another event I could use but no luck.
I used /framestack to examine the buttons but so far I haven't found anything.
  Reply With Quote