View Single Post
03-15-21, 10:29 PM   #3
Kindosar
A Murloc Raider
Join Date: Feb 2020
Posts: 9
I tried what you said, but it didn't work. I did some digging and was getting mixed results setting the parent frame to different frames.

I eventually found something that worked, not sure if its the most efficient way of doing it, but it works 100% now so I'm pretty pleased with it:

CompactRaidFrameContainer:HookScript("OnShow",function(self)
CompactRaidFrame1:ClearAllPoints()
CompactRaidFrame1:SetPoint("CENTER",6000,0) CompactRaidFrame1.SetPoint = function() end
CompactRaidFrame1:Hide()
end)
A bit overkill with the method that I used, but they were just different things I tried through everything. As long as it works and its not causing errors, I'm fine with terrible code since its just for me and its a simple frame addon.

Thanks for the help!
  Reply With Quote