View Single Post
03-23-13, 09:32 PM   #10
pelf
Sentient Plasmoid
 
pelf's Avatar
Premium Member
Join Date: May 2008
Posts: 133
Hmm, now that you mention that: somebody must have already coded a "hide and destroy/keep dead the raid frames" thing? I wonder how my unit frames do it...

Code:
--Disable the creation of blizz CompactRaidFrameX, theres an issue with taint due to dropdown with more 7 items
--From http://www.wowinterface.com/forums/showpost.php?p=261589&postcount=5
	
if (rconf.enable and CompactUnitFrameProfiles) then
	--CompactRaidFrameManager:SetParent(self)
	CompactUnitFrameProfiles:UnregisterAllEvents()--This disables the creation of the blizzard raid frames
end
Like that, I guess.
  Reply With Quote